diff options
Diffstat (limited to 'src/protocol/solidircd.c')
-rw-r--r-- | src/protocol/solidircd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/solidircd.c b/src/protocol/solidircd.c index a8431d904..0f1a77baa 100644 --- a/src/protocol/solidircd.c +++ b/src/protocol/solidircd.c @@ -672,7 +672,7 @@ void moduleAddIRCDMsgs(void) { m = createMessage("RAKILL", anope_event_null); addCoreMessage(IRCD,m); m = createMessage("SILENCE", anope_event_null); addCoreMessage(IRCD,m); m = createMessage("SVSKILL", anope_event_null); addCoreMessage(IRCD,m); - m = createMessage("SVSMODE", anope_event_null); addCoreMessage(IRCD,m); + m = createMessage("SVSMODE", anope_event_mode); addCoreMessage(IRCD,m); m = createMessage("SVSNICK", anope_event_null); addCoreMessage(IRCD,m); m = createMessage("SVSNOOP", anope_event_null); addCoreMessage(IRCD,m); m = createMessage("SQLINE", anope_event_sqline); addCoreMessage(IRCD,m); |