From 05fbcb41c9a4d913677e91bf7414ef399374ed0f Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 30 Dec 2020 00:15:11 -0500 Subject: Show setnames like nick changes --- command.c | 1 - 1 file changed, 1 deletion(-) (limited to 'command.c') diff --git a/command.c b/command.c index 199a561..bf5a2e3 100644 --- a/command.c +++ b/command.c @@ -163,7 +163,6 @@ static void commandSetname(uint id, char *params) { (void)id; if (!params) return; ircFormat("SETNAME :%s\r\n", params); - replies.setname++; } static void commandTopic(uint id, char *params) { -- cgit 1.4.1