From 1b6323085074fa8b7db6ca87f59b74f728460d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20B=C3=BCchner?= Date: Mon, 26 Aug 2024 14:55:47 +0200 Subject: [PATCH] update maubot version --- requirements.txt | 4 ++-- ubottu/bot.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7013b40..0d7397e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,8 +16,8 @@ frozenlist==1.4.1 idna==3.6 Jinja2==3.1.3 MarkupSafe==2.1.5 -maubot==0.4.2 -mautrix==0.20.4 +maubot==0.5.0 +mautrix==0.20.6 multidict==6.0.5 packaging==24.0 prompt-toolkit==3.0.43 diff --git a/ubottu/bot.py b/ubottu/bot.py index 8c839f0..cc3e7ac 100644 --- a/ubottu/bot.py +++ b/ubottu/bot.py @@ -282,7 +282,7 @@ class Ubottu(Plugin): if data: await evt.respond('The current time in ' + data['location'] + ' is ' + data['local_time']) - if command_name == 'bug': + if command_name == 'lpbug' or command_name == 'lp': if len(args) == 1: package = '' bug_id = int(args[0]) @@ -295,7 +295,7 @@ class Ubottu(Plugin): return False - #!package lookup command + #package lookup command if command_name == 'package' or command_name == 'depends': apt = Apt() if len(args) == 0: