Added command '#ucs' to force re-connect after ucs server unavailability (must manually re-join channels for now)

This commit is contained in:
Uleat
2018-03-07 22:45:05 -05:00
parent ae966e546b
commit 2da70c69da
5 changed files with 93 additions and 1 deletions
+1
View File
@@ -302,6 +302,7 @@ void command_titlesuffix(Client *c, const Seperator *sep);
void command_traindisc(Client *c, const Seperator *sep);
void command_trapinfo(Client* c, const Seperator *sep);
void command_tune(Client *c, const Seperator *sep);
void command_ucs(Client *c, const Seperator *sep);
void command_undye(Client *c, const Seperator *sep);
void command_undyeme(Client *c, const Seperator *sep);
void command_unfreeze(Client *c, const Seperator *sep);