diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2011-04-18 15:50:24 +1000 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2011-04-18 15:50:24 +1000 |
commit | 252ee6228b3cc653b46301d3a00a817251fa6643 (patch) | |
tree | 90b1320ab25529aa50254c37b45a1d5734e81226 /src | |
parent | CAPTCHA whitelist support (diff) |
Fix syntax error
Diffstat (limited to 'src')
-rw-r--r-- | src/mod_muc/mod_muc_room.hrl | 2 |
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 4779f8e6..192ecf84 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() }). |