uderline automatically names you wrote in a line

Paste Your small code(s) here, ex. small aliases, identifiers

uderline automatically names you wrote in a line

Postby vodkaplayer » Fri Jul 18, 2008 9:06 am

ok all the nick you wrote in the sentence will be underlined simply

this
$readini(mirc.ini,text,commandchar) != $left($1,1))
check if you don't use a /command ...
well

Code: Select all
on *:INPUT:#: {
  if ($inpaste) || ($ctrlenter) || ($readini(mirc.ini,text,commandchar) != $left($1,1)) {
    var %i = 1, %s = $1- | while ($gettok(%s,%i,32)) {
      if ($nick($chan,$v1)) { var %s = $puttok(%s,$+(,$gettok(%s,%i,32),),%i,32) }
      inc %i
    }
    msg $chan $iif(c isincs $chan($chan).mode,$strip(%s),%s)
    halt
  }
}
vodkaplayer
 

Re: uderline automatically names you wrote in a line

Postby Lukemob » Sat Jul 26, 2008 5:07 pm

Yeah, that's surely modern snippet... for those who are blind :)

The good usage is, you get know about when you're talking badly about someone who is also in the channel and you don't see him...
The bad then is, you see it when it's already posted :D

Gj
Lukemob
 


Return to Mirc Scripting Snippets

Who is online

Users browsing this forum: No registered users and 0 guests

cron