aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc/mod_muc_room.hrl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2011-04-18 15:50:24 +1000
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2011-04-18 15:50:24 +1000
commit252ee6228b3cc653b46301d3a00a817251fa6643 (patch)
tree90b1320ab25529aa50254c37b45a1d5734e81226 /src/mod_muc/mod_muc_room.hrl
parentCAPTCHA whitelist support (diff)
Fix syntax error
Diffstat (limited to '')
-rw-r--r--src/mod_muc/mod_muc_room.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_muc/mod_muc_room.hrl b/src/mod_muc/mod_muc_room.hrl
index 4779f8e6b..192ecf845 100644
--- a/src/mod_muc/mod_muc_room.hrl
+++ b/src/mod_muc/mod_muc_room.hrl
@@ -45,7 +45,7 @@
password = "",
anonymous = true,
max_users = ?MAX_USERS_DEFAULT,
- logging = false
+ logging = false,
captcha_whitelist = ?SETS:empty()
}).