mirror of
https://github.com/pragma-/pbot.git
synced 2025-04-03 22:38:01 +02:00
Prepend channel name to factshow output if belongs to different channel
This commit is contained in:
parent
f3d84931b1
commit
97aae4bddc
@ -752,6 +752,8 @@ sub factshow {
|
||||
$result .= ' [module]';
|
||||
}
|
||||
|
||||
$result = "[$channel] $result" if $channel ne $chan;
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user