From 24a7d86577c9c4e8617c1c68e0ff98f30b84bc76 Mon Sep 17 00:00:00 2001 From: Alexey Shchepin Date: Sun, 3 Feb 2008 23:17:39 +0000 Subject: * src/mod_muc/mod_muc_room.erl: Append "(n/a)" to disco room descriptions when a number of occupants is not available SVN Revision: 1171 --- src/mod_muc/mod_muc_room.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mod_muc/mod_muc_room.erl b/src/mod_muc/mod_muc_room.erl index ec0d271d1..90c70780a 100644 --- a/src/mod_muc/mod_muc_room.erl +++ b/src/mod_muc/mod_muc_room.erl @@ -675,7 +675,7 @@ handle_sync_event({get_disco_item, JID, Lang}, _From, StateName, StateData) -> StateData#state.users), " (" ++ Desc ++ integer_to_list(Len) ++ ")"; _ -> - "" + " (n/a)" end, Reply = case ((StateData#state.config)#config.public == true) orelse (FRole /= none) orelse -- cgit v1.2.3