irc icon indicating copy to clipboard operation
irc copied to clipboard

Fix for empty quit message

Open OrpheusGr opened this issue 5 months ago • 0 comments

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". as i also posted here: https://github.com/jaraco/irc/issues/210

OrpheusGr avatar Aug 31 '24 22:08 OrpheusGr