X-Git-Url: https://git.kaliko.me/?p=sid.git;a=blobdiff_plain;f=sid%2Fecho.py;h=f19f7dc53f37ffe0f310c0e41b44e51aea94f0d5;hp=534163c378c95df65e0ad888786c4c5481ccbf29;hb=38a5005a870abb3b53547bb80212d78e44eca67f;hpb=dbc1b2e6149234b8571425b6684a2858fa52c545 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):