how to prevent users from going to channel
Posted: Wed Dec 26, 2007 4:48 pm
Ok,
I have created various channels and there is one channel I want to make private so no one can enter it unless if I invite them. I can still manage to get into the channel although I have specified these settings on my unrealircd.conf file:
allow channel {
channel "#meetings";
modes-on-connect "+ip";
};
My other question is, I have set topics to my rooms like this:
official-channels {
"#testchannel" { topic "This is a test topic"; };
};
but the topics don't ever show up when I enter the room and if I type /topic it says there is no topic set
I am just lost with most of the stuff in the docs. I am pretty much following the docs and the examples from the example.conf file
I would like so that whenever anyone logs into any channel, the rules are displayed automatically and the topic as well
I have created various channels and there is one channel I want to make private so no one can enter it unless if I invite them. I can still manage to get into the channel although I have specified these settings on my unrealircd.conf file:
allow channel {
channel "#meetings";
modes-on-connect "+ip";
};
My other question is, I have set topics to my rooms like this:
official-channels {
"#testchannel" { topic "This is a test topic"; };
};
but the topics don't ever show up when I enter the room and if I type /topic it says there is no topic set
I am just lost with most of the stuff in the docs. I am pretty much following the docs and the examples from the example.conf file
I would like so that whenever anyone logs into any channel, the rules are displayed automatically and the topic as well