Originally Posted By: Mpot
So, I have a menu nicklist{ } in a script. However, is there a way to make that extra option on the nicklist appear for only one window?
Code:
menu nicklist {
  $iif(# == #channelname,Option):command
}



Originally Posted By: Mpot
Also, let's say I want to write to a file in the mIRC directory, will this work:

/write $mircdir $+ /filename.mrc texttowrite

Also, /write doesn't work with spaces in it, and since mIRC is installed in Program Files, that would put a space in the file path. IE: C:\Program Files\mIRC\ . Would using $mircdir get past the space snag?

write filename.mrc or write $qt($mircdir $+ filename.mrc)