untill we do something with nickfloods, disable all nickflood related processing
This commit is contained in:
parent
9bce51a79b
commit
a9eecfcd19
1 changed files with 2 additions and 0 deletions
|
@ -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},
|
||||
|
|
Reference in a new issue