Advertisement
Aha2Y

Untitled

Mar 18th, 2012
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.31 KB | None | 0 0
  1.    if data.find ( 'status!znc@znc.in PRIVMSG PyZnc :Running for' ) != -1:
  2.       days = raw[5]
  3.       hours = raw[6]
  4.       minuts = raw[7]
  5.       seconds = raw[8]
  6.       channel = raw[2]
  7.       if len(raw) != 5:      
  8.          s.send('PRIVMSG %s :I\'m in running now %s' (channel, days, hours, minuts, seconds))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement