summaryrefslogtreecommitdiff
path: root/src/protocol/dreamforge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/dreamforge.c')
-rw-r--r--src/protocol/dreamforge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/dreamforge.c b/src/protocol/dreamforge.c
index fb8dad8f4..552200830 100644
--- a/src/protocol/dreamforge.c
+++ b/src/protocol/dreamforge.c
@@ -458,7 +458,7 @@ 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);