summaryrefslogtreecommitdiff
path: root/src/protocol/plexus2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/plexus2.c')
-rw-r--r--src/protocol/plexus2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/plexus2.c b/src/protocol/plexus2.c
index 16f62729e..ff8d289cd 100644
--- a/src/protocol/plexus2.c
+++ b/src/protocol/plexus2.c
@@ -750,7 +750,7 @@ moduleAddIRCDMsgs (void)
addCoreMessage (IRCD, m);
m = createMessage ("WHOIS", anope_event_whois);
addCoreMessage (IRCD, m);
- m = createMessage ("SVSMODE", anope_event_null);
+ m = createMessage ("SVSMODE", anope_event_mode);
addCoreMessage (IRCD, m);
m = createMessage ("SVSNICK", anope_event_null);
addCoreMessage (IRCD, m);