Update mc.py

This commit is contained in:
Si-Huan 2020-06-01 22:50:52 +08:00 committed by GitHub
parent bd4d617f10
commit c788b0481d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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