added cmd_addban & simple time queue system
[NeonServV5.git] / cmd_neonserv_ban.c
index b3291311d0f8a1ede66a01b76b1a4a7fc8fbe18e..e51934d4a38d98224ce879ac013868ad1ac72b3c 100644 (file)
@@ -1,7 +1,6 @@
 
 /*
-* argv[0]    nick[,*auth[,*!*@mask[...]]]
-* argv[1-*]  reason
+* argv[0-*]    nick[,*auth[,*!*@mask[...]]]
 */
 static USERLIST_CALLBACK(neonserv_cmd_ban_userlist_lookup);
 static void neonserv_cmd_ban_async1(struct ClientSocket *client, struct ClientSocket *textclient, struct UserNode *user, struct ChanNode *chan, char *masks);