summaryrefslogtreecommitdiff
path: root/src/unreal31.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unreal31.c')
-rw-r--r--src/unreal31.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unreal31.c b/src/unreal31.c
index d82d515c5..254e3137c 100644
--- a/src/unreal31.c
+++ b/src/unreal31.c
@@ -433,6 +433,8 @@ void anope_set_umode(User * user, int ac, char **av)
void moduleAddIRCDMsgs(void) {
Message *m;
+ updateProtectDetails("PROTECT","PROTECTME","!protect","!deprotect","AUTOPROTECT","+a","-a");
+
m = createMessage("401", anope_event_null); addCoreMessage(IRCD,m);
m = createMessage("402", anope_event_null); addCoreMessage(IRCD,m);
m = createMessage("436", anope_event_436); addCoreMessage(IRCD,m);