Advertisement
Guest User

Untitled

a guest
Jul 30th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.46 KB | None | 0 0
  1. ##############################################################################
  2. # OCChat IRC BOT Configuration
  3. #
  4. # irc.active
  5. # Enable OCChat Addon
  6. # Default: 1 - Enable
  7. # 0 - Disable
  8. #
  9. # irc.icc
  10. # IRC connect code
  11. # Default: 001 - Welcome To Network msg
  12. # 375 - Beginning Of MOTD
  13. # 376 - End Of MOTD
  14. #
  15. # irc.host
  16. # IRC server to have OCChat connect to
  17. #
  18. # irc.port
  19. # IRC server port to use
  20. #
  21. # irc.user
  22. # The username to have OCChat use to connect to the IRC server
  23. # irc.nick
  24. # IRC nickname to be used by the bot
  25. # irc.pass
  26. # The password to be used to identify to NickServ
  27. #
  28. # irc.auth
  29. # IRC Authentication Method
  30. # Default: 0 - Disable
  31. # 1 - NickServ - Normal Method
  32. # - PRIVMSG NickServ :IDENTIFY Password
  33. # 2 - NickServ - Alternate Method To Identify To A Different Nick
  34. # - PRIVMSG NickServ :IDENTIFY irc.auth.nick Password
  35. # 3 - QuakeNet - Normal Method
  36. # - PRIVMSG Q@CServe.quakenet.org :AUTH irc.nick Password
  37. # 4 - QuakeNet - Alternate Method To Identify To A Different Nick
  38. # - PRIVMSG Q@CServe.quakenet.org :AUTH irc.auth.nick Password
  39. # irc.auth.nick
  40. # IRC Nickname to use if Auth method 2 or 4 is used
  41. #
  42. # irc.ldef
  43. # Leave a defined IRC channel on server connect
  44. # Default: 0 - Disable
  45. # 1 - Enable
  46. # irc.defchan
  47. # IRC channel to leave on server connect if irc.ldef is on
  48. #
  49. # irc.wct
  50. # Time to wait before (re)attemptimg connection to IRC server
  51. # Default: 30000 - (30 Seconds)
  52. # irc.maxattempt
  53. # Maximum attempts to try IRC server
  54. # Default: 20
  55. #
  56. # irc.autojoin_kick
  57. # Autojoin IRC channel if kicked
  58. # Default: 1 - Enable
  59. # 0 - Disable
  60. #
  61. # irc.command_prefix
  62. # IRC command prefix
  63. # Example: \online all
  64. #
  65. # irc.joinmsg
  66. # irc.rstmsg
  67. # irc.kickmsg
  68. # OCChat bot join/restart/kick messages
  69. #
  70. # irc.chan_#
  71. # wow.chan_#
  72. # IRC and WOW channels to link. Leave # out of IRC channel.
  73. # Both channels _ARE_ case sensitive
  74. # NOTE: you can have more than 1 IRC channel linked to wow channels,
  75. # as in example:
  76. # Example: irc.chan_1 = "oregon"
  77. # irc.chan_2 = "oregon22"
  78. # wow.chan_1 = "world"
  79. # wow.chan_2 = "LookingForGroup"
  80. # irc.pass_#
  81. # Passwords for said IRC channels (IRC server side)
  82. # Example:
  83. # irc.pass_1 = "password" password for irc channel #1
  84. # irc.pass_2 = "password2" password for irc channel #2
  85. #
  86. # irc.StatusChannel
  87. # Channel Number To Display Status Messages In
  88. # (AuctionHouse, Levels, Deaths, Etc)
  89. # Default: 1 - Channel ID 1
  90. # irc.AnnounceChannel
  91. # Channel Number To Display Announcements In
  92. # (Announces, Notifies, Event)
  93. # Default: 1 - Channel ID 1
  94. #
  95. # irc.op_gm_login
  96. # Op The GM In All Channels The Bot Is On When They Log In To OCChat
  97. # Default: 0 - Disable
  98. # 1 - Enable
  99. # irc.op_gm_level
  100. # The Minimum GM Level Required To Have The Bot Op The User
  101. # Default: 5 - GM Level 5
  102. #
  103. # irc.online.result
  104. # Maximum number of results per line for the online command
  105. #
  106. # chat.*** (Defineable Strings) (maybe more in future)
  107. # wow_* - String is displayed in IRC channel
  108. # irc_* - String is displayed in WOW channel
  109. # Options: $Name, $Level, $Msg, $GM (not all options work in every string)
  110. #
  111. # Botmask
  112. # This defines what the bot announces, if its 0 everything is disabled
  113. # simply add the values of the elements you want to create this mask.
  114. # Example: WoW join/leaves are 1 and IRC join/leaves are 2,
  115. # if you want both of these active then the BotMask is 3.
  116. # (1)Display WoW Chan Join/Leaves In IRC
  117. # (2)Display IRC Chan Join/Leaves/NickChanges In WoW
  118. # (4)Display Unknown Command Message When Trigger Is Used And No Command Exists
  119. #
  120. # (8)Announce Security Level > 0 As GM At Login
  121. # (16)Announce GM In GM ON State AS GM At Login
  122. # (32)Return Errors To Notice. (If disabled then default is Private Message)
  123. # (64)Display WoW Status Messages (Levels/Deaths)
  124. # (128)Display Nick Changes From IRC In WOW
  125. # (256)Display WoW Announces/Notifies In IRC
  126. # (512)Do Not Let Players Use Commands On Higher GM Level Players
  127. # (1024)Enable AuctionHouse Announcements !!DISSABLED!!
  128. #
  129. # irc.gmlog
  130. # Minimum GM level to not show login/pass info in IRC logs
  131. # irc.logfile.prefix
  132. # The prefix of the IRC logfile. Directories can be added here.
  133. # Example: "IRC/IRC_" outputs IRC_YYYY-MM-DD.log to the
  134. # IRC subdirectory in your logs dir
  135. # irc.logchannel
  136. # Specefies the channel where logged output gets broadcasted.
  137. # Default: "" (none)
  138. # irc.logchannelpw
  139. # The password for the log channel.
  140. # (2) Broadcast Ingame GM Commands into logchannel.
  141. # (3) Broadcast both IRC Commands and GM Commands into logchannel.
  142. #
  143. # irc.gm#
  144. # GM tag to append to (GM onjoin / online command) IRC color codes
  145. # are acceptable
  146. #
  147. ##############################################################################
  148.  
  149. irc.active = 0
  150. irc.icc = 001
  151. irc.host = "localhost"
  152. irc.port = "6667"
  153. irc.user = "root"
  154. irc.nick = "root"
  155. irc.pass = "root"
  156. irc.auth = 0
  157. irc.auth.nick = "AuthNick"
  158. irc.ldef = 0
  159. irc.defchan = "World"
  160. irc.wct = 30000
  161. irc.maxattempt = 20
  162. irc.autojoin_kick = 1
  163. irc.command_prefix = "\"
  164. irc.joinmsg = "OregonCore With OCChat Is Up And Running! Command Trigger Is: $Trigger"
  165. irc.rstmsg = "OCChat Is Restarting, I Will Be Right Back."
  166. irc.kickmsg = "Do Not Kick Me Again, Severe Actions Will Be Taken!"
  167. irc.chan_1 = "World"
  168. wow.chan_1 = "world"
  169. irc.chan_2 = "LFG"
  170. wow.chan_2 = "LookingForGroup"
  171. irc.StatusChannel = 1
  172. irc.AnnounceChannel = 1
  173. irc.op_gm_login = 0
  174. irc.op_gm_level = 3
  175. irc.online.result = 30
  176. chat.wow_irc = "WoW - [$Name($Level)] $Msg"
  177. chat.irc_wow = "IRC - [$Name] $Msg"
  178. chat.join_wow = "$GM$Name Joined the $Channel Channel!"
  179. chat.join_irc = "[$Name]: Has Joined IRC!"
  180. chat.leave_wow = "$GM$Name Left the $Channel Channel!"
  181. chat.leave_irc = "[$Name]: Has Left IRC!"
  182. chat.change_nick = "$Name is now known as $NewName!"
  183. Botmask = 1023
  184. irc.gmlog = 1
  185. irc.logfile.prefix = "IRC_"
  186. irc.logchannel = "System"
  187. irc.logchannelpw = ""
  188. irc.logmask = 3
  189. irc.gm1 = "[GM1]"
  190. irc.gm2 = "[GM2]"
  191. irc.gm3 = "[GM3]"
  192. irc.gm4 = "[GM4]"
  193. irc.gm5 = "[GM5]"
  194. irc.gm6 = "[GM6]"
  195. irc.gm7 = "[GM7]"
  196. irc.gm8 = "[GM8]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement