Moved calculation to the wolframalpha plugin (the old google calculator plugin no longer works correctly, sorry!(=)
This commit is contained in:
parent
b6d1620cec
commit
cd4b65de3d
2 changed files with 2 additions and 20 deletions
|
@ -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):
|
||||
|
|
Reference in a new issue