mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-06 01:24:05 +01:00
Herald: fix name conflict (wqs using _ as a temporary variable)
This commit is contained in:
parent
efc30a4ed2
commit
3b5d2cb48b
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user