XZZ/worker/emmm.py
2020-06-18 19:25:32 +08:00

15 lines
372 B
Python

from zzcore import StdAns
class Ans(StdAns):
NotAllowGroup = [204097403]
def CheckPermission(self):
if self.gid not in self.NotAllowGroup:
return -1
def GETMSG(self):
if self.parms:
return '咱也不知道' + self.parms[0] + '是啥呢~'
else:
return '汝再调戏咱,咱可就生气了!!'