jaraco / irc

Full-featured Python IRC library for Python.
MIT License
390 stars 84 forks source link

Using a bot in py 2.7 #142

Closed acccounttest closed 6 years ago

acccounttest commented 6 years ago

pip upgraded

/usr/local/lib/python2.7/dist-package/irc/client.py line 575 target,msg=arguments[:2] valueError: need more than one value to unpack

jaraco commented 6 years ago

So it seems whatever IRC server to which you're connecting is not sending at least two arguments for privmsg and notice. That sounds like an error in the server to me.