[NeoStats-Devel] [Commits] r366 - branches/3.0
[email protected] Sat, 13 Aug 2005 19:50:22 +1000
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Fish
Date: Sat Aug 13 17:50:15 2005
New Revision: 366
Modified:
branches/3.0/SecureServ.c
Log:
fix this crash
Modified: branches/3.0/SecureServ.c
==============================================================================
--- branches/3.0/SecureServ.c (original)
+++ branches/3.0/SecureServ.c Sat Aug 13 17:50:15 2005
@@ -289,7 +289,7 @@
ModuleEvent module_events[] = {
{ EVENT_SIGNON, ss_event_signon},
- { EVENT_QUIT, ss_event_quit, EVENT_FLAG_EXCLUDE_MODME},
+ { EVENT_QUIT, ss_event_quit, EVENT_FLAG_EXCLUDE_ME},
{ EVENT_KILL, ss_event_quit},
{ EVENT_JOIN, ss_event_joinchan, EVENT_FLAG_EXCLUDE_MODME},
{ EVENT_DELCHAN, ss_event_delchan},