Password on a channel

These are old archives. They are kept for historic purposes only.
Post Reply
Stefan
Posts: 1
Joined: Sun Feb 01, 2015 6:26 pm

Password on a channel

Post 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.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Password on a channel

Post 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.
Post Reply