mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2010
Posts: 2
B
Bagst Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
B
Joined: Nov 2010
Posts: 2
Feature or script request: right-click and have a button that allows me to click "view log file". Would be nice to have a keyboard command to view the log file for the current channel/query/chat, also.

Appreciate all pushes in the right direction. Thank you.

Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156
In my scripts I make F2 point to the script dir.

alias f2 run $mircdir

This makes it quick to browse.

Something weird just happened though. I went to open the options dialog to check what is available in the logging section and it wouldn't open. The reason why was that I was using the alt key to the right of the space bar. The one on the left worked fine. Why wouldn't the right alt key + O open the options dialog?

Joined: Jul 2006
Posts: 4,150
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,150


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
This works for me on anything after 6.16. If you using earlier, then first recommendation is to upgrade, otherwise change $v1 in the code to $ifmatch
Code:
menu channel,nicklist {
  View log : $iif($sfile($($+($logdir,$chan,*),2)),run $v1)
}



Link Copied to Clipboard