Code: Select all
allow
channel {
channel "#Lobby";
channel "#Oper";
channel "#Memebers";
};
Code: Select all
[9:28pm] -Irc.matridom.ca- *** Notice -- Loading IRCd configuration ..
[9:28pm] -Irc.matridom.ca- *** Notice -- [warning] configfiles/banlist.conf:11: Duplicate allow channel::channel directive
[9:28pm] -Irc.matridom.ca- *** Notice -- [warning] configfiles/banlist.conf:12: Duplicate allow channel::channel directive
[9:28pm] -Irc.matridom.ca- *** Notice -- [SQL Log] SQL connection activated
[9:28pm] -Irc.matridom.ca- *** Notice -- Configuration loaded without any problems ..Code: Select all
allow
channel {
channel "#Lobby";
};
allow
channel {
channel "#Oper";
};
allow
channel {
channel "#Members";
};