mirror of
https://github.com/pragma-/pbot.git
synced 2025-12-09 18:27:24 +01:00
Minor refactor of title case of adlib modifier
This commit is contained in:
parent
739c28125b
commit
b5c5162ad0
@ -387,8 +387,7 @@ sub expand_factoid_vars {
|
|||||||
$mylist[$line] = ucfirst $mylist[$line];
|
$mylist[$line] = ucfirst $mylist[$line];
|
||||||
}
|
}
|
||||||
when ('title') {
|
when ('title') {
|
||||||
$mylist[$line] = lc $mylist[$line];
|
$mylist[$line] = ucfirst lc $mylist[$line];
|
||||||
$mylist[$line] = ucfirst $mylist[$line];
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user