Advertisement
Guest User

Untitled

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