Logviewer

By knoeki on Jan 29, 2010

I know mIRC has some kind of way to read logs, but as far as I remember it doesn't really work so nicely if there's any kind of colour codes in your logs. therefor this. I find this works pretty well for, and it's really simple, as you can see.

alias logviewer { window -k0 @LogViewer | filter -cfw $qt($sfile($mircdirlogs\)) @LogViewer $iif($1 != $null, $1, *) }

Comments

Sign in to comment.
Ghost-writer   -  Mar 03, 2010

Sorry mate, this is good but i got the error:

  • /filter: invalid window (line 1, script15.ini)

This error was easily fixed by changing the window name

alias logviewer {
  window -k0 @LogViewer
  filter -cfw $qt($sfile($mircdirlogs\)) @LogViewer $iif($1 != $null, $1, *) 
}
 Respond  
napa182   -  Feb 03, 2010

paste it in remotes then click ok
then type /logviewer

 Respond  
diamondandy   -  Feb 03, 2010

whereabouts do i put this in the script editor?

me = newbie

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.