Hi,
So far I've found ngircd to be the easiest IRC servers in the ports tree to get up and running. I'm having some trouble creating a password protected private channel. I have a feeling that I'm not using the key = line correctly.
ngircd.conf example
After restarting the service I'm able to join the channel without the password, I'm sure its something simple I'm missing and any help would be greatly appreciated.
Thanks,
-Tim
So far I've found ngircd to be the easiest IRC servers in the ports tree to get up and running. I'm having some trouble creating a password protected private channel. I have a feeling that I'm not using the key = line correctly.
ngircd.conf example
Code:
[Channel]
name = #mychannel
mode = +k (have tried with and without)
Key = mypassword
After restarting the service I'm able to join the channel without the password, I'm sure its something simple I'm missing and any help would be greatly appreciated.
Thanks,
-Tim