diff options
Diffstat (limited to 'src/protocol/plexus.c')
-rw-r--r-- | src/protocol/plexus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/plexus.c b/src/protocol/plexus.c index 0e16b2937..c13b0876f 100644 --- a/src/protocol/plexus.c +++ b/src/protocol/plexus.c @@ -696,7 +696,7 @@ moduleAddIRCDMsgs (void) { Message *m; - updateProtectDetails ("PROTECT", "PROTECTME", "!protect", "!deprotect", + updateProtectDetails ("PROTECT", "PROTECTME", "protect", "deprotect", "AUTOPROTECT", "+", "-"); m = createMessage ("401", anope_event_null); |