Guest User

Untitled

a guest
Mar 9th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. require 'rubygems'
  2. require 'net/toc'
  3.  
  4. credentials = {
  5. :username => 'aimbot99',
  6. :password => '...'
  7. }
  8.  
  9. Net::TOC.new(credentials[:username], credentials[:password]) do |msg, buddy|
  10. buddy.send_im("You said: #{msg}")
  11. end
Add Comment
Please, Sign In to add comment