How do you set this up? I got a message ingame saying chatting to minecraft, #montholdpickle HT
But chat is not going between....
How do I get this working?
But chat is not going between....
Code:
# Configuration file
####################
# channel
####################
channel {
S:Key=
S:Name=#MonthOLDpickle
}
####################
# events
####################
events {
B:Deaths=true
B:IRC_Joins=true
B:IRC_Nick_Changes=true
B:minecraft_joins=true
}
####################
# general
####################
general {
S:Nickname=MonthOLDpickle
B:ircEnabled=true
# Color code for OPs on your server. r = no color. Uses minecraft colors
S:opColor=e
}
####################
# nickserv
####################
nickserv {
S:password=
# Type '/ns status' in IRC to get your account username. this is NOT nessicarily your nickname.
S:username=
}
####################
# prefixes
####################
prefixes {
# %n = nickname, %c = channel use & symbol for color along with the color code
# IRC Color Guide: http://www.ircbeginner.com/ircinfo/colors.html
# MC Color Guide: http://www.minecraftwiki.net/wiki/Color_Codes
S:IRC_Action_Prefix=* %n
S:IRC_MSG_Prefix=<%n>
S:ingame_Action_Prefix=[%c] * %n
S:ingame_MSG_Prefix=[%c] <%n>
}
####################
# server
####################
server {
S:hostname=montholdpickle.jtvirc.com
# Leave serverKey blank unless you know what you're doing
S:serverKey=
I:serverPort=6667
}
####################
# twitch
####################
twitch {
S:Password=XXXXXXXXXX
# Place the name of the streamer whose chat you wish to join here
S:Streamer_Username=MonthOLDpickle
S:Username=MonthOLDpickle
}
How do I get this working?