mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-07 19:49:23 +01:00
Fixed stupid syntaxerror.
This commit is contained in:
parent
ee7ce27b61
commit
646cbe4c32
@ -225,7 +225,6 @@ class Configurable(object):
|
|||||||
"""
|
"""
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.configurables = ConfigurableDictionary(self.configurables)
|
self.configurables = ConfigurableDictionary(self.configurables)
|
||||||
s =
|
|
||||||
|
|
||||||
def config(self, irc, msg, args):
|
def config(self, irc, msg, args):
|
||||||
"""[<channel>] <name> [<value>]
|
"""[<channel>] <name> [<value>]
|
||||||
|
Loading…
Reference in New Issue
Block a user