Wel imho the idea of using $prop is a very bad idea. Why? When mIRC reads a script, it strips the comments, they are not loaded in memory. However, all that $prop stuff is. That means each time someone uses the alias mIRC has to check if $prop == any of those strings. Why should we make the script slower to have documentation?