3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-17 23:52:49 +01:00
PyLink/plugins
James Lu 32bc5f120b core: migrate the main client to ServiceBot (#216)
- irc.spawnMain is dropped. Clients are now spawned in the endburst loop, after protocol negotiation completes. This allows PyLink to spawn clients with hideoper, etc., closing #194.
- utils.add_cmd and irc.callCommand are now just wrappers around world.services['pylink'].add_cmd and call_cmd respectively.
- coreplugin registers the main client while it is loaded up, before any commands are added.
2016-05-14 13:29:23 -07:00
..
bots.py core: move isOper, checkAuthenticated to Irc (#199) 2016-04-30 16:54:11 -07:00
changehost.py changehost: migrate to irc.getHostmask 2016-05-01 15:05:30 -07:00
commands.py core: migrate the main client to ServiceBot (#216) 2016-05-14 13:29:23 -07:00
exec.py core: move isOper, checkAuthenticated to Irc (#199) 2016-04-30 16:54:11 -07:00
fantasy.py fantasy: break if IRC object isn't ready 2016-03-27 21:46:10 -07:00
networks.py core: move isOper, checkAuthenticated to Irc (#199) 2016-04-30 16:54:11 -07:00
opercmds.py core: move isOper, checkAuthenticated to Irc (#199) 2016-04-30 16:54:11 -07:00
relay.py relay: support relaying more channel modes 2016-05-11 21:18:30 -07:00
servprotect.py New servprotect plugin (anti-KILL/SAVE flood) 2016-03-25 16:51:02 -07:00