extended bans
Posted: Thu Apr 28, 2005 1:12 pm
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:
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
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";
}Thanx by advance