Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if data.find('PRIVMSG '+CHAN +' :') != -1:
- info = data.split()
- text = info[4:]
- foo = "PRIVMSG {chan} :<{nick}> {text}".format(chan = CHAN, nick = nick, text = ''.join(text))
- irc.send (foo)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement