I must be missing something (unrealircd.conf)

These are old archives. They are kept for historic purposes only.
Post Reply
F3ar
Posts: 1
Joined: Thu Nov 11, 2010 1:13 am

I must be missing something (unrealircd.conf)

Post 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;
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

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

Post 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
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

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

Post 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.
Post Reply