Page 1 of 1

extended bans

Posted: Thu Apr 28, 2005 1:12 pm
by CrazyCat
Hi there,
I'm trying to restrict some users on my network.
They all come from a website using my applet and they all connect to a channel, I don't want them to go to another channel.
their mask is *!channel@* and they go on #channel

I've tried to add in my unrealircd.conf this:

Code: Select all

ban user {
   mask "~c:#channel";
   reason "Stay on your own channel";
}
It doesn't work... All I want is that they live their lives on #channel and can't go and bore others channels. is it possible? do I a mistake somewhere?

Thanx by advance

Re: extended bans

Posted: Thu Apr 28, 2005 1:35 pm
by Shelluser
CrazyCat wrote:They all come from a website using my applet and they all connect to a channel, I don't want them to go to another channel.
This is not something you usually define on the server part and quite frankly I doubt that you can set this for a selection of users (perhaps a module).

Normally you'd define this in the applet. I've used some applets myself and most offer you an option to restrict usage of the /join and /part commands. My guess is that you'll have more luck with that.

Posted: Thu Apr 28, 2005 1:45 pm
by CrazyCat
I know, but I'm affraid I can't: the applet is used by a lot of peoples from different websites (I offer this service) so I can't put limitations.

Peharps having this ban directly on the channel (sticky) may work?