mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
Rename PyLinkIRCNetwork -> IRCNetwork
The "PyLink" prefix is sort of redundant here...
This commit is contained in:
parent
c4f6d626d5
commit
2a978c498e
@ -940,7 +940,7 @@ class PyLinkNetworkCoreWithUtils(PyLinkNetworkCore):
|
||||
result = not result
|
||||
return result
|
||||
|
||||
class PyLinkIRCNetwork(PyLinkNetworkCoreWithUtils):
|
||||
class IRCNetwork(PyLinkNetworkCoreWithUtils):
|
||||
def __init__(self, *args):
|
||||
super().__init__(*args)
|
||||
if world.testing:
|
||||
@ -1258,7 +1258,7 @@ class PyLinkIRCNetwork(PyLinkNetworkCoreWithUtils):
|
||||
else:
|
||||
break
|
||||
|
||||
Irc = PyLinkIRCNetwork
|
||||
Irc = IRCNetwork
|
||||
|
||||
class User():
|
||||
"""PyLink IRC user class."""
|
||||
|
Loading…
Reference in New Issue
Block a user