mirror of
https://github.com/pragma-/pbot.git
synced 2025-10-10 21:17:23 +02:00
Remove annoying /msg about kicking
This commit is contained in:
parent
4c5aa39c1b
commit
5062dc0be9
@ -232,7 +232,7 @@ sub kick_user {
|
|||||||
|
|
||||||
$self->{pbot}->{chanops}->add_op_command($channel, "kick $channel $victim $reason");
|
$self->{pbot}->{chanops}->add_op_command($channel, "kick $channel $victim $reason");
|
||||||
$self->{pbot}->{chanops}->gain_ops($channel);
|
$self->{pbot}->{chanops}->gain_ops($channel);
|
||||||
return "/msg $nick Kicking $victim channel $channel with reason '$reason'";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user