diff --git a/lib/PBot/Plugin/FuncBuiltins.pm b/lib/PBot/Plugin/FuncBuiltins.pm index 83871314..f3e96b68 100644 --- a/lib/PBot/Plugin/FuncBuiltins.pm +++ b/lib/PBot/Plugin/FuncBuiltins.pm @@ -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 ', + usage => 'maybe-on ', subref => sub { $self->func_maybe_on(@_) } } );