added missing nick in cmd_kick reason
authorpk910 <philipp@zoelle1.de>
Wed, 2 Nov 2011 22:27:42 +0000 (23:27 +0100)
committerpk910 <philipp@zoelle1.de>
Wed, 2 Nov 2011 22:27:42 +0000 (23:27 +0100)
src/cmd_neonserv_kick.c

index f5af2c318ca3ce0e8311b56dbd535a189341cfbd..6a2d01e53e907e4ba3e63b3beacb616cf71d24a8 100644 (file)
@@ -104,7 +104,7 @@ static void neonserv_cmd_kick_async1(struct ClientSocket *client, struct ClientS
             }
             for(i = 0; i < kick_chanuser_pos; i++) {
                 kicked_users++;
-                putsock(client, "KICK %s %s :%s", chan->name, kick_chanuser[i]->user->nick, reason);
+                putsock(client, "KICK %s %s :(%s) %s", chan->name, kick_chanuser[i]->user->nick, user->nick, reason);
             }
         } else if(*nick == '*') {
             //KICK AUTH