From 5444b808b12aa29da106e067f0ecbc3ef661cad4 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 21 Aug 2016 17:28:26 -0700 Subject: [PATCH] Revert "relay_clientbot: lowercase network name (stylistic choice)" This reverts commit 42da216f5db4f11fe9305b1025e59f9f3aa5a7ec. --- plugins/relay_clientbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/relay_clientbot.py b/plugins/relay_clientbot.py index 2af176b..049c5f7 100644 --- a/plugins/relay_clientbot.py +++ b/plugins/relay_clientbot.py @@ -89,7 +89,7 @@ def cb_relay_core(irc, source, command, args): log.debug('(%s) relay_cb_core: Original sender found as %s', irc.name, origuser) netname = origuser[0] try: # Try to get the full network name - netname = conf.conf['servers'][netname]['netname'].lower() + netname = conf.conf['servers'][netname]['netname'] except KeyError: pass