Calculator updates, and .py and .wa implementations.

This commit is contained in:
Sean B. Palmer
2010-11-06 13:58:51 +00:00
parent 9ae58d0a35
commit ca95157acb
2 changed files with 20 additions and 5 deletions

View File

@@ -87,10 +87,6 @@ o.commands = ['o']
o.example = '.o servicename arg1 arg2 arg3'
o.services = {}
def py(phenny, input):
service(phenny, input, 'py', input.group(2))
py.commands = ['py']
def snippet(phenny, input):
py = "BeautifulSoup.BeautifulSoup(re.sub('<.*?>|(?<= ) +', '', " + \
"eval(urllib.urlopen('http://ajax.googleapis.com/ajax/serv" + \