Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ##########################################################################################################
  4. # clientonly
  5. #--------------------------------------------------------------------------------------------------------#
  6. # These options are only important in the client version as they either have no function on servers or aren't really intended to be server-side.
  7. ##########################################################################################################
  8.  
  9. clientonly {
  10. B:persistentConnection=true
  11.  
  12. # 0: None / 1: Upload / 2: Upload & Share / 3: Upload & Clipboard
  13. I:screenshotAction=2
  14.  
  15. # Available Options: DirectUpload, imgur
  16. S:uploadHoster=imgur
  17. }
  18.  
  19.  
  20. compatibility {
  21. B:clientBridge=false
  22. S:clientBridgeMessageToken=[IG]
  23. S:clientBridgeNickToken=
  24. B:disableChatToggle=false
  25. B:vanillaChat=true
  26. }
  27.  
  28.  
  29. display {
  30. S:defaultColor=red
  31. S:emoteColor=gold
  32. B:enableIRCColors=true
  33. B:enableNameColors=true
  34. B:hidePlayerTags=false
  35. B:hudRecState=true
  36. S:ircColor=red
  37. S:ircNoticeColor=red
  38. S:ircOpColor=gold
  39. S:ircPrivateColor=gray
  40. S:ircVoiceColor=gray
  41. S:opColor=red
  42. }
  43.  
  44.  
  45. ##########################################################################################################
  46. # global
  47. #--------------------------------------------------------------------------------------------------------#
  48. # These are settings that are applied on all servers and channels.
  49. ##########################################################################################################
  50.  
  51. global {
  52. S:charset="UTF-8"
  53. B:debugMode=false
  54. B:hideNotices=false
  55. S:nick="%USERNAME%"
  56. B:registerShortCommands=true
  57. B:saveCredentials=true
  58. }
  59.  
  60.  
  61. keybinds {
  62. I:keyMenu=23
  63. I:keyOpenScreenshots=-1
  64. I:keyScreenshotShare=-1
  65. I:keyToggleLive=-1
  66. I:keyToggleRecording=-1
  67. I:keyToggleTarget=15
  68. }
  69.  
  70.  
  71. network {
  72. S:proxyHost=
  73. S:proxyPassword=
  74. S:proxyUsername=
  75. S:sslCustomTrustStore=
  76. B:sslDisableDiffieHellman=true
  77. B:sslTrustAllCerts=false
  78. }
  79.  
  80.  
  81. notifications {
  82. I:notifyFriendJoined=1
  83. I:notifyNameMentioned=3
  84. I:notifyPrivateMessage=1
  85. I:notifyUserRecording=3
  86. S:sound=note.harp
  87. D:soundPitch=1.0
  88. D:soundVolume=1.0
  89. }
  90.  
  91.  
  92. ##########################################################################################################
  93. # serveronly
  94. #--------------------------------------------------------------------------------------------------------#
  95. # These options are only important in the server version as they either have no function on clients or aren't really intended to be client-side.
  96. ##########################################################################################################
  97.  
  98. serveronly {
  99. S:colorBlackList <
  100. black
  101. darkgray
  102. >
  103. B:enableAliases=false
  104. S:nickPrefix=""
  105. S:nickSuffix=""
  106. }
  107.  
  108.  
  109. ##########################################################################################################
  110. # servers
  111. #--------------------------------------------------------------------------------------------------------#
  112. # The following is a list of IRC server configs along with their channels.
  113. ##########################################################################################################
  114.  
  115. servers {
  116.  
  117. server0 {
  118. B:autoConnect=true
  119. S:botProfile="TPPI"
  120. S:description="In-game chat for Test Pack Please Ignore"
  121. S:emoteColor=""
  122. S:host="irc.esper.net"
  123. S:ident="TPPI2-IRC"
  124. S:ircColor=""
  125. S:nick=""
  126. S:nickServName=""
  127. S:nickServPassword=""
  128. S:quitMessage=""
  129. B:secureConnection=false
  130. S:serverPassword=""
  131.  
  132. channels {
  133.  
  134. channel0 {
  135. B:autoJoin=true
  136. B:autoWho=false
  137. S:botProfile="TPPI"
  138. S:name="#PlayTPPI"
  139. S:password=""
  140. }
  141.  
  142. }
  143.  
  144. }
  145.  
  146. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement