mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-25 04:02:37 +01: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 .= ' [module]';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$result = "[$channel] $result" if $channel ne $chan;
|
||||||
|
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user