mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-23 04:19:27 +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];
|
||||
}
|
||||
when ('title') {
|
||||
$mylist[$line] = lc $mylist[$line];
|
||||
$mylist[$line] = ucfirst $mylist[$line];
|
||||
$mylist[$line] = ucfirst lc $mylist[$line];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user