Hello There, Guest! Login or Register


highlighting
#5
found an issue if the message is longer than 1 word, it snips the first word and posts it at the beginning
Example /masshl Hi, I like pie, the output is (Nickname) I like pie nick1 nick 2,... lastnick: Hi, I like pie

Dunno what's really wrong with it it, but I found code that does work fine @ http://www.hawkee.com/snippet/7520/
Code:
alias masshl {
  var %x, %y 1
  while ($nick(#,%y)) {
    if ($v1 != $me) {
      %x = %x $v1
    }
    inc %y
  }
  msg # $v1 %x $+ : $$1-
}
Reply


Messages In This Thread
highlighting - by Tpimp - 10-16-2010, 05:45 AM
Re: highlighting - by Matthias - 10-16-2010, 07:10 AM
Re: highlighting - by Rien - 10-16-2010, 10:38 AM
Re: highlighting - by Tpimp - 10-16-2010, 05:58 PM
Re: highlighting - by Cyrix404 - 10-16-2010, 09:37 PM
Re: highlighting - by Tpimp - 10-16-2010, 09:54 PM