Add a #push command, only works on NPCs for now

This commit is contained in:
Michael Cook (mackal)
2018-03-14 16:09:43 -04:00
parent 5e963c05af
commit 339e921f17
3 changed files with 35 additions and 0 deletions
+1
View File
@@ -211,6 +211,7 @@ void command_profiledump(Client *c, const Seperator *sep);
void command_profilereset(Client *c, const Seperator *sep);
#endif
void command_push(Client *c, const Seperator *sep);
void command_pvp(Client *c, const Seperator *sep);
void command_qglobal(Client *c, const Seperator *sep);
void command_qtest(Client *c, const Seperator *sep);