simple part of example of my antispam scriptie

Code:
  
...
var %input = $input(Channel:,de,Input Request)
 if (#* !iswm %input) || ($chr(38)* !iswm %input) { .echo -a %input invalid channel name | halt }


what annoys me that even in input event, mirc doesnt reckognise & char but takes it as underline.

and another annoyance is that for same situation you cant
use $chr(35) instead #

Code:
  
//if ($chr(35)* !iswm %var) || ($chr(38)* !iswm %var) { .echo -a invalid channel format } | else { .echo -a good chanel format }


well there may be purpose of restricting this
but ah well... i post it anyway as bug thing :P


IceCapped