mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-11 20:52:42 +01:00
02405c36b5
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. |
||
---|---|---|
.. | ||
bots.py | ||
changehost.py | ||
commands.py | ||
ctcp.py | ||
example.py | ||
exec.py | ||
fantasy.py | ||
games.py | ||
networks.py | ||
opercmds.py | ||
relay.py | ||
servprotect.py |