Update of /cvsroot/pybot/pybot/pybot/modules
In directory sc8-pr-cvs1:/tmp/cvs-serv1163/pybot/modules
Modified Files:
rss.py
Log Message:
Reordered data when showing rss information to better match
the command used to active feeds.
Index: rss.py
===================================================================
RCS file: /cvsroot/pybot/pybot/pybot/modules/rss.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** rss.py 26 Aug 2003 20:46:09 -0000 1.7
--- rss.py 26 Aug 2003 21:02:44 -0000 1.8
***************
*** 302,307 ****
interval = "%d seconds" % target.interval
msg.answer(" for", target.target, "on",
! target.servername, "each", interval,
! oneline, links, descs, prefix)
else:
msg.answer("%:", ["You can't", "You're not allowed to",
--- 302,307 ----
interval = "%d seconds" % target.interval
msg.answer(" for", target.target, "on",
! target.servername, "each",
! oneline, links, descs, prefix, interval)
else:
msg.answer("%:", ["You can't", "You're not allowed to",
|