Advertisement
Guest User

Untitled

a guest
Oct 4th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.75 KB | None | 0 0
  1. settings:
  2. #### This node contains the global scope. Settings defined here are either global settings or defaults that apply to all
  3. #### bots and channels (unless overriden in the bot or channel scope).
  4.  
  5. #The prefix for the IRC-side bot commands; Can be overriden in the bot scope.
  6. command-prefix: '.'
  7.  
  8. #You probably don't need this.
  9. debug: false
  10.  
  11. console-commands: ['broadcast', 'kick']
  12.  
  13. ignored-prefixes:
  14. irc: ['!']
  15. game: []
  16.  
  17. #Delay in milliseconds for these game events to be ignored after the plugin is enabled (prevents initial flood burst).
  18. hold-after-enable:
  19. chat: 0
  20. joins: 0
  21. quits: 0
  22. kicks: 0
  23. bans: 0
  24.  
  25. formatting:
  26. #### Formatting for the messages relayed by the plugin. You can override all formatting strings in the bot or channel
  27. #### scope (within a formatting: block). In irc-to-irc, the target channel controls the format strings.
  28. #### VARIABLES (may be blank depending on the context): %sender% %message% %moderator% %srcChannel% %trgChannel% %world%
  29. #### IF YOU'RE RUNNING Permissions: %prefix% %suffix% %modPrefix% %modSuffix% (game-to-irc only)
  30. #### IRC FORMATTING: %b% %u% %r% %o% %k% %kNUM% (NUM is 0 to 15); Do the same as CTRL+key in mIRC
  31. #### GAME COLORS: §NUM (NUM is 1 to f); Do not use in the end of a line
  32. #### EASY COLORS: Use the names defined in the colormap: block, such as %blue% %foreground% %yellow% etc.
  33. game-to-irc:
  34. chat: '%suffix% %prefix%[%sender%]%foreground% %message%'
  35. action: '* %sender% %message%'
  36. joins: '[%sender% %green%connected]'
  37. quits: '[%sender% %orange%disconnected]'
  38. kicks: '%red%[%moderator% KICKED %sender% (%message%)]'
  39. bans: '%red%[%moderator% BANNED %sender% (%message%)]'
  40. irc-to-game:
  41. chat: '#%blue%[%sender%]%foreground% %message%'
  42. action: '* %sender% %message%'
  43. joins: '[%srcChannel%] * Joins: %sender%'
  44. parts: '[%srcChannel%] * Parts: %sender%'
  45. quits: '[%srcChannel%] * Quits: %sender%'
  46. kicks: '%sender% was kicked by %moderator%'
  47. nicks: ' %sender% is now known as %message%'
  48. irc-to-irc:
  49. chat: '[%srcChannel%] <%sender%> %message%'
  50. action: '[%srcChannel%] * %sender% %message%'
  51. joins: '[%srcChannel%] * Joins: %sender%'
  52. parts: '[%srcChannel%] * Parts: %sender%'
  53. quits: '[%srcChannel%] * Quits: %sender% (%message%)'
  54. kicks: '[%srcChannel%] * %sender% was kicked by %moderator% (%message%)'
  55. nicks: '[%srcChannel%] * %sender% is now known as %message%'
  56. custom:
  57. #Custom blocks define custom variables you can use within formatting strings
  58. botname: ''
  59. network: ''
  60.  
  61. events:
  62. game-to-irc:
  63. # If you use other chat plugins, you probably want to set cancelled-chat: true
  64. cancelled-chat: true
  65. all-chat: true
  66. joins: true
  67. quits: true
  68. kicks: true
  69. bans: true
  70. irc-to-game:
  71. all-chat: false
  72. joins: false
  73. parts: false
  74. quits: false
  75. kicks: false
  76. nicks: false
  77. irc-to-irc:
  78. all-chat: false
  79. joins: false
  80. parts: false
  81. quits: false
  82. kicks: false
  83. nicks: false
  84.  
  85. #Tags allow you to target messages to all the channels within a scope. The global scope contains all channels.
  86. tag: 'all'
  87.  
  88. bots:
  89.  
  90. - nickname: 'Acyrid'
  91. server: 'irc.esper.net'
  92. port: 6667
  93. userident: 'acyrid'
  94. serverpass: '' #This isn't the nickserv password
  95. ssl: false
  96.  
  97. #Delay between messages helps prevent triggering server-side flood protections (milliseconds)
  98. message-delay: 1000
  99. admin-prefixes: ['@', '%']
  100. ignored-users: []
  101. tag: 'main'
  102.  
  103. formatting:
  104. custom:
  105. botname: 'AcyridIRC'
  106. network: 'Esper.net'
  107.  
  108. #Services authentication of the bot's nickname goes here. The username may not be required.
  109. #Available methods: 'none', 'nickserv', 'gamesurge', 'quakenet'
  110. auth:
  111. method: 'nickserv'
  112. username: ''
  113. password: 'secretsrsexwithgoats'
  114. on-connect:
  115.  
  116. channels:
  117. - name: '#acyrid'
  118. password: ''
  119. admin: false
  120. tag: 'global'
  121. chat-colors: true
  122. name-colors: true
  123. on-join:
  124. events:
  125. game-to-irc:
  126. all-chat: true
  127. joins: false
  128. quits: false
  129. kicks: true
  130. bans: true
  131.  
  132. - name: '#acyrid_staff'
  133. password: ''
  134. admin: true
  135. tag: 'admin'
  136. chat-colors: true
  137. name-colors: true
  138. on-join:
  139. events:
  140. irc-to-game:
  141. all-chat: false
  142. game-to-irc:
  143. all-chat: false
  144. joins: true
  145. quits: true
  146. kicks: true
  147. bans: true
  148.  
  149. colormap:
  150. #### Map colors to your taste here; Make sure each irc, game and name appears once and only once.
  151. #### The color 'foreground' *must* exist and will be used as the default by certain features.
  152.  
  153. - {irc: 0, game: '§0', name: 'background'}
  154. - {irc: 2, game: '§1', name: 'navy'}
  155. - {irc: 3, game: '§2', name: 'darkgreen'}
  156. - {irc: 10, game: '§3', name: 'teal'}
  157. - {irc: 5, game: '§4', name: 'maroon'}
  158. - {irc: 6, game: '§5', name: 'purple'}
  159. - {irc: 7, game: '§6', name: 'orange'}
  160. - {irc: 15, game: '§7', name: 'grey'}
  161. - {irc: 14, game: '§8', name: 'darkgrey'}
  162. - {irc: 12, game: '§9', name: 'blue'}
  163. - {irc: 9, game: '§a', name: 'green'}
  164. - {irc: 11, game: '§b', name: 'cyan'}
  165. - {irc: 4, game: '§c', name: 'red'}
  166. - {irc: 13, game: '§d', name: 'magenta'}
  167. - {irc: 8, game: '§e', name: 'yellow'}
  168. - {irc: 1, game: '§f', name: 'foreground'}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement