Advertisement
agunq

this just spam :3

May 11th, 2017
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.37 KB | None | 0 0
  1.         if cmd == "bg"
  2.             if args
  3.                 text = APICH.backgroundtime(args)
  4.             else
  5.                 text = APICH.backgroundtime(user.name.downcase)
  6.             end
  7.             room.message text.gsub(/\d+/){|n| "<b>#{n}</b>"}, true
  8.         end
  9.  
  10.         if cmd == "bgs"
  11.             if args
  12.                 text = APICH.background(args)
  13.             else
  14.                 text = "please insert chatango user name [ex: agung]"
  15.             end
  16.             room.message text, true
  17.         end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement