Possible remove bug.
Here is my code:

Code:
remove { !remove $+($chr(44),$remove($1-,$chr(34)),$chr(44)) }


Example command:

/remove "C:\music\Usher - Burn.mp3"


(Yes, this file exist)

Output:

* /remove: no such file 'C:\mIRC\,C:\music\Usher'


Fixed easily by:

Code:
remove { !remove " $+ $remove($1-,$chr(34)) $+ " }


Output:

Correctly removes the file.


Live to Dream & Dream for Life