Search found 2 matches

by the0ry
Fri Dec 02, 2005 6:38 pm
Forum: Unreal 3.2 Support
Topic: unrealircd.conf text format... which would be by best bet?
Replies: 1
Views: 1371

unrealircd.conf text format... which would be by best bet?

this is kind of "im bored" question, so anyways... ive noticed a few different text formats that people use in thier unrealircd.conf. the documentation of configuring the unrealircd.conf doesnt say which text format is preferred/optimal... anyway, if there is an optimal text format, what i...
by the0ry
Fri Oct 21, 2005 8:07 pm
Forum: Unreal 3.2 Spamfilters
Topic: deny dcc block... save some lines?
Replies: 1
Views: 2336

deny dcc block... save some lines?

would a deny dcc work if you have 1 block, with multiple filename lines, rather then multiple deny dcc blocks... example...

Code: Select all

deny dcc {
	filename *.bat;
	filename *.cmd;
	filename *.com;
	filename *.exe;
	filename *.msi;
	filename *.scr;
	reason "Executable File";
	soft yes;
};
thx