summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/botserv.example.conf5
-rw-r--r--include/servers.h1
2 files changed, 3 insertions, 3 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf
index 66fb55489..568a1cbd1 100644
--- a/data/botserv.example.conf
+++ b/data/botserv.example.conf
@@ -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"; }
diff --git a/include/servers.h b/include/servers.h
index 8bd0080fc..339b4db19 100644
--- a/include/servers.h
+++ b/include/servers.h
@@ -3,6 +3,7 @@
#include "services.h"
#include "anope.h"
+#include "extensible.h"
/* Anope */
extern CoreExport Server *Me;