This commit is contained in:
Jeremy Fincher 2004-07-22 22:58:06 +00:00
parent 2ebbec7d95
commit 2369a1adae
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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: