Factoids: whoops, missed a character

This commit is contained in:
Pragmatic Software 2020-07-18 12:52:47 -07:00
parent 0e03541460
commit 93b444e3f5
1 changed files with 1 additions and 1 deletions

View File

@ -793,7 +793,7 @@ sub expand_factoid_vars {
$matches++;
# extract channel expansion modifier
if ($rest =~ s/^:*(#[^:]+|global)//i) {
if ($rest =~ s/^:(#[^:]+|global)//i) {
$from = $1;
$from = '.*' if lc $from eq 'global';
}