From: Thorsten Date: Fri, 22 Mar 2019 17:32:51 +0000 (+0100) Subject: learn to strip X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=153f7ab338955a82df4a8f31145a959216e42bab;p=urlbot-v3.git learn to strip --- diff --git a/distbot/plugins/muc.py b/distbot/plugins/muc.py index 279e239..497f715 100644 --- a/distbot/plugins/muc.py +++ b/distbot/plugins/muc.py @@ -80,7 +80,7 @@ class Recorder(Worker): )) return Action(msg=msg) elif cmd[1] == "record" and cmd[2] != "show": - recipient = words[1] + recipient = words[1].rstrip(":,") if words[2] in ('that', 'previous'): recording = self.history[-1]["body"] if self.history else "*whistle*" else: