Some sundry fixes and improvements to the modules.

This commit is contained in:
Sean B. Palmer
2008-03-01 21:07:23 +00:00
parent 3d920f4317
commit 1078791cb6
17 changed files with 9 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ def val(phenny, input):
else: result += ' (%s error)' % n
else: result += 'Unvalidatable: no X-W3C-Validator-Status'
phenny.say(' ' + result)
phenny.reply(result)
val.rule = (['val'], r'(?i)(\S+)')
val.example = '.val http://www.w3.org/'