if ($read_ini(Triggers,$replace($1-,$chr(32),&)) != $null) {

that line, checks to see if what they typed is in the ini

this is whats in the ini file

[Triggers]
This&Is&My&PSX&Trigger,&Dont&Fuk&Wit&It!=D:\Serv\

so, u can see why i replace the Spaces with & signs

which also means that its only triggered if they type

This Is My Psx Trigger, Dun Fuk Wit It!

and here is the $read_ini alias

alias read_ini return $readini($mircdirAvalon\Options.ini,$1,$2)



any help would make me happy