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
@ -510,6 +510,9 @@ class ValidQuotes(registry.Value):
|
||||
self.error()
|
||||
super(ValidQuotes, self).setValue(v)
|
||||
|
||||
def __str__(self):
|
||||
return str(self.value)
|
||||
|
||||
registerChannelValue(supybot.commands, 'quotes',
|
||||
ValidQuotes('"', """Determines what characters are valid for quoting
|
||||
arguments to commands in order to prevent them from being tokenized.
|
||||
|
Loading…
Reference in New Issue
Block a user