on 1:load: { if ($version > 6.0) { echo -s  $+ $color(info) $+ *** Mentions $chr(36) $+ script made by 4ch1zra edited by Dodge 4CoolBot  $+ $color(info) $+ loaded. echo -s  $+ $color(info) $+ *** Check menubar or type 4/Mentions echo -s  $+ $color(info) $+ *** 4 $+ http://uptheirons.co.sr/ $+  } } else { echo This Script Always Works... .. . With whichever nic on whichever server. } on *:text:*:#: { if ($me isin $1-) && ($nick != lynx) && ($nick != Lynxy) && (slap !isin $1-) { write Mentions.txt $nick called you at $time on channel $chan ( $+ $network $+ ). write Mentions.txt and said: $1- write Mentions.txt --- echo -a 13,1/!\ 4 $+ $nick $+ 8 said your nick in 9 $+ $chan 11( $+ $network $+ ) $+ 13,1 /!\ splay sounds\arrow.wav } } on *:action:*:#: { if ($me isin $1-) && ($nick != lynx) && ($nick != lynxy) && (slap !dragoness $1-) { write Mentions.txt $nick called you at $time on channel $chan ( $+ $network $+ ). write Mentions.txt and said: $1- write Mentions.txt --- echo -a 13,1/!\ 4 $+ $nick $+ 8 actioned your nick in 9 $+ $chan 11( $+ $network $+ ) $+ 13,1 /!\ } } alias mentions { window -k @Mentions clear @mentions loadbuf -p @mentions mentions.txt } alias -l mentions.count { var %lnz $lines(mentions.txt) echo @Mentions  $+ $color(info) $+ *** Times you were called, or actioned so far :4 $calc(%lnz / 3) $+  $+ . echo @Mentions  $+ $color(info) $+ *** Mentions $chr(36) $+ script by 4CoolBot. echo @Mentions  $+ $color(info) $+ *** 4 $+ http://www.freewebs.com/dodgesspot/ $+  } menu @Mentions { dclick:clear | loadbuf -p @mentions mentions.txt Reload:clear | loadbuf -p @mentions mentions.txt Count:mentions.count - Close:window -c @mentions } alias mentions.unload { echo -s  $+ $color(info) $+ *** Mentions $chr(36) $+ script by 4CoolABot  $+ $color(info) $+ is UNloading... echo -s  $+ $color(info) $+ *** Removing data... .remove mentions.txt echo -s  $+ $color(info) $+ *** Goodbye. .unload -rs $script } menu menubar { Mentions .View:mentions .Clear data ..Yes:.remove mentions.txt | echo -s  $+ $color(info) $+ *** Removing data... | echo -s  $+ $color(info) $+ *** Done. .Unload ..Yes:mentions.unload }