Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. /set the access type to access levels, after this, voice is 3, hop is 4, op is 5, super op is 10.
  2. /cs set #coderbus accesstype access
  3.  
  4. /tweak some access levels from defaults:
  5.  
  6. /let everybody see the access list
  7. /cs levels #coderbus set ACC-LIST -1
  8. /let hops change the access list (they can only change people lower then them, so auto voices only
  9. /cs levels #coderbus set ACC-CHANGE 4
  10. /let hops use the bot kick and ban commands (.k, .b, and .kb) (defaults to ops only) (can't be used to kick or ban other hops) (they already have access to do this manually, this just gives them access to some shortcut commands)
  11. /cs levels #coderbus set BAN 4
  12. /cs levels #coderbus set BANME 4
  13. /cs levels #coderbus set KICK 4
  14. /cs levels #coderbus set KICKME 4
  15. /let halfops access the command to get the channel password (if set) (this applies to the channel join password (mode +k) not the chanserv channel password. (you can ask in #services if you think this is a bamboozle)
  16. /cs levels #coderbus set GETKEY 4
  17. /let halfops access the command to invite themselves or other people into the channel, this prevents them getting locked out if the channel is made invite only.
  18. /cs levels #coderbus set INVITE 4
  19. /let halfops access the unban command. this applies to both the .unban nick command in facebot, as well as the /cs unban command used to unban yourself when you get locked out of a channel.
  20. /cs levels #coderbus set UNBAN 4
  21. /let halfops access the .topic and .appendtopic commands. makes it easier to append memes to topics.
  22. /cs levels #coderbus set TOPIC 4
  23. /let halfops access the .voice command to give other people voice. they can already do this by setting the mode manually, this just gives them access to a easy command in facebot
  24. /cs levels #coderbus set VOICE 4
  25. /let halfops read memos sent to the channel
  26. /cs levels #coderbus set MEMO 4
  27. /this one is up to you, grants access to control/configure the ban words list in facebot, giving oranges control over that might be a bad idea, but kicking or banning for badwords still has to be enabled by you first.
  28. /cs levels #coderbus set BADWORDS 4
  29. /grant everybody the right use the misc facebot commands that aren't other wise access controlled. (like .seen)
  30. /cs levels #coderbus set FANTASIA -1
  31. /exempt hops from automated facebot kicks. most kicks can be configured by the channel founder only, but there exist kicks for all caps, bad words, flooding, repeating, using too many colors or too much bold.
  32. /cs levels #coderbus set NOKICK 4
  33. /grant hops the ability to make facebot say things.
  34. /cs levels #coderbus set SAY 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement