3
0
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:
James Lu 2020-03-08 15:37:06 -07:00
parent f7e84e7816
commit a8f0bd4fb7

View File

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