style(user): changing the getter nickname for getName()
This commit is contained in:
parent
b2c5e0f5d7
commit
e742988ca7
6 changed files with 14 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue