smol do not look

This commit is contained in:
malloc 2018-10-10 16:03:40 -05:00
parent 9661b5367a
commit 33834e6c0c

View file

@ -45,4 +45,14 @@ void sosc::MasterClientPool::SetupQueries(Queries *queries) {
));
}
/** MASTERCLIENT CODE **/
/** MASTERCLIENT CODE **/
sosc::MasterClient::MasterClient(const ScapeConnection &client) {
this->sock = client;
this->authed = false;
this->auth_attempts = 0;
}
bool sosc::MasterClient::Process(const Queries *queries) {
}