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
1 changed files with 3 additions and 0 deletions

View File

@ -509,6 +509,9 @@ class ValidQuotes(registry.Value):
if [c for c in v if c not in '"`\'']:
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