Guest User

Untitled

a guest
May 25th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/usr/local/bin/ruby -w
  2.  
  3. require 'rubygems'
  4. require 'gg'
  5.  
  6. gg = GG.new(0000, 'pass', :server => '91.197.13.7')
  7. gg.on_msg do |uin,t,msg|
  8. puts "#{uin}: #{msg}"
  9. end
  10. gg.msg(442781, "To jest testowa wiadomosc")
Add Comment
Please, Sign In to add comment