Add #dzkickplayers command for pre-RoF clients

Performs "/kickplayers exp" for older clients without the command
This commit is contained in:
hg
2020-05-22 21:33:04 -04:00
parent 528b74109e
commit c9504452e1
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -93,6 +93,7 @@ void command_disarmtrap(Client *c, const Seperator *sep);
void command_distance(Client *c, const Seperator *sep);
void command_doanim(Client *c, const Seperator *sep);
void command_dz(Client *c, const Seperator *sep);
void command_dzkickplayers(Client *c, const Seperator *sep);
void command_editmassrespawn(Client* c, const Seperator* sep);
void command_emote(Client *c, const Seperator *sep);
void command_emotesearch(Client* c, const Seperator *sep);