3
0
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:
ilmari-lauhakangas 2025-01-12 18:17:25 +02:00 committed by GitHub
parent 5c24e5f17d
commit af6b07ffe0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(@_) }
} }
); );