untill we do something with nickfloods, disable all nickflood related processing

This commit is contained in:
Fish 2008-01-14 06:19:01 +00:00
parent 9bce51a79b
commit a9eecfcd19

View file

@ -172,10 +172,12 @@ static BotInfo fs_botinfo =
ModuleEvent module_events[] =
{
#if 0
{ EVENT_NICK, fs_event_nick, EVENT_FLAG_IGNORE_SYNCH},
{ EVENT_SIGNON, fs_event_signon, EVENT_FLAG_IGNORE_SYNCH},
{ EVENT_QUIT, fs_event_quit, 0},
{ EVENT_KILL, fs_event_kill, 0},
#endif
{ EVENT_JOIN, fs_event_joinchan, EVENT_FLAG_IGNORE_SYNCH},
{ EVENT_NEWCHAN, fs_event_newchan, EVENT_FLAG_IGNORE_SYNCH},
{ EVENT_DELCHAN, fs_event_delchan, 0},