Orfeas
Orfeas
Hi, i noticed "nick color" gives random colors to people. What would be really cool is a "user mode" color which will show each nick based on the color they...
When a quit message is empty an IndexError is raised as the line is processed. ``` Traceback (most recent call last): File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner self.run() File "/usr/lib/python3.9/threading.py",...
I'm developing a Relay Bot for Discord + IRC. It's logic is it creates a new ServerConnection object for each Discord user. It all works fine, untill i recently made...
When a quit occurs and there is no quit message len(arguments) is 0 (arguments is an empty list) and so this line in _handle_other "arguments = [arguments[0]]" causes an "IndexError"....