Thread: [ANY] MumbleMan
View Single Post
Hawkeye-
Senior Member
Join Date: Jan 2009
Old 12-23-2009 , 11:36   Re: [ANY] MumbleMan
Reply With Quote #40

Talked to the folks in #mumble on freenode..

You can in fact allow many of the characters via a setting in the murmur.ini file.

Quote:
Regular Expressions

If you want to use a character that the server does not allow, you need to use regular expressions. These are, in themselves, rather complex, but for Mumble, you don't need to learn them. Here's a quick guide to regular expressions:
If you want to use the character "%" in a channel name, then uncomment this line in Murmur.ini:
#channelname=[ \\-=\\w\\#\\[\\]\\{\\}\\(\\)\\@\\|]+ so that it is
channelname=[ \\-=\\w\\#\\[\\]\\{\\}\\(\\)\\@\\|]+then add the character, which will make it look like this:
channelname=[ \\-=\\w\\#\\[\\]\\{\\}\\(\\)\\@\\|\\%]+See? It's easy. You just add each character that you want, putting \\ between each character.
If you want to add the ability for users to use spaces in their username, then uncomment this line
#username=[-=\\w\\[\\]\\{\\}\\(\\)\\@\\|\\.]+so that it is
username=[-=\\w\\[\\]\\{\\}\\(\\)\\@\\|\\.]+then make it look like this:
username=[ \\-=\\w\\[\\]\\{\\}\\(\\)\\@\\|\\.]+(See the space at the very beginning, right after the [ ?)
Souce: http://mumble.sourceforge.net/Murmur...ar_Expressions

That being said, I am not sure how Mumble is hosted or if you have access to the ini file directly, but in the interim until I get something completed this would work for a few of you.
Hawkeye- is offline