From e6311a5fe7b1246236634457c2503d7f7b36f743 Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 25 Feb 2026 00:59:53 -0700 Subject: [PATCH] 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. --- src/common/ignore.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/ignore.c b/src/common/ignore.c index 501f3129..6163d236 100644 --- a/src/common/ignore.c +++ b/src/common/ignore.c @@ -153,8 +153,6 @@ ignore_showlist (session *sess) strcat (tbuf, _("NO ")); strcat (tbuf, "\n"); 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; } @@ -413,4 +411,3 @@ flood_check (char *nick, char *ip, server *serv, session *sess, int what) /*0=ct } return 1; } -