mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-24 15:43:54 -07:00
added argentina to countries
This commit is contained in:
parent
83e2e3666a
commit
ef42c7518a
6 changed files with 115 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ public:
|
|||
virtual int getMaxMessageCountPerInterval() const { return 0; }
|
||||
virtual int getMaxMessageSizePerInterval() const { return 0; }
|
||||
virtual int getMaxGamesPerUser() const { return 0; }
|
||||
virtual bool getThreaded() const = 0;
|
||||
|
||||
virtual QMap<QString, ServerInfo_User *> getBuddyList(const QString &name) = 0;
|
||||
virtual QMap<QString, ServerInfo_User *> getIgnoreList(const QString &name) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue