Advertisement
niel_irc

Untitled

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