Thanks for the suggestion. I didn't need to do that, but I think there's something going on with how /aline is handling the text to be put into the window.

I fixed the problem but I'd like to know why it was causing the problem. Here's what I changed.

The line did say this:
/aline 3 @user_data [ $+ $asctime(yymmdd.HHnnss) $+ ] JOIN $address($nick,5)

Changed to:
/aline 3 @user_data $asctime(yymmdd.HHnnss) JOIN $address($nick,5)

It worked after it was changed. I simply was trying to add brackets to the time output for logging. I can do without the brackets, but I thought that was odd that it made the difference. Any ideas on why that happened?


Lloyd