3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

relay_clientbot: lowercase network name (stylistic choice)

This commit is contained in:
James Lu 2016-07-26 16:41:15 -07:00
parent 0d563eaa57
commit 42da216f5d

View File

@ -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