I found a bug in the old comment style..

alias test {
if ($version == 6.1) { ;this comment will be sent to the server }
else { ;this bug doesnt exist in your version }
}

it seems if a comment is between { and } on one line, it will be sent to the server. I dont recall this happening in previous versions.