Guest User

Untitled

a guest
Mar 7th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. require 'ct_bot'
  2.  
  3. wiki "en.wikipedia.org", :user=>"jaesharp", :password=>"noneofyourbusiness"
  4.  
  5. on_new_page :where=>[:title=>"MyPage",:creator_is=>"JohnSton12"], :action=> {|page| page.delete }
  6.  
  7. wiki.wait_for_events
Add Comment
Please, Sign In to add comment