buggy.window

By RoninWarrior on Nov 08, 2005

simple debug window that should show you the raw numeric message and the raw numeric number,popups are provided just cut and paste into remotes section of mirc alter and edit as needed.

raw *:*: {
  if ($window(@buggy.window) == $null) {
    window -1 @buggy.window 500 0 500 500 Arial 12
  }
  aline -c1 @buggy.window raw : $+ $numeric $+ : $1-
  halt
}

menu channel {
buggy
.buggy raw on:echo -a buggy window is on | /window @buggy.window
.buggy raw off:echo -a buggy window is off | /window -c @buggy.window 
}

Comments

Sign in to comment.
Noutrious   -  Nov 09, 2005

Nice dude, nice :) But you could add menu for the window [As clear, close, disable]..

 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.