Herald: fix name conflict (wqs using _ as a temporary variable)

This commit is contained in:
Valentin Lorentz 2011-06-30 03:04:12 +02:00
parent efc30a4ed2
commit 3b5d2cb48b
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class Herald(callbacks.Plugin):
"""
if optlist and text:
raise callbacks.ArgumentError
for (option, _) in optlist:
for (option, foo) in optlist:
if option == 'remove':
self.setRegistryValue('default', '', channel)
irc.replySuccess()