summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 3656798ba..726f71e9a 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -264,7 +264,6 @@ void handle_kick(char **parameters, int pcnt, userrec *user)
}
// this must be propogated so that channel membership is kept in step network-wide
-
char buffer[MAXBUF];
snprintf(buffer,MAXBUF,"k %s %s %s :%s",user->nick,u->nick,Ptr->name,reason);
NetSendToAll(buffer);