10-16-2010, 09:37 PM
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/
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-
}
![[Image: 9d6efd-6.png]](https://valid.x86.fr/cache/banner/9d6efd-6.png)