mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +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):
|
||||
"""<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:
|
||||
s = privmsgs.getArgs(args)
|
||||
|
Loading…
Reference in New Issue
Block a user