mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 21:19:31 +01:00
relay_clientbot: lowercase network name (stylistic choice)
This commit is contained in:
parent
0d563eaa57
commit
42da216f5d
@ -70,7 +70,7 @@ def cb_relay_core(irc, source, command, args):
|
|||||||
return
|
return
|
||||||
netname = origuser[0]
|
netname = origuser[0]
|
||||||
try: # Try to get the full network name
|
try: # Try to get the full network name
|
||||||
netname = conf.conf['servers'][netname]['netname']
|
netname = conf.conf['servers'][netname]['netname'].lower()
|
||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user