Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: Dominik on August 22, 2014, 03:37:03 PM

Title: How to kick user, when he does not provide password?
Post by: Dominik on August 22, 2014, 03:37:03 PM
I have installed Unreal IRCD 3.2.10.2 and Anope services 1.8.8.

I achieved to make server kick user when he provides bad password, but if the user does not use identify, nothing happens and he can still chat.

Can someone tell me, where can I find the right directive in config file? I looked through it and read the doc, but nothing helped.

Thanks in advance
Title: Re: How to kick user, when he does not provide password?
Post by: Adam on August 22, 2014, 04:42:54 PM
/cs set restricted? unless you're referring to /ns set kill
Title: Re: How to kick user, when he does not provide password?
Post by: Dominik on August 22, 2014, 04:52:32 PM
What I need is, that when some registered nick will join channel and will not provide a password within one minute, he will be kicked. Is it possible?
Title: Re: How to kick user, when he does not provide password?
Post by: Adam on August 22, 2014, 04:54:20 PM
No but /cs set restricted does almost that
Title: Re: How to kick user, when he does not provide password?
Post by: Dominik on August 22, 2014, 05:08:40 PM
Thank you very much, it solved my problem :)