fixed kick

This commit is contained in:
Anselme 2016-06-20 11:30:56 +02:00
parent 4757f95871
commit 0a74b22efc

View File

@ -14,7 +14,7 @@ bool PunisherModule::messageHandler(Message msg)
{
if(msg.args.contains(w))
{
answer = QString("KICK %1\r\n").arg(msg.nick);
answer = QString("KICK #%1 %2\r\n").arg(getChan()).arg(msg.nick);
return true;
}
}