Hi,

sometimes when I connect to psybnc, I got the window "Messages" with some privmsg from psybnc. I tried to reproduce it and found a way.

Assume that we have no scripts except one:

on ^*:open:?: {
if ($halted) halt

if ($nick == -psyBNC) {
echo -s foo $1-
halt
}
}

Now type 5 times the command "/eraseprivatelog". psybnc answers with "Log geloescht" (german, means "log erased"). It works 4 times, but the 5th time mirc opens the windows "Messages" that is normally used when the option "Use single message window" was activated.

Any idea? I think this is a bug. I used the same script in 6.35 without any problems.


cu

TC / Mario