Page 1 of 1
connection issue
Posted: Tue Jun 22, 2004 10:53 pm
by SBHACMatt
shouldnt this say [clients] instead???
Tornado.SBHACSupport.ca- *** Notice -- Client connecting on port 6667: SBHACMatt (~matt@IP) [servers]
Posted: Tue Jun 22, 2004 11:16 pm
by Stealth
What does your aloow block say?
Posted: Wed Jun 23, 2004 12:01 am
by SBHACMatt
allow {
ip *@*;
hostname *@*;
class clients;
maxperip 3;
};
allow {
ip *@*;
hostname *@*;
class servers;
maxperip 3;
};
Posted: Wed Jun 23, 2004 12:34 am
by jewles
Yeah, ummm buddy, you don't need the second allow block.
Allow Block Information
Posted: Wed Jun 23, 2004 12:58 am
by Stealth
Yes, as jewles said, you don't need that second allow block. The reason everone is connecting in the servers class, is because UnrealIRCd reads the allow blocks from the bottom to the top.
Posted: Wed Jun 23, 2004 2:16 am
by SBHACMatt
Oops! my bad lol, i knew that
