Skip to content
TG007 community snippet #20

Say my name $tip

this is a simple say my name tooltip snippet using mirc's built in $tip ability && test Ok basically this checks to see if a user said your name in the room. Reason for putting it below the on text instead of in the on text area is in

By err0r Added Feb 21, 2010 Updated Jan 13, 2015
Buzzen All snippets
mIRC script 9 lines
About this snippet

Overview

this is a simple say my name tooltip snippet using mirc's built in $tip ability && test

Ok basically this checks to see if a user said your name in the room. Reason for putting it below the on text instead of in the on text area is in case you
Source code

mIRC script

9 lines · 440 characters
on *:text:*:#: {
     if (($me isin $1-) && ($version !< 6.31) && (!%tip. [ $+ [ $nick ] ]) && (($appstate == tray) || ($chan != $active))) {
       inc -eu2 %alert.flood
       if (%alert.flood < 2) {
         $tip('Tray Tip', 4Name Alert14 $chr(40)  $network  $chr(41) , 1  $nick  : $regsubex($1-, /\[(?:style\x20.*?|/style)\]/gi,$null) - 12  $chan , 10)
         set -eu15 %tip. [ $+ [ $nick ] ] true
       }
     }
   }
Community

Comments

Want to join the discussion? Sign in to TG007.
TOP_dieSaturday, 3 April, 2010
so nice i likeed
err0rWednesday, 3 March, 2010
ty
HaggisTuesday, 2 March, 2010
Nice i think i might give this a try smile