Index: chatroom.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/chatroom/Attic/chatroom.module,v
retrieving revision 1.50.2.29
diff -u -p -r1.50.2.29 chatroom.module
--- chatroom.module	22 Jan 2007 17:05:12 -0000	1.50.2.29
+++ chatroom.module	22 Jan 2007 18:48:16 -0000
@@ -1090,7 +1090,7 @@ function chatroom_chat_get_online_list($
                       LEFT JOIN  {users} AS du
                       ON         du.uid = col.uid
                       WHERE      col.ccid = %d
-                      AND        col.modified > (%d - 5)',
+                      AND        col.modified > (%d - 30)',
                       $chat_id, time());
   $users = array();
   $session_id = session_id();
