Advertisement
Guest User

Sprummlbot modules ini example

a guest
Jul 21st, 2016
586
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #example for afk_mover
  2. [module_afk1]
  3. type = afk_mover
  4. #set the channel id
  5. afk_channel_id=4
  6. #define channels that should be ex- or included
  7. channels=1
  8. channels=2
  9. channels=3
  10. #switch between exclude and include mode
  11. exclude_mode=false
  12. #define group of whitelisted clients or . for no one
  13. whitelist_group=.
  14. #define the max idle time in seconds
  15. max_afk_time=10
  16. #define the conditions
  17. condition_away=true
  18. condition_mic_muted=true
  19. condition_mic_disabled=true
  20. condition_speaker_muted=true
  21. condition_speaker_disabled=true
  22. condition_min=1
  23.  
  24. #example for anti_rec
  25. [module_antirec1]
  26. type = anti_rec
  27. #define whitelisted group
  28. whitelist_group = .
  29.  
  30. #example for server_group_protector
  31. [module_sgp1]
  32. type = server_group_protector
  33. #define the server group id that should be protected
  34. servergroup_id = 6
  35. #define the client's uids that should be in the group
  36. client = SFWII7e3mzgbS5ZRKKRq/vxm2i0=
  37. client = anotheruidxddddddddd/123456=
  38.  
  39. #example for channel_notifier (support notifier)
  40. [module_cn1]
  41. type = channel_notifier
  42. #define the channel(s) that should be watched
  43. channel = 3
  44. #define if the target group gets poked or messaged
  45. poke = false
  46. #define the target group
  47. notify_group = Supporters
  48. #define the message for the target group
  49. message = Someone joined the support channel
  50.  
  51. #example for channel_stats
  52. [module_chst]
  53. type = channel_stats
  54. #define a channel id that should be used as a stats channel
  55. channel-id = 5
  56. #define the channel stats name. There is <group>put permission group here</group>, <time>H:m</time>(put a java time format in there) and <date>dd MMM YYYY</date> (put a java time format in there)
  57. channel-name = [cspacer]Staff: <group>Admins</group>
  58.  
  59. #example for join_msg
  60. [module_jm]
  61. type = join_msg
  62. #message that should be sent to the joining client. available variables: %client-username%
  63. message = Willkommen %client-username%
  64. #defines if it should send the commandslist
  65. send_commands_list = false
  66. #defines the target group (*=all,.=none)
  67. group = *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement