From ce83bea09a1b8c94e35ad4f6d78a0c7dd036c54e Mon Sep 17 00:00:00 2001 From: James Lu Date: Wed, 2 Sep 2015 23:51:16 -0700 Subject: [PATCH] ts6: less garbled error message for UID handler --- protocols/ts6.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/protocols/ts6.py b/protocols/ts6.py index f3bf40e..6f49d00 100644 --- a/protocols/ts6.py +++ b/protocols/ts6.py @@ -476,9 +476,8 @@ def handle_euid(irc, numeric, command, args): return {'uid': uid, 'ts': ts, 'nick': nick, 'realhost': realhost, 'host': host, 'ident': ident, 'ip': ip} def handle_uid(irc, numeric, command, args): - raise ProtocolError("Servers must use EUID to send users! This is a " - "requested capability; plain UID (received) is not " - "handled by us at all!") + raise ProtocolError("Servers should use EUID instead of UID to send users! " + "This IS a required capability after all...") def handle_server(irc, numeric, command, args): # parameters: server name, hopcount, sid, server description