Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Millaume Guichel committed May 5, 2019
2 parents 5dd3e9a + 48e0ee1 commit 5265459
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/Commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ string Commands::cmd_logout(string, unsigned int socket){
return "Logout successful!";
}

string Commands::cmd_exit(string, unsigned int){
string Commands::cmd_exit(string, unsigned int socket){
auth.logout(socket);
return str_bye;
}

0 comments on commit 5265459

Please sign in to comment.