Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 2.31 KB | None | 0 0
  1.  
  2. elseif ($1 == !help) {
  3.   msg $nick Command List
  4.   msg $nick Use !chaincommands for help with chain related commands
  5.   msg $nick Use !idcommands for help with id related commands
  6.   msg $nick Use !timercommands for help with timers
  7. }
  8. elseif ($1 == !chaincommands) {
  9.   msg $nick Command List
  10.   msg $nick 999 or 911 or You continue to beat... - registers a hit and resets chain timers
  11.   msg $nick w2h - Let's others know that you have beaten your opponent and are waiting to hospitalize them
  12.   msg $nick !reset <number> - Resets the chain count, in case it becomes incorrect
  13.   msg $nick !chain <number> - starts the chain date etc...a chain can't be started till this command has been entered
  14.   msg $nick !respect <number> - Calculates your respected gained based on your current respect (can also copy/paste "Respect: <number>" from faction info page)
  15.   msg $nick !upgrade <number> - Sets your faction chaining upgrade, adjust timers according to your chaining intervals.
  16.   msg $nick !time - Displays the left before the chain breaks
  17. }
  18. elseif ($1 == !idcommands) {
  19.   msg $nick Command List
  20.   msg $nick !addid <nick> <id> - Stores nick and id in the bot
  21.   msg $nick !delid <nick> - Removes nick and id from the bot
  22.   msg $nick !profile <nick> - Gives link to users profile
  23.   msg $nick !bust <nick> - Gives link to bust user
  24.   msg $nick !bail <nick> - Gives link to bail user
  25.   msg $nick !trade <nick> - Gives link to start a trade with user
  26.   msg $nick !cash <nick> - Gives link to send cash to user
  27.   msg $nick !attack <nick> - Gives link to attack user
  28.   msg $nick !revive <nick> - Gives link to revive user
  29.  
  30.  
  31. }
  32. elseif ($1 == !timercommands) {
  33.   msg $nick Command List
  34.   msg $nick !travel <minutes> - Send you a notification when you are about to land
  35.   msg $nick !drug <minutes> - Send you a notification  when you can take another drug
  36.   msg $nick !cool <minutes> - Send you a notification  when you can take another booster
  37.   msg $nick Energy: */* - Send you a notification  when your energy will be replenished
  38.   msg $nick Nerve: */* - Send you a notification  when your nerve will be replenished
  39.   msg $nick Happy: */* - Send you a notification  when your happy will be replenished
  40.   msg $nick !a - Send you a notification  with all your personal timers
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement