pressy4pie

Untitled

Aug 26th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. __module_name__ = "helloworld"
  2. __module_version__ = "1.0"
  3. __module_description__ = "Python module example"
  4.  
  5.  
  6. import xchat
  7. print "Hello world!"
  8. #xchat.command("say hi everyone!")
  9. #cnc = xchat.find_context(channel='#OUDhitsquad')
  10. #cnc.command('whois interloper')
  11. context.prnt("presses Y")
Advertisement
Add Comment
Please, Sign In to add comment