summaryrefslogtreecommitdiff
path: root/src/dreamforge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dreamforge.c')
-rw-r--r--src/dreamforge.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dreamforge.c b/src/dreamforge.c
index c82a279f3..c4b3dc5f0 100644
--- a/src/dreamforge.c
+++ b/src/dreamforge.c
@@ -460,8 +460,11 @@ int anope_event_436(char *source, int ac, char **av)
/* *INDENT-OFF* */
void moduleAddIRCDMsgs(void) {
+
Message *m;
+ updateProtectDetails("PROTECT","PROTECTME","!protect","!deprotect","AUTOPROTECT","+","-");
+
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);