From af6b07ffe06ee0c84dfb4e1b2c418d5ba9fdd360 Mon Sep 17 00:00:00 2001 From: ilmari-lauhakangas Date: Sun, 12 Jan 2025 18:17:25 +0200 Subject: [PATCH] FuncBuiltins: fix `maybe-on` usage instructions --- lib/PBot/Plugin/FuncBuiltins.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(@_) } } );