Removed two stale, commented-out lines in ignore_showlist() (an unused EMIT_SIGNAL call and its note), cleaning up unneeded comments without changing runtime behavior.

This commit is contained in:
2026-02-25 00:59:53 -07:00
parent 2c90c14d72
commit e6311a5fe7

View File

@@ -153,8 +153,6 @@ ignore_showlist (session *sess)
strcat (tbuf, _("NO ")); strcat (tbuf, _("NO "));
strcat (tbuf, "\n"); strcat (tbuf, "\n");
PrintText (sess, tbuf); PrintText (sess, tbuf);
/*EMIT_SIGNAL (XP_TE_IGNORELIST, sess, ig->mask, 0, 0, 0, 0); */
/* use this later, when TE's support 7 args */
list = list->next; list = list->next;
} }
@@ -413,4 +411,3 @@ flood_check (char *nick, char *ip, server *serv, session *sess, int what) /*0=ct
} }
return 1; return 1;
} }