From 5062dc0be9c6a8abc02f453cf232b8c5382f2610 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 18 Sep 2017 21:24:30 -0700 Subject: [PATCH] Remove annoying /msg about kicking --- PBot/ChanOpCommands.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBot/ChanOpCommands.pm b/PBot/ChanOpCommands.pm index 476e3119..64b08209 100644 --- a/PBot/ChanOpCommands.pm +++ b/PBot/ChanOpCommands.pm @@ -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;