Problem starting IRCD

These are old archives. They are kept for historic purposes only.
Post Reply
hackside
Posts: 25
Joined: Fri Jan 27, 2006 3:56 pm

Problem starting IRCD

Post 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
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

Use:

Code: Select all

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

Code: Select all

oper {
[..]
from { your@mask };
[..]
};
hackside
Posts: 25
Joined: Fri Jan 27, 2006 3:56 pm

Post by hackside »

oh yah i got it hehehee
Post Reply