Advertisement
darkenvy

forgeirc

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