# -*- coding: utf-8 -*-
# Copyright (C) 2007-2012 Thomas Perl <thp.io/about>
-# Copyright (C) 2014 kaliko <kaliko@azylum.org>
+# Copyright (C) 2014, 2020 kaliko <kaliko@azylum.org>
# 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
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):