extended bans

These are old archives. They are kept for historic purposes only.
Post Reply
CrazyCat
Posts: 215
Joined: Thu Apr 28, 2005 1:05 pm
Location: France
Contact:

extended bans

Post 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
Shelluser
Posts: 38
Joined: Tue Feb 01, 2005 8:30 pm
Location: The Netherlands
Contact:

Re: extended bans

Post 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.
With kind regards, Peter

NekoNet IRC
www.neko-net.org / [url=irc://irc.neko-net.org:6667]irc.neko-net.org[/url]
CrazyCat
Posts: 215
Joined: Thu Apr 28, 2005 1:05 pm
Location: France
Contact:

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