mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
classes: remove self.proto, self.irc compat links
This commit is contained in:
parent
f7e84e7816
commit
a8f0bd4fb7
@ -227,7 +227,6 @@ class PyLinkNetworkCore(structures.CamelCaseToSnakeCase):
|
||||
self.serverdata = conf.conf['servers'][netname]
|
||||
|
||||
self.protoname = self.__class__.__module__.split('.')[-1] # Remove leading pylinkirc.protocols.
|
||||
self.proto = self.irc = self # Backwards compat
|
||||
|
||||
# Protocol stuff
|
||||
self.casemapping = 'rfc1459'
|
||||
|
Loading…
Reference in New Issue
Block a user