impredicative / irc-rss-feed-bot

Dockerized IRC bot to post RSS/Atom and scraped HTML/JSON/CSV feeds to channels
https://hub.docker.com/r/ascensive/irc-rss-feed-bot
GNU Affero General Public License v3.0
28 stars 4 forks source link

Use colon=False #27

Closed luk3yx closed 5 years ago

luk3yx commented 5 years ago

The JOIN events may not be fired, if the extended-join IRCv3 capability has not been negotiated (on some/most IRC networks excluding Freenode). Setting colon=False makes args[0] more consistent.

The PRIVMSG handler no longer needs to check for leading colons.