Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.63 KB | None | 0 0
  1.   elseif (!cmd == $1) {
  2.     .timer1 1 1 msg $nick ----- General commands -----
  3.     .timer2 1 2 msg $nick Command List
  4.     .timer3 1 3 msg $nick !run <country> <amount> - makes a ticket requesting a batch of flowers <eg. !run england 100>
  5.     .timer4 1 4 msg $nick !cancel <ticket number> - cancels your request using the ticket number you recived on !run <eg. !cancel 2>
  6.     .timer5 1 5 msg $nick !runapply - links you to apply to become a registered flower runner
  7.     .timer6 1 6 msg $nick !commands - boss bot's command list
  8.     .timer7 1 10 msg $nick ----- Competition commands -----
  9.     .timer6 1 7 msg $nick !startcomp - <prize> <duration> <information> - Runs a competition for all in the room.
  10.     .timer8 1 8 msg $nick !fincomp - Ends the public competition if necessary.
  11.     .timer9 1 9 msg $nick !runboard - Shows the runner leaderboard (regular for normal people) and advanced for @ and above.
  12.     .timer10 1 10 msg $nick ----- Runner commands -----
  13.     .timer11 1 10 msg $nick !claim <ticket number> - to claim an flower order <eg. !claim 1>
  14.     .timer12 1 11 msg $nick !runcount <duration> - Starts a counter for runs when runners and client confirm, If no duration is put in, week by default.
  15.     .timer13 1 12 msg $nick ----- Admin commands -----
  16.     .timer14 1 13 msg $nick !endrcount - Ends run counter if necessary.
  17.     .timer15 1 14 msg $nick !predraw - Finishes the competition and announces the winner before it ends if you need to do something.
  18.     .timer16 1 15 msg $nick !runcomp <prize> <duration> <information> - Runs a competition for +v only.
  19.     .timer17 1 16 msg $nick !endrcomp - Ends the +v competition if necessary.
  20.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement