QTfrontend/net/newnetclient.h
changeset 8157 695f1eef72c8
parent 7857 2bc61f8841a1
child 8291 e4a0d980d1e2
--- a/QTfrontend/net/newnetclient.h	Sat Dec 01 00:37:23 2012 +0400
+++ b/QTfrontend/net/newnetclient.h	Sat Dec 01 00:38:06 2012 +0400
@@ -123,6 +123,7 @@
         void serverMessageNew(const QString &);
         void serverMessageOld(const QString &);
         void latestProtocolVar(int);
+        void bansList(const QStringList &);
 
         void setMyReadyStatus(bool isReady);
 
@@ -156,7 +157,11 @@
         void toggleRestrictJoins();
         void toggleRestrictTeamAdds();
         void partRoom();
-        void clearAccountsCache();
+        void clearAccountsCache();        
+        void getBanList();
+        void removeBan(const QString &);
+        void banIP(const QString & ip, const QString & reason, int seconds);
+        void banNick(const QString & nick, const QString & reason, int seconds);
 
     private slots:
         void ClientRead();