Began work on expanding the network protocols

This commit is contained in:
Kayne Ruse
2014-10-23 23:50:49 +11:00
parent 4434900afc
commit f584dd140b
5 changed files with 30 additions and 15 deletions
+1
View File
@@ -49,6 +49,7 @@ private:
std::string username;
//TODO: password
//bit fields?
bool blackListed = false;
bool whiteListed = true;
bool mod = false;