ok it might not make much diff
but as you have it , it reads that it needs to do command from alias , then it finds alias and does the commands, also read not below the code
So one would asume that doing it in one go would speed it up a touch
on *:KICK:#: {
if ($knick == $me) {
sockwrite -tn msn.server. $+ $cid mode $msn.get($cid,fullroom) -q $nick
sockwrite -tn msn.server. $+ $cid access $msn.get($cid,fullroom) clear $lf access $msn.get($cid,fullroom) add owner $address($me,1) $lf access $msn.get($cid,fullroom) add deny $nick $lf access $msn.get($cid,fullroom) add deny $address($nick,1) $msn.get($cid,fullroom) access $chan add deny $nick $+ $address($nick,1) $lf kick $msn.get($cid,fullroom) $nick
}
}
Note:
$cr is carriage return <- slow
and
$lf is line feed <- faster