X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=sid%2Ffeeds.py;h=5494a95e6daf0f7e386b354abfcb36df4dd85e7d;hb=ca957c6dc76e96e46d8fc05fbb0c7dff1cb1437c;hp=7fba4e25151b390d6c46370b26d28f05efbf8e24;hpb=dc4ac4f37ac6b92014ec41f6233ada96c8484adb;p=sid.git diff --git a/sid/feeds.py b/sid/feeds.py index 7fba4e2..5494a95 100644 --- a/sid/feeds.py +++ b/sid/feeds.py @@ -165,9 +165,7 @@ class Feeds(Plugin): def feeds(self, rcv, args): """feeds monitors debian project related feeds. - **commands**: - - * ``!feeds`` : registred feeds list + * ``!feeds`` : registred feeds list * ``!feeds last`` : last check time""" if 'last' in args: self.reply(rcv, 'Last feeds check: %s' % self.th_mon.last_check)