summaryrefslogtreecommitdiff
path: root/src/protocol/ultimate2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/ultimate2.c')
-rw-r--r--src/protocol/ultimate2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/ultimate2.c b/src/protocol/ultimate2.c
index 97b2f5ebc..fed5fc88c 100644
--- a/src/protocol/ultimate2.c
+++ b/src/protocol/ultimate2.c
@@ -587,7 +587,7 @@ int anope_event_436(char *source, 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("436", anope_event_436); addCoreMessage(IRCD,m);