Seen: Allow wildcards for @seen.

This commit is contained in:
Valentin Lorentz 2014-02-03 15:08:58 +00:00
parent 5d301b653f
commit 38405e8d87
1 changed files with 1 additions and 1 deletions

View File

@ -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: