fixed kick
This commit is contained in:
parent
4757f95871
commit
0a74b22efc
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user