style(user): changing the getter nickname for getName()

This commit is contained in:
Raphael 2025-05-24 17:59:18 +02:00
parent b2c5e0f5d7
commit e742988ca7
6 changed files with 14 additions and 9 deletions

View file

@ -28,7 +28,7 @@ class User {
int getFd() const;
bool isReadyToSend() const;
bool isRegistered() const;
std::string getNickname() const;
std::string getName() const;
std::string extractFullCommand();
void appendToReadBuffer(const std::string &data);
void appendToWriteBuffer(const std::string &data);