mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-11 12:42:34 +01:00
Revert "relay_clientbot: lowercase network name (stylistic choice)"
This reverts commit 42da216f5d
.
This commit is contained in:
parent
a546bae341
commit
5444b808b1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user