Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if data.find ( 'status!znc@znc.in PRIVMSG PyZnc :Running for' ) != -1:
- days = raw[5]
- hours = raw[6]
- minuts = raw[7]
- seconds = raw[8]
- channel = raw[2]
- if len(raw) != 5:
- 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