Another year is about to end... So we have to update these damn copyright information :P
[NeonServV5.git] / src / cmd_neonserv_kick.c
index 536141402b38467c9de39b47dd37d8ebe10e0036..7ffcf659d82b0b5ceecbd789d7269940a595824f 100644 (file)
@@ -1,5 +1,5 @@
-/* cmd_neonserv_kick.c - NeonServ v5.1
- * Copyright (C) 2011  Philipp Kreil (pk910)
+/* cmd_neonserv_kick.c - NeonServ v5.3
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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