Advertisement
Guest User

Untitled

a guest
Aug 11th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import chatango
  2.  
  3. user = "Yaizu"
  4. password = "PUT YOUR PASSWORD HERE"
  5. room = "topestgroup"
  6. chatroom = chatango.chatroom(room)
  7. chatroom.login(user,password)
  8. chatroom.say("HEllo I work")
  9. chatroom.disconnect()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement