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
Problem starting IRCD
Use:
and not:
Code: Select all
oper {
[..]
from { userhost your@mask; };
[..]
};Code: Select all
oper {
[..]
from { your@mask };
[..]
};