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
{{ message }}
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
I had to figure out why my blacklist wasn't working in #toronto, turned out it was because I set supybot.plugins.SpiffyTitles.channelBlackList to #Toronto (because that's how the network lists the channel, with an uppercase T), but when I told the bot to join I told it to join #toronto, all lowercase. IRC treats channel names case-insensitively (probably according to IRC's special rules for comparing cases where symbols count too), so I think SpiffyTitles should too.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had to figure out why my blacklist wasn't working in #toronto, turned out it was because I set supybot.plugins.SpiffyTitles.channelBlackList to #Toronto (because that's how the network lists the channel, with an uppercase T), but when I told the bot to join I told it to join #toronto, all lowercase. IRC treats channel names case-insensitively (probably according to IRC's special rules for comparing cases where symbols count too), so I think SpiffyTitles should too.
The text was updated successfully, but these errors were encountered: