QTfrontend/net/newnetclient.h
changeset 8434 4821897a0f10
parent 8416 e691acd778f5
child 8444 75db7bb8dce8
child 8489 25cb6f4a1d1b
equal deleted inserted replaced
8432:f2d57e987ba9 8434:4821897a0f10
   159         void consoleCommand(const QString &);
   159         void consoleCommand(const QString &);
   160         void startGame();
   160         void startGame();
   161         void toggleRestrictJoins();
   161         void toggleRestrictJoins();
   162         void toggleRestrictTeamAdds();
   162         void toggleRestrictTeamAdds();
   163         void partRoom();
   163         void partRoom();
   164         void clearAccountsCache();        
   164         void clearAccountsCache();
   165         void getBanList();
   165         void getBanList();
   166         void removeBan(const QString &);
   166         void removeBan(const QString &);
   167         void banIP(const QString & ip, const QString & reason, int seconds);
   167         void banIP(const QString & ip, const QString & reason, int seconds);
   168         void banNick(const QString & nick, const QString & reason, int seconds);
   168         void banNick(const QString & nick, const QString & reason, int seconds);
   169 
   169