mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-13 03:51:01 +01:00
FuncBuiltins: fix maybe-on
usage instructions
This commit is contained in:
parent
5c24e5f17d
commit
af6b07ffe0
@ -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