Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Hacker <dd0t@users.sourceforge.net>2009-11-22 03:33:10 +0300
committerStefan Hacker <dd0t@users.sourceforge.net>2009-11-22 03:34:31 +0300
commit0c607174907aec7c59952e2f51a49b3638c4866c (patch)
tree32e564651cfc3fb7c14cf5c573596dab2c951de2 /scripts/murmur.ini
parent0a2ef0ea6f9764cd1a8fcc9ede752903f98fd04c (diff)
Add channelname and username var to murmur.ini to make them more visible
Diffstat (limited to 'scripts/murmur.ini')
-rw-r--r--scripts/murmur.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/murmur.ini b/scripts/murmur.ini
index 2d36ece4d..ec19429dd 100644
--- a/scripts/murmur.ini
+++ b/scripts/murmur.ini
@@ -71,6 +71,14 @@ bandwidth=72000
# Maximum number of concurrent clients allowed.
users=100
+# Regular expression used to validate channel names
+# (note that you have to escape backslashes with \ )
+#channelname=[ \\-=\\w\\#\\[\\]\\{\\}\\(\\)\\@\\|]+
+
+# Regular expression used to validate user names
+# (note that you have to escape backslashes with \ )
+#username=[-=\\w\\[\\]\\{\\}\\(\\)\\@\\|\\.]+
+
# Maximum length of text messages in characters. 0 for no limit.
#textmessagelength=5000