Open ghost opened 7 years ago
It looks like maybe the library names changed. I got it to import properly by changing from ircbot import SingleServerIRCBot to from irc.bot import SingleServerIRCBot --and-- from irclib import ServerNotConnectedError to from irc.client import ServerNotConnectedError
I'm still trying to get it to connect with the new versions of skype, which is a pain
Not sure how to install this dep, I installed "irc" using pip...