示例#1
0
def react_invite(msg):
    prtLog(msg)
    prtLog("invite"+msg.nick)
    irc.send(bytes("JOIN %s\r\n" %msg.channel, UTF8))
    send_msg(msg.channel, Value.randJoinMsg(msg))
    getPerson(msg).plus(LITTLE)