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
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...
The text was updated successfully, but these errors were encountered: