This was needed, so our stuff doesn't get quoted.

This commit is contained in:
Jeremy Fincher 2004-09-24 14:20:15 +00:00
parent 35894401c7
commit 728ad5788b

View File

@ -510,6 +510,9 @@ class ValidQuotes(registry.Value):
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
arguments to commands in order to prevent them from being tokenized. arguments to commands in order to prevent them from being tokenized.