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:]
- print text
- irc.send( 'PRIVMSG '+CHAN+' :<'+nick+'> '+text+'\r\n')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement