Advertisement
Guest User

Untitled

a guest
Dec 4th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. # Configuration file
  2. # Generated on 12/4/12 3:58 AM
  3.  
  4. ####################
  5. # channel
  6. ####################
  7.  
  8. channel {
  9. S:Key=
  10. S:Name=#industrialrage
  11. }
  12.  
  13.  
  14. ####################
  15. # events
  16. ####################
  17.  
  18. events {
  19. B:Deaths=true
  20. B:IRC_Joins=true
  21. B:IRC_Nick_Changes=true
  22. B:minecraft_joins=true
  23. }
  24.  
  25.  
  26. ####################
  27. # general
  28. ####################
  29.  
  30. general {
  31. S:Nickname=IRServer1test
  32. B:ircEnabled=true
  33. I:menuKey=50
  34. }
  35.  
  36.  
  37. ####################
  38. # nickserv
  39. ####################
  40.  
  41. nickserv {
  42. S:password=
  43.  
  44. # Type '/ns status' in IRC to get your account username. this is NOT nessicarily your nickname.
  45. S:username=
  46. }
  47.  
  48.  
  49. ####################
  50. # prefixes
  51. ####################
  52.  
  53. prefixes {
  54. # %n = nickname, %c = channel use & symbol for color along with the color code
  55. # IRC Color Guide: http://www.ircbeginner.com/ircinfo/colors.html
  56. # MC Color Guide: http://www.minecraftwiki.net/wiki/Color_Codes
  57. S:IRC_Action_Prefix=* %n
  58. S:IRC_MSG_Prefix=<%n>
  59. S:ingame_Action_Prefix=[%c] * %n
  60. S:ingame_MSG_Prefix=[%c] <%n>
  61. }
  62.  
  63.  
  64. ####################
  65. # server
  66. ####################
  67.  
  68. server {
  69. S:hostname=irc.quakenet.org
  70.  
  71. # Leave serverKey blank unless you know what you're doing
  72. S:serverKey=
  73. I:serverPort=6667
  74. }
  75.  
  76.  
  77. ####################
  78. # twitch
  79. ####################
  80.  
  81. twitch {
  82. S:Password=
  83.  
  84. # Place the name of the streamer whose chat you wish to join here
  85. S:Streamer_Username=
  86. S:Username=
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement