diff options
Diffstat (limited to 'src/protocol/unreal31.c')
-rw-r--r-- | src/protocol/unreal31.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/unreal31.c b/src/protocol/unreal31.c index d1740e17e..3076e72d0 100644 --- a/src/protocol/unreal31.c +++ b/src/protocol/unreal31.c @@ -428,7 +428,7 @@ void unreal_set_umode(User * user, int ac, char **av) void moduleAddIRCDMsgs(void) { Message *m; - updateProtectDetails("PROTECT","PROTECTME","!protect","!deprotect","AUTOPROTECT","+a","-a"); + 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); |