I currently have this line of code for a custom notice event:
Code:
$iif(#,#,$iif($query($nick),$nick,$target))
This works if the query window whom you send a query to is open, but when it's not open, the notice gets sent to the status instead of the active channel. I tried everything (perhaps I've missed something along the way) I can think of but to no avail. Any assistance is obliged.