mc up up up up

This commit is contained in:
SiHuan 2020-02-28 19:46:17 +08:00
parent cfdc2895c2
commit e37892e637

View file

@ -37,6 +37,8 @@ class Ans(StdAns):
msg = msg + '\n' + player
elif cmd == 'say':
saywhat = self.raw_msg['message'][8:]
if not saywhat:
return '汝让咱say whato(≧口≦)o'
shellcmd = ['spigot','command','say',saywhat]
if call(shellcmd) == 0:
msg = '咱已经把消息传过去了。'