mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 18:20:20 +00:00
treat banlist event as a generic list event (for quiets etc)
This commit is contained in:
@@ -1367,9 +1367,6 @@ inbound_banlist (session *sess, time_t stamp, char *chan, char *mask, char *bann
|
||||
if (!fe_add_ban_list (sess, mask, banner, time_str, rplcode))
|
||||
{
|
||||
nowindow:
|
||||
/* let proto-irc.c do the 'goto def' for exemptions */
|
||||
if (rplcode != 367) /* RPL_EXCEPTLIST */
|
||||
return FALSE;
|
||||
|
||||
EMIT_SIGNAL (XP_TE_BANLIST, sess, chan, mask, banner, time_str, 0);
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user