From: kaliko Date: Fri, 1 May 2020 10:42:22 +0000 (+0200) Subject: Fixed echo plugin X-Git-Tag: 0.1.0~29 X-Git-Url: http://git.kaliko.me/?p=sid.git;a=commitdiff_plain;h=38a5005a870abb3b53547bb80212d78e44eca67f Fixed echo plugin --- diff --git a/sid/echo.py b/sid/echo.py index 534163c..f19f7dc 100644 --- a/sid/echo.py +++ b/sid/echo.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Copyright (C) 2007-2012 Thomas Perl -# Copyright (C) 2014 kaliko +# Copyright (C) 2014, 2020 kaliko # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -43,7 +43,7 @@ class Echo(Plugin): self.send(self.bot.room, self.inbox.get(nick).pop(), mtype='groupchat') - self.inbox.pop(nick) + self.inbox.pop(nick) @botcmd def tell(self, message, args):