1 LIKES
Snippet
Say my name $tip
In Category Buzzen Posted by err0r On 02/22/10
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
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
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 } } }
Comments 3
You must be logged in to comment.
TOP_die - Saturday, 3 April, 2010
so nice i likeed
err0r - Wednesday, 3 March, 2010
ty
Haggis - Tuesday, 2 March, 2010
Nice i think i might give this a try