3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-24 03:29:28 +01:00
PyLink/plugins
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
..
bots.py classes: sort code, move nickToUid, clientToServer, isInternalClient, isInternalServer into the Irc class 2015-12-31 17:28:47 -08:00
chancmds.py classes: sort code, move nickToUid, clientToServer, isInternalClient, isInternalServer into the Irc class 2015-12-31 17:28:47 -08:00
changehost.py changehost: whoops, numbers are allowed in hostnames too 2015-12-30 17:08:38 -08:00
commands.py classes: sort code, move nickToUid, clientToServer, isInternalClient, isInternalServer into the Irc class 2015-12-31 17:28:47 -08:00
exec.py exec: add some more default imports for convenience 2015-12-29 11:14:19 -08:00
fantasy.py classes: sort code, move nickToUid, clientToServer, isInternalClient, isInternalServer into the Irc class 2015-12-31 17:28:47 -08:00
networks.py networks: call coreplugin and loaded plugins' main() functions on connect 2015-12-24 18:14:05 -08:00
opercmds.py Move MODE from bots.py into a new plugin, opercmds.py 2015-12-18 21:43:37 -08:00
relay.py classes: sort code, move nickToUid, clientToServer, isInternalClient, isInternalServer into the Irc class 2015-12-31 17:28:47 -08:00