You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that Bucket instances may coexist in channels that have other bots, it is sometimes amusing when Bucket decides to learn a band name from something like .wiki two words (someone looking up "two words" on Wikipedia), .t mein Freund (a translation command), etc.
Would it be reasonable to add a check that band name candidates !~ /^\W/ to core, or should that be plugin territory? Since it's most likely for Bucket to peacefully coexist with other bots that respond to punctuation-prefixed commands, not free text, having only that check is pretty effective.
The text was updated successfully, but these errors were encountered:
Given that Bucket instances may coexist in channels that have other bots, it is sometimes amusing when Bucket decides to learn a band name from something like
.wiki two words
(someone looking up "two words" on Wikipedia),.t mein Freund
(a translation command), etc.Would it be reasonable to add a check that band name candidates
!~ /^\W/
to core, or should that be plugin territory? Since it's most likely for Bucket to peacefully coexist with other bots that respond to punctuation-prefixed commands, not free text, having only that check is pretty effective.The text was updated successfully, but these errors were encountered: