Added oblique.py, a new web services module.

This commit is contained in:
Sean B. Palmer
2008-09-11 17:18:44 +01:00
parent 31d107c0bd
commit b91de3886e
7 changed files with 81 additions and 4 deletions

View File

@@ -70,6 +70,8 @@ def u(phenny, input):
# phenny.msg('#inamidst', '%r' % arg)
if not arg:
return phenny.reply('You gave me zero length input.')
elif not arg.strip(' '):
return phenny.reply('%s SPACES' % len(arg))
# @@ space
if set(arg.upper()) - set(