diff options
Diffstat (limited to 'src/ratbox.c')
-rw-r--r-- | src/ratbox.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ratbox.c b/src/ratbox.c index 00e4b756f..b8db22dd6 100644 --- a/src/ratbox.c +++ b/src/ratbox.c @@ -732,6 +732,8 @@ int anope_event_436(char *source, int ac, char **av) void moduleAddIRCDMsgs(void) { Message *m; + + updateProtectDetails("PROTECT","PROTECTME","!protect","!deprotect","AUTOPROTECT","+","-"); if (UseTS6) { TS6SID = sstrdup(Numeric); |