07.09.2009, 20:59
change it to
new EchoChan[21] = "channel here"
if you change the channel, you need to change the 21 to the lenght of the string + 1 for the 0 char
new EchoChan[21] = "channel here"
if you change the channel, you need to change the 21 to the lenght of the string + 1 for the 0 char