Skip to content

Commit 682f608

Browse files
mxafidjames9
authored andcommitted
fix(irssi): suppress irssi MODE nick +i error
1 parent 55b3c42 commit 682f608

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/command/actionMode.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ void Command::actionMode(Client& client) {
4747
if (std::string(CHANNEL_PREFIXES).find(param_.at(0).front()) == std::string::npos) {
4848
// We know that the first parameter is not a channel
4949
LOG_DEBUG("Command::actionMode: first param does not have a channel prefix, so it must be a user, not implemented");
50-
client.appendToSendBuffer(RPL_ERR_UMODEUNKNOWNFLAG_501(serverHostname_g, client.getNickname())); // TODO: placeholder
5150
// TODO: implement user mode changes
5251
return;
5352
}

0 commit comments

Comments
 (0)