Merge pull request #669 from noudess/master

Added a #petname command for renaming only pets
This commit is contained in:
Chris Miles
2017-11-16 20:41:01 -06:00
committed by GitHub
2 changed files with 22 additions and 0 deletions
+1
View File
@@ -287,6 +287,7 @@ void command_synctod(Client *c, const Seperator *sep);
void command_task(Client *c, const Seperator *sep);
void command_tattoo(Client *c, const Seperator *sep);
void command_tempname(Client *c, const Seperator *sep);
void command_petname(Client *c, const Seperator *sep);
void command_testspawn(Client *c, const Seperator *sep);
void command_testspawnkill(Client *c, const Seperator *sep);
void command_texture(Client *c, const Seperator *sep);