Moved calculation to the wolframalpha plugin (the old google calculator plugin no longer works correctly, sorry!(=)

This commit is contained in:
Luke Rogers 2013-11-11 10:01:45 +13:00
parent b6d1620cec
commit cd4b65de3d
2 changed files with 2 additions and 20 deletions

View file

@ -3,6 +3,8 @@ import re
from util import hook, http, text, web
@hook.command('math')
@hook.command('calc')
@hook.command('wa')
@hook.command
def wolframalpha(inp, bot=None):