diff --git a/plugins/Math.py b/plugins/Math.py index e46ba1d0c..8af504e7a 100644 --- a/plugins/Math.py +++ b/plugins/Math.py @@ -130,6 +130,8 @@ class Math(callbacks.Privmsg): return math.sqrt(x) _mathEnv['sqrt'] = _sqrt _mathEnv['abs'] = abs + _mathEnv['max'] = max + _mathEnv['min'] = min _mathRe = re.compile(r'((?:(?