diff --git a/src/server/hosts/master_client.cpp b/src/server/hosts/master_client.cpp index 08e020b..9a51ae8 100644 --- a/src/server/hosts/master_client.cpp +++ b/src/server/hosts/master_client.cpp @@ -45,4 +45,14 @@ void sosc::MasterClientPool::SetupQueries(Queries *queries) { )); } -/** MASTERCLIENT CODE **/ \ No newline at end of file +/** 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) { + +} \ No newline at end of file