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

@@ -66,6 +66,7 @@ g.example = '.g swhack'
def gc(phenny, input):
"""Returns the number of Google results for the specified input."""
if input.nick == 'goatov': return
query = input.group(2)
if not query:
return phenny.reply('.gc what?')