Skip to content
TG007 community snippet #42

Simple Raw Logger

This is a very simple but invaluable tool for scripters to easily log raw numerics.

By err0r Added Sep 5, 2010 Updated Jan 13, 2015
General IRC All snippets
mIRC script 6 lines
About this snippet

Overview

This is a very simple but invaluable tool for scripters to easily log raw numerics.
Source code

mIRC script

6 lines · 181 characters
raw *:*:{ 
  $iif(!$window(@raws),window -knz @raws) 
  echo @raws Raw: $numeric 
  echo @raws Output: $1- 
  echo @raws ==================================================== 
}
Community

Comments

Want to join the discussion? Sign in to TG007.
No comments yet. Start the discussion.