Update mc.py
This commit is contained in:
parent
bd4d617f10
commit
c788b0481d
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ import re
|
|||
from subprocess import getoutput,call
|
||||
|
||||
class Ans(StdAns):
|
||||
AllowGroup = [959613860]
|
||||
AllowGroup = [959613860, 125733077]
|
||||
def GETMSG(self):
|
||||
if len(self.parms) < 2:
|
||||
return '不加参数是坏文明!'
|
||||
|
@ -47,4 +47,4 @@ class Ans(StdAns):
|
|||
else:
|
||||
msg = '汝是不是在mc后面添加了奇怪的参数,咱可只知道 status list 和 say。'
|
||||
|
||||
return msg
|
||||
return msg
|
||||
|
|
Loading…
Reference in a new issue