From 51dcb10758c6b5b33fab57aee5d16485fd344d9d Mon Sep 17 00:00:00 2001 From: kaliko Date: Sat, 2 May 2020 16:45:21 +0200 Subject: [PATCH] bugs: shorter help text --- sid/bts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sid/bts.py b/sid/bts.py index 201df9a..b39197c 100644 --- a/sid/bts.py +++ b/sid/bts.py @@ -65,7 +65,7 @@ class Bugs(Plugin): @botcmd def bugs(self, rcv, args): - """ intercepts bugs number in any message, looking for string like #629234 and display bug summary. + """Intercepts bugs number in messages (as #629234), reply a bug summary. !bugs pkg-name : Returns latest bug reports if any """ if not args: -- 2.39.2