#117 Fixed using /kick nickname while in a channel window.

master
Tomatix 3 years ago
parent c417b137d6
commit 147d8b5905
  1. 2
      ICommand/External/kick.cpp

@ -22,5 +22,5 @@ void ICommandPriv::cmd_kick(const std::string& channel, const std::string& nickn
chan = mdi.currentWindow()->getButtonText().toStdString();
}
connection.command(KICK, { channel, nickname }, reason);
connection.command(KICK, { chan, nickname }, reason);
}

Loading…
Cancel
Save