Notify Script
Platform: mIRC
Published Nov 17, 2007
Updated Nov 17, 2007
Just a simple notify script, have to be using the new mIRC Version 6.31 as it uses the $tip command...
could most probably be done easier but this was 5 minutes work and it worked so i thought i should become more active on here and post it
on *:TEXT:$(* $+ $me $+ *):#: {
if (($version !< 6.31) && (!%tip. [ $+ [ $nick ] ])) {
noop $tip('Tray Tip', $nick , $nick just said your name in $chan with the following message:, 10)
noop $tip('Tray Tip', Message, $1-, 10)
beep
set -u20 %tip. [ $+ [ $nick ] ] true
}
else {
beep
}
}