X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=sid%2Farchive.py;h=68c841e21d0f13f34b2d1dfefd1d4d97a5e993fc;hb=ce3cd5d64e51d2075237b909762a1ed0459eaf80;hp=9fb0f2ee01ced57bfaf71630eb3c9b0f53f415ed;hpb=28d56c0a68c6ca02c5683d8beac423c51024c108;p=sid.git diff --git a/sid/archive.py b/sid/archive.py index 9fb0f2e..68c841e 100644 --- a/sid/archive.py +++ b/sid/archive.py @@ -22,9 +22,11 @@ from .lib import get_pkg class Archive(Plugin): - """Fetch package info from the archive + """Fetches package info from the archive """ + #: Current stable Suite stable_codename = 'buster' + #: Pakage name regexp re_pkg = re_compile(r'(?P[0-9a-z.+-]+)$') def __init__(self, bot): @@ -32,10 +34,9 @@ class Archive(Plugin): @botcmd def archive(self, rcv, args): - """Fetch pkg info from the archive: + """Fetches package info from the archive - !archive pkg-name : Returns package versions (by suite) - """ + ``!archive pkg-name`` : Returns package versions (by suite)""" if not args: return if len(args) > 1: