3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 09:19:23 +01:00
PyLink/protocols
James Lu eac934c237 classes: sort code, move nickToUid, clientToServer, isInternalClient, isInternalServer into the Irc class
The following BREAKING changes are made:
utils.nickToUid(irc, nick) -> irc.nickToUid(nick)
utils.isInternalClient(irc, uid) -> irc.isInternalClient(uid)
utils.isInternalServer(irc, uid) -> irc.isInternalServer(uid)
utils.clientToServer(irc, uid) -> utils.getServer(uid)
2015-12-31 17:28:47 -08:00
..
inspircd.py classes: sort code, move nickToUid, clientToServer, isInternalClient, isInternalServer into the Irc class 2015-12-31 17:28:47 -08:00
ts6_common.py classes: sort code, move nickToUid, clientToServer, isInternalClient, isInternalServer into the Irc class 2015-12-31 17:28:47 -08:00
ts6.py classes: sort code, move nickToUid, clientToServer, isInternalClient, isInternalServer into the Irc class 2015-12-31 17:28:47 -08:00
unreal.py classes: sort code, move nickToUid, clientToServer, isInternalClient, isInternalServer into the Irc class 2015-12-31 17:28:47 -08:00