diff options
Diffstat (limited to '')
-rw-r--r-- | command.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |