mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-24 03:29:28 +01:00
eac934c237
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) |
||
---|---|---|
.. | ||
bots.py | ||
chancmds.py | ||
changehost.py | ||
commands.py | ||
exec.py | ||
fantasy.py | ||
networks.py | ||
opercmds.py | ||
relay.py |