From eb24e016199e42fe9368768c7607231b6da632bd Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 17 Jul 2016 23:10:49 -0700 Subject: [PATCH] relay: allow slashes for clientbot --- plugins/relay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/relay.py b/plugins/relay.py index b0e60dd..9e1400c 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -118,7 +118,7 @@ def normalizeNick(irc, netname, nick, times_tagged=0, uid=''): # Charybdis, IRCu, etc. don't allow / in nicks, and will SQUIT with a protocol # violation if it sees one. Or it might just ignore the client introduction and # cause bad desyncs. - protocol_allows_slashes = protoname.startswith(('insp', 'unreal')) or \ + protocol_allows_slashes = protoname.startswith(('insp', 'unreal', 'clientbot')) or \ irc.serverdata.get('relay_force_slashes') if '/' not in separator or not protocol_allows_slashes: