From 38405e8d879400020cf3e299b713a83f139328a5 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 3 Feb 2014 15:08:58 +0000 Subject: [PATCH] Seen: Allow wildcards for @seen. --- plugins/Seen/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Seen/plugin.py b/plugins/Seen/plugin.py index f3491afa7..aa8d62cd7 100644 --- a/plugins/Seen/plugin.py +++ b/plugins/Seen/plugin.py @@ -263,7 +263,7 @@ class Seen(callbacks.Plugin): else: self._last(irc, channel, any=True) any = wrap(any, ['channel', getopts({'user': 'otherUser'}), - additional('nick')]) + additional('something')]) def _last(self, irc, channel, any=False): if any: