mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 13:59:47 +01:00
FactoidCommands: disable word-wrapping for show -p
This commit is contained in:
parent
e30943ff70
commit
c953962bd4
@ -1170,7 +1170,7 @@ sub factshow {
|
||||
my $result = "$trigger_text: ";
|
||||
|
||||
if ($paste) {
|
||||
$result .= $self->{pbot}->{webpaste}->paste($factoids->{$channel}->{$trigger}->{action});
|
||||
$result .= $self->{pbot}->{webpaste}->paste($factoids->{$channel}->{$trigger}->{action}, no_split => 1);
|
||||
$channel = 'global' if $channel eq '.*';
|
||||
$chan = 'global' if $chan eq '.*';
|
||||
$result = "[$channel] $result" if $channel ne $chan;
|
||||
|
Loading…
Reference in New Issue
Block a user