mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 14:14:37 +01:00
Updated.
This commit is contained in:
parent
2ebbec7d95
commit
2369a1adae
@ -1,3 +1,7 @@
|
|||||||
|
* Added a new plugin, Format, which offers several commands for
|
||||||
|
formatting strings on IRC. Moved several commands from to it
|
||||||
|
from the Utilities plugin.
|
||||||
|
|
||||||
* Improved the functionality of RSS.announce. Calling it with
|
* Improved the functionality of RSS.announce. Calling it with
|
||||||
no arguments now lists the currently announced feeds. Removing
|
no arguments now lists the currently announced feeds. Removing
|
||||||
feeds is done by specifying the --remove option.
|
feeds is done by specifying the --remove option.
|
||||||
|
@ -127,7 +127,6 @@ class Format(callbacks.Privmsg):
|
|||||||
irc.reply(s)
|
irc.reply(s)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Class = Format
|
Class = Format
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||||
|
Loading…
Reference in New Issue
Block a user