1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 05:26:38 +02:00

Give suspend the correct permission in botserv.conf, fix pch build

This commit is contained in:
Adam
2012-11-07 15:17:58 -05:00
parent 72eb2ccf50
commit 52fa66820c
2 changed files with 3 additions and 3 deletions
+2 -3
View File
@@ -351,12 +351,11 @@ fantasy { name = "QOP"; command = "chanserv/qop"; }
fantasy { name = "SEEN"; command = "chanserv/seen"; }
fantasy { name = "SOP"; command = "chanserv/sop"; }
fantasy { name = "STATUS"; command = "chanserv/status"; }
fantasy { name = "SUSPEND"; command = "chanserv/suspend"; }
fantasy { name = "SUSPEND"; command = "chanserv/suspend"; permission = "chanserv/suspend"; }
fantasy { name = "SYNC"; command = "chanserv/sync"; }
fantasy { name = "TOPIC"; command = "chanserv/topic"; }
fantasy { name = "UNBAN"; command = "chanserv/unban"; }
fantasy { name = "UNBAN"; command = "chanserv/unban"; }
fantasy { name = "UNSUSPEND"; command = "chanserv/unsuspend"; }
fantasy { name = "UNSUSPEND"; command = "chanserv/unsuspend"; permission = "chanserv/suspend"; }
fantasy { name = "UP"; command = "chanserv/up"; }
fantasy { name = "VOICE"; command = "chanserv/voice"; }
fantasy { name = "VOP"; command = "chanserv/vop"; }
+1
View File
@@ -3,6 +3,7 @@
#include "services.h"
#include "anope.h"
#include "extensible.h"
/* Anope */
extern CoreExport Server *Me;