Advertisement
Guest User

Untitled

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