diff --git a/plugins/Math.py b/plugins/Math.py index 9cc344c68..5ed75968c 100644 --- a/plugins/Math.py +++ b/plugins/Math.py @@ -129,6 +129,7 @@ class Math(callbacks.Privmsg): else: return math.sqrt(x) _mathEnv['sqrt'] = _sqrt + _mathEnv['abs'] = abs _mathRe = re.compile(r'((?:(?