diff options
Diffstat (limited to 'include/mod_muc_room.hrl')
-rw-r--r-- | include/mod_muc_room.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mod_muc_room.hrl b/include/mod_muc_room.hrl index 47489f3d0..551da7285 100644 --- a/include/mod_muc_room.hrl +++ b/include/mod_muc_room.hrl @@ -106,6 +106,7 @@ config = #config{} :: config(), users = (?DICT):new() :: ?TDICT, subscribers = (?DICT):new() :: ?TDICT, + subscriber_nicks = (?DICT):new() :: ?TDICT, last_voice_request_time = treap:empty() :: treap:treap(), robots = (?DICT):new() :: ?TDICT, nicks = (?DICT):new() :: ?TDICT, |