diff options
Diffstat (limited to 'src/protocol/hybrid.c')
-rw-r--r-- | src/protocol/hybrid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/hybrid.c b/src/protocol/hybrid.c index e08cfd72a..957563967 100644 --- a/src/protocol/hybrid.c +++ b/src/protocol/hybrid.c @@ -595,7 +595,7 @@ int anope_event_436(char *source, int ac, char **av) void moduleAddIRCDMsgs(void) { Message *m; - updateProtectDetails("PROTECT","PROTECTME","!protect","!deprotect","AUTOPROTECT","+","-"); + updateProtectDetails("PROTECT","PROTECTME","protect","deprotect","AUTOPROTECT","+","-"); m = createMessage("401", anope_event_null); addCoreMessage(IRCD,m); m = createMessage("402", anope_event_null); addCoreMessage(IRCD,m); |