areebbeigh / RSS2IRC

An IRC bot that'll return feeds from an RSS feed to 1 or more IRC channels. The bot has a couple of commands (admin and public) too.
https://github.com/areebbeigh/RSS2IRC
GNU General Public License v3.0
7 stars 6 forks source link

Bot can't identify #2

Closed YamashitaRen closed 8 years ago

YamashitaRen commented 8 years ago

I had to replace "IDENTIFY" by ":IDENTIFY". https://github.com/areeb-beigh/RSS2IRC/blob/master/rss2irc.py#L107

areebbeigh commented 8 years ago

Hello Ren, looks like it doesn't work without the ":" on some networks, good catch! I've edited the source code. Thanks.