mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-24 03:33:06 +01: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}->gain_ops($channel);
|
||||
return "/msg $nick Kicking $victim channel $channel with reason '$reason'";
|
||||
return "";
|
||||
}
|
||||
|
||||
1;
|
||||
|
Loading…
Reference in New Issue
Block a user