Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 366867
Collapse All | Expand All

(-)/tmp/Unreal3.2/doc/example.conf (-7 / +9 lines)
Lines 33-40 Link Here
33
 */
33
 */
34
34
35
/* FOR *NIX, uncomment the following 2lines: */
35
/* FOR *NIX, uncomment the following 2lines: */
36
//loadmodule "/usr/lib64/unrealircd/src/modules/commands.so";
36
loadmodule "/usr/lib64/unrealircd/modules/commands.so";
37
//loadmodule "/usr/lib64/unrealircd/src/modules/cloak.so";
37
loadmodule "/usr/lib64/unrealircd/modules/cloak.so";
38
38
39
/* FOR Windows, uncomment the following 2 lines: */
39
/* FOR Windows, uncomment the following 2 lines: */
40
//loadmodule "modules/commands.dll";
40
//loadmodule "modules/commands.dll";
Lines 308-314 Link Here
308
	N/A		nodnscache
308
	N/A		nodnscache
309
*/
309
*/
310
310
311
311
/*
312
link            hub.mynet.com
312
link            hub.mynet.com
313
{
313
{
314
	username	*;
314
	username	*;
Lines 326-331 Link Here
326
			zip;
326
			zip;
327
		};
327
		};
328
};
328
};
329
*/
329
/*
330
/*
330
 *
331
 *
331
 * NEW: ulines {}
332
 * NEW: ulines {}
Lines 532-543 Link Here
532
 *    rules "(rules file)";
533
 *    rules "(rules file)";
533
 * };
534
 * };
534
 */
535
 */
535
536
/*
536
tld {
537
tld {
537
	mask *@*.fr;
538
	mask *@*.fr;
538
	motd "ircd.motd.fr";
539
	motd "ircd.motd.fr";
539
	rules "ircd.rules.fr";
540
	rules "ircd.rules.fr";
540
};
541
};
542
*/
541
543
542
/* note: you can just delete the example block above,
544
/* note: you can just delete the example block above,
543
 * in which case the defaults motd/rules files (ircd.motd, ircd.rules)
545
 * in which case the defaults motd/rules files (ircd.motd, ircd.rules)
Lines 717-724 Link Here
717
	 */
719
	 */
718
	cloak-keys {
720
	cloak-keys {
719
		"aoAr1HnR6gl3sJ7hVz4Zb7x4YwpW";
721
		"aoAr1HnR6gl3sJ7hVz4Zb7x4YwpW";
720
		"and another one";
722
		"Andan0ther1";
721
		"and another one";
723
		"Andan0th3r2";
722
	};
724
	};
723
	/* on-oper host */
725
	/* on-oper host */
724
	hosts {
726
	hosts {
Lines 735-741 Link Here
735
/* Server specific configuration */
737
/* Server specific configuration */
736
738
737
set {
739
set {
738
	kline-address "set.this.email";
740
	kline-address "misconfigured@example.org";
739
	modes-on-connect "+ixw";
741
	modes-on-connect "+ixw";
740
	modes-on-oper	 "+xwgs";
742
	modes-on-oper	 "+xwgs";
741
	oper-auto-join "#opers";
743
	oper-auto-join "#opers";

Return to bug 366867