Advertisement
Aha2Y

Untitled

Dec 27th, 2011
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1.    if data.find('PRIVMSG '+CHAN +' :') != -1:
  2.       info = data.split()
  3.       text = info[4:]
  4.       print text
  5.       irc.send( 'PRIVMSG '+CHAN+' :<'+nick+'> '+text+'\r\n')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement