Search found 3 matches

by ZidaneT
Sat May 24, 2008 10:45 am
Forum: Unreal 3.2 Support
Topic: setting maximum nickname length?
Replies: 4
Views: 3984

Re: setting maximum nickname length?

You might be able to use a ban nick block with a mask like "?????????*" which would ban any nick over 9 characters perhaps.

If not you can always do the same with a "u" type spamfilter, with the action block and with the regex: "^[^!]{10}" which would match anything with 10 or more characters in ...
by ZidaneT
Fri May 23, 2008 4:47 pm
Forum: Unreal 3.2 Support
Topic: setting maximum nickname length?
Replies: 4
Views: 3984

Re: setting maximum nickname length?

aaah, wonderfull, so reducing maximum nickname length is impossible without modifying source code, recompiling and restarting the server, and the cost of which is losing all support.

this is where i stop speaking so i dont get banned.
by ZidaneT
Fri May 23, 2008 3:37 pm
Forum: Unreal 3.2 Support
Topic: setting maximum nickname length?
Replies: 4
Views: 3984

setting maximum nickname length?

well, after jumping through hoops, taking ridiculous tests, having to sign up here, this epic and pointless quests ends with the one simple question....

how do i set the maximum length of nicknames?

i have read the included minimalist documentation, used google, and generally looked around, all to ...