diff --git a/plugins/relay_clientbot.py b/plugins/relay_clientbot.py index 38ec497..526d591 100644 --- a/plugins/relay_clientbot.py +++ b/plugins/relay_clientbot.py @@ -70,7 +70,7 @@ def cb_relay_core(irc, source, command, args): return netname = origuser[0] try: # Try to get the full network name - netname = conf.conf['servers'][netname]['netname'] + netname = conf.conf['servers'][netname]['netname'].lower() except KeyError: pass