From 38a5005a870abb3b53547bb80212d78e44eca67f Mon Sep 17 00:00:00 2001 From: kaliko Date: Fri, 1 May 2020 12:42:22 +0200 Subject: [PATCH] Fixed echo plugin --- sid/echo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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): -- 2.39.2