Oh, I see.
That's not a bug at all, you specified it to work that way.
on *:INPUT:#: {
if (%multi) {
var %f $fline(#,$1 $+ *,0,1).text
while (%f) {
var %n $fline(#,$1 $+ *,%f,1).text
msg # $effect(%n) $2-
dec %f
}
}
else {
var %n $fline(#,$1 $+ *,1,1).text
msg # $effect(%n) $2-
}
halt
}
menu channel {
$iif(%multi,$style(1)) Multi user : $iif(%multi,unset %multi,set %multi 1)
}
alias -l effect return 6¤3.11·13´6`9·4.13¤ $+ 1 $1 7¤3.11·13´6`9·4.11¤1
Try this and let me know if it's what you want. You can right click in a channel and enable "Multi user" so that if you type "nill" it will message the channel for each nick it matches. like Nillen, Nillens, Nillensbot etc.
Work only
one user mode, but but after using the nick completation, everything I write out the nick completation, I do not really write.
I will write:Peter
how
are you?
Returns:<pepito> 6¤3.11·13´6`9·4.13¤1 Peter 7¤3.11·13´6`9·4.11¤1
<pepito> 6¤3.11·13´6`9·4.13¤1 7¤3.11·13´6`9·4.11¤1
<pepito> 6¤3.11·13´6`9·4.13¤1 7¤3.11·13´6`9·4.11¤
If I enable
"Multi user" error:* Invalid format: $fline (line 5, script7.mrc)
And, I can not keep writing the canal, after that error.
I will write:
Peter Maria Pedro Juan
* Invalid format: $fline (line 5, script7.mrc)