mirror of
https://github.com/pragma-/pbot.git
synced 2025-10-14 06:57:25 +02:00
FuncBuiltins: fix maybe-on
usage instructions (#76)
This commit is contained in:
parent
30ac705d99
commit
fa36d8c480
@ -109,7 +109,7 @@ sub initialize($self, %conf) {
|
|||||||
'maybe-on',
|
'maybe-on',
|
||||||
{
|
{
|
||||||
desc => 'prepend "on" in front of text depending on the part-of-speech of the first word in text',
|
desc => 'prepend "on" in front of text depending on the part-of-speech of the first word in text',
|
||||||
usage => 'maybe-to <text>',
|
usage => 'maybe-on <text>',
|
||||||
subref => sub { $self->func_maybe_on(@_) }
|
subref => sub { $self->func_maybe_on(@_) }
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user