Page 1 of 1

I must be missing something (unrealircd.conf)

Posted: Thu Nov 11, 2010 1:16 am
by F3ar
I keep getting these errors:

Code: Select all

[error] set::maxchannelsperuser is missing
[error] set::hiddenhost-prefix is missing
Right above that it says:

Code: Select all

* unrealircd.conf:98: Ignoring extra data
* unrealircd.conf:99: Ignoring extra data
It just so happens that those two lines contain the data that it says is missing;

Code: Select all

	maxchannelsperuser 10;
	hiddenhost-prefix venth;

Re: I must be missing something (unrealircd.conf)

Posted: Thu Nov 11, 2010 1:41 am
by katsklaw
when it gives line numbers, it's mostly guessing. "ignoring extra data" usually means you are missing a semi-colon farther up. So start at line 98 and work your way upwards

Re: I must be missing something (unrealircd.conf)

Posted: Thu Nov 11, 2010 6:49 am
by Stealth
Make sure all channel names are in double-quotes, like "#help". If you miss quotes on a channel name, it will not read the next line.