diff --git a/PBot/FactoidCommands.pm b/PBot/FactoidCommands.pm index 296f4169..ea82e527 100644 --- a/PBot/FactoidCommands.pm +++ b/PBot/FactoidCommands.pm @@ -752,6 +752,8 @@ sub factshow { $result .= ' [module]'; } + $result = "[$channel] $result" if $channel ne $chan; + return $result; }