示例#1
0
def react_RUOK(msg):
    prtLog("RUOK: "+msg.nick)
    if getPerson(msg).plus(LITTLE):
        send_msg(msg.channel, Value.randOKMsg(msg))
    else:
        send_msg(msg.clue.randAnnoyedMsg(msg))