CloudBotIRC / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
273 stars 250 forks source link

Update irc.py #208

Closed Red-M closed 8 years ago

Red-M commented 8 years ago

resubmitting to branch as per #190.

TheReverend403 commented 8 years ago

You forgot to set content_raw. Failure to do so results in an AttributeError on line 376

if event_type is EventType.message and content_raw.count("\x01") >= 2 and content_raw.startswith("\x01"):

See https://github.com/TheReverend403/CloudBot/commit/5328d2d3ee1d320f402a22884166af759b207402