Skip to content

Commit

Permalink
newMain
Browse files Browse the repository at this point in the history
  • Loading branch information
acroisie committed Dec 22, 2022
1 parent 7cd0406 commit 8b2d81f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions srcs/commands/Mode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,4 @@ void Server::mode(Client &client)
}
else
client.setReply(ERR_NOSUCHNICK(client.getNickname(), client.getTokens()[1]));
}

// message missing param error
}

0 comments on commit 8b2d81f

Please sign in to comment.