One file per command

This commit is contained in:
2026-04-17 12:01:16 +02:00
parent 00a08b4f30
commit bb66fcc097
8 changed files with 169 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ class Client
std::string getNick() const;
std::string getUsername() const;
std::string getRealname() const;
std::string getBuffer() const;
std::string &getBuffer();
bool isAuthenticated() const;
bool isRegistered() const;