about summary refs log tree commit diff
path: root/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command.c')
-rw-r--r--command.c1
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) {