Page 1 of 1

Password on a channel

Posted: Sun Feb 01, 2015 6:28 pm
by Stefan
Hello.

I saw it on a privat irc server, when i try to join a special channel i need to add a password. I already searched but didnt found any informations what i need to add to my config to protect my channels on my own server.

Re: Password on a channel

Posted: Sun Feb 01, 2015 8:05 pm
by katsklaw
It's called a "key", there is no config option. It's all done on IRC and is channel independent:

Code: Select all

/mode #Channel +k password
Then users would need to type: /join #Channel password to enter.