3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-01-11 20:52:42 +01:00
PyLink/plugins
James Lu 02405c36b5 core, fantasy: redo handling of noticed and/or private replies
New behaviour for command responses in general: FANTASY commands reply in channel as PRIVMSG, while all commands sent in PM reply as private notices.

- The old irc.called_by is now irc.called_in (PLACE last command was called)
- irc.called_by is now used to store the CALLER of the last command
- notice=True/False toggle is dropped from ServiceBot.call_cmd()
- New private=True/False option added to ServiceBot.reply() and irc.reply(), which controls whether replies should be sent privately or not.
2016-06-30 18:22:45 -07:00
..
bots.py New import paths for properly installed pylinkirc 2016-06-20 18:18:54 -07:00
changehost.py New import paths for properly installed pylinkirc 2016-06-20 18:18:54 -07:00
commands.py New import paths for properly installed pylinkirc 2016-06-20 18:18:54 -07:00
ctcp.py ctcp: allow PING with multiple arguments 2016-06-25 12:18:50 -07:00
example.py New import paths for properly installed pylinkirc 2016-06-20 18:18:54 -07:00
exec.py New import paths for properly installed pylinkirc 2016-06-20 18:18:54 -07:00
fantasy.py core, fantasy: redo handling of noticed and/or private replies 2016-06-30 18:22:45 -07:00
games.py games: add service description & featured commands 2016-06-30 17:45:05 -07:00
networks.py core, fantasy: redo handling of noticed and/or private replies 2016-06-30 18:22:45 -07:00
opercmds.py New import paths for properly installed pylinkirc 2016-06-20 18:18:54 -07:00
relay.py relay: improve command help, add featured command definitions 2016-06-30 18:05:27 -07:00
servprotect.py New import paths for properly installed pylinkirc 2016-06-20 18:18:54 -07:00