mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01:00
Updated.
This commit is contained in:
parent
08fc07b698
commit
7556219aa8
@ -299,7 +299,9 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg):
|
|||||||
def eval(self, irc, msg, args):
|
def eval(self, irc, msg, args):
|
||||||
"""<expression>
|
"""<expression>
|
||||||
|
|
||||||
Evaluates <expression> and returns its value.
|
Evaluates <expression> (which should be a Python expression) and
|
||||||
|
returns its value. If an exception is raised, reports the
|
||||||
|
exception.
|
||||||
"""
|
"""
|
||||||
if conf.allowEval:
|
if conf.allowEval:
|
||||||
s = privmsgs.getArgs(args)
|
s = privmsgs.getArgs(args)
|
||||||
|
Loading…
Reference in New Issue
Block a user