boamaod / skype2irc

IRC ⟷ Skype Gateway Bot for Connecting Skype Chats to IRC Channels
Other
44 stars 22 forks source link

ircbot #10

Open ghost opened 7 years ago

ghost commented 7 years ago

Not sure how to install this dep, I installed "irc" using pip...

Traceback (most recent call last):
  File "skype2irc.py", line 33, in <module>
    from ircbot import SingleServerIRCBot
ImportError: No module named ircbot
wiccawill420 commented 5 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