Clean up frontend chat command auto-complete
authorWuzzy <Wuzzy2@mail.ru>
Fri, 05 Oct 2018 04:00:16 +0200
changeset 13843 7c333cffd63e
parent 13842 35ba3a550cad
child 13844 184584b82c4c
Clean up frontend chat command auto-complete
QTfrontend/ui/widget/chatwidget.cpp
--- a/QTfrontend/ui/widget/chatwidget.cpp	Thu Oct 04 23:29:20 2018 +0200
+++ b/QTfrontend/ui/widget/chatwidget.cpp	Fri Oct 05 04:00:16 2018 +0200
@@ -570,8 +570,7 @@
     // add default commands
     QStringList cmds;
     // /saveStyleSheet is(/was?) broken because of Physfs or something
-    // cmds << "/me" << "/discardStyleSheet" << "/saveStyleSheet";
-    cmds << "/me" << "/info" << "/quit" << "/clear" << "/discardStyleSheet";
+    cmds << "/clear" << "/help" << "/info" << "/me" << "/quit" << "/rnd";
     chatEditLine->addCommands(cmds);
 
     chatText->clear();