Logged In: NO

Dieter, maybe this is what your looking for. Its in the
config file

/*
* when a new user enters the chat they can see nothing from
before,
* with this property you can enable a history of spoken
lines so that users
* can experience what was going on in the current channel
before.
*/
define('SHOW_CHAT_HISTORY', false);

/*
* allow channel spying before users login
*/
define('ALLOW_SPYING', true);

Cheers!
Cory