mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-08 10:34:13 +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',
|
||||
{
|
||||
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(@_) }
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user