projects
/
umurmur.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
977a33f
)
Add (commented) passwords to example config.
author
Martin Johansson
<martin@fatbob.nu>
Fri, 7 Oct 2011 12:14:57 +0000
(08:14 -0400)
committer
Martin Johansson
<martin@fatbob.nu>
Fri, 7 Oct 2011 12:14:57 +0000
(08:14 -0400)
umurmur.conf.example
patch
|
blob
|
history
diff --git
a/umurmur.conf.example
b/umurmur.conf.example
index 0caf16c90be8a429551dfd7bbc304d92c73c6429..853348318750f380e47dc4a22f8845b894b5b555 100644
(file)
--- a/
umurmur.conf.example
+++ b/
umurmur.conf.example
@@
-36,11
+36,13
@@
channels = ( {
name = "Red team";
parent = "Lobby";
description = "The Red team channel";
+ # password = "redpw";
},
{
name = "Blue team";
parent = "Lobby";
description = "The Blue team channel";
+ # password = "bluepw";
}
);
# Channel links configuration.
@@
-55,4
+57,5
@@
channel_links = ( {
);
# The channel in which users will appear in when connecting.
+# Note that default channel can't have 'noenter = true' or password set
default_channel = "Lobby";