示例#1
0
def react_loveU(msg):
    prtLog("pat: "+msg.nick)
    value = getPerson(msg).plus(MAX)
    if value:
        send_msg(msg.channel, Value.randSatisfyMsg(msg))
    else:
        send_msg(msg.channel, Value.randAnnoyedMsg(msg))