Page 1 of 1

Problem starting IRCD

Posted: Fri Jan 27, 2006 4:12 pm
by hackside
hello i have problem on this one when i try to run ircd

* Loading IRCd configuration ..
[error] unrealircd.conf:199: oper::from::[email protected] specified without a value
[error] 1 errors encountered
[error] IRCd configuration failed to pass testing


what kind of value the oper syntax? i try to put hackside@203.* something like that but still same error

Posted: Fri Jan 27, 2006 5:29 pm
by Syzop
Use:

Code: Select all

oper {
[..]
from { userhost your@mask; };
[..]
};
and not:

Code: Select all

oper {
[..]
from { your@mask };
[..]
};

Posted: Sat Jan 28, 2006 3:42 am
by hackside
oh yah i got it hehehee