Traceback (most recent call last):
File "/home/ubuntu/lernid-0.8.2.2~lr2build1/lernid/widgets/NativeChatroom.py", line 181, in _send_text
self._append_to_buffer(_('IRC commands are not yet supported.'))
File "/home/ubuntu/lernid-0.8.2.2~lr2build1/lernid/widgets/IrcWidget.py", line 83, in _append_to_buffer
elif self._on_faculty(sender):
File "/home/ubuntu/lernid-0.8.2.2~lr2build1/lernid/widgets/Schedule.py", line 219, in on_faculty
return self._current_session and name.lower() in \
AttributeError: 'NoneType' object has no attribute 'lower'
The solution is probably to look for a sender of None on or about line 83 in lernid/widgets/IrcWidget.py and to avoid the faculty check.
are we supposed to serve those commands, or ignore them?