mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
This was needed, so our stuff doesn't get quoted.
This commit is contained in:
parent
35894401c7
commit
728ad5788b
@ -509,6 +509,9 @@ class ValidQuotes(registry.Value):
|
|||||||
if [c for c in v if c not in '"`\'']:
|
if [c for c in v if c not in '"`\'']:
|
||||||
self.error()
|
self.error()
|
||||||
super(ValidQuotes, self).setValue(v)
|
super(ValidQuotes, self).setValue(v)
|
||||||
|
|
||||||
|
def __str__(self):
|
||||||
|
return str(self.value)
|
||||||
|
|
||||||
registerChannelValue(supybot.commands, 'quotes',
|
registerChannelValue(supybot.commands, 'quotes',
|
||||||
ValidQuotes('"', """Determines what characters are valid for quoting
|
ValidQuotes('"', """Determines what characters are valid for quoting
|
||||||
|
Loading…
Reference in New Issue
Block a user