Advertisement
severen1999

Landail Send administrators commands via whisper !admin

Aug 27th, 2018
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.27 KB | None | 0 0
  1. ;Anyone with user level 10 or higher will be whispered the following when
  2. ;sending sevbot a whisper with just -     !admin
  3.  
  4. on 10:text:!admin:?: {
  5.     query $nick General admin commands are !shoutout UserNameHere !qdel #  (del a specific quote) !sevbotleave !shutupsevbot (either will make sevbot leave the channel).  !addregular UserNameHere (Setup regular lvl 5 permission user mostly limited to adding quotes).
  6.     query $nick !setnextstream DayAndOrTimeHere - !nonextstream (reset the !nextstream to a generic msg). !pingsev (play obnoxious cat sounds on sev's pc for half a minute)
  7.     echo $nick used the !admin command
  8. }
  9.  
  10.  
  11.  
  12. ;Everything between /*  and  */ below is commented out
  13. /*
  14. TODO - DETERMINE commands to send via whisper if user calls the function
  15.  
  16. on *:text:!commands*:*: {
  17.   if ($ulevel < 10 && $1 = !commands) {
  18.     query $nick Most common are !quote !lanlewd !qotd !nextstream !muffin NameHere !onionbagel NameHere
  19.     echo $nick used the !admin command
  20.     halt
  21.   }
  22.   if ($ulevel = 10 && $1 = !commands) {
  23.     query $nick The most common commands available to regulars are !quote !lanlewd !qotd !nextstream !muffin NameHere !onionbagel NameHere !list !manual !rpgquest !search GameNameHere
  24.     echo $nick used the !admin command    
  25.     halt
  26.   }
  27. }
  28.  
  29. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement