echo up
This commit is contained in:
parent
3a71246940
commit
fefb0ced54
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ from zzcore import StdAns
|
|||
|
||||
class Ans(StdAns):
|
||||
def GETMSG(self):
|
||||
if len(self.parms) < 2:
|
||||
return '不加参数是坏文明!'
|
||||
r = random.randint(1,3)
|
||||
if r == 1:
|
||||
msg = self.raw_msg['message'][5:]
|
||||
|
|
Loading…
Reference in a new issue