3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

Remove annoying /msg about kicking

This commit is contained in:
Pragmatic Software 2017-09-18 21:24:30 -07:00
parent 4c5aa39c1b
commit 5062dc0be9

View File

@ -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;