Your problem is that $1 would be referring to !quote. You need to be testing $2. So here's your updated code. It should work just fine.


Code:
elseif ($2 == edit) {
if ($nick isop #) { return }
var %2 $remove($2,$chr(35)
if (%2 isnum) {
writeini quotes.ini # %2 $3- 

Last edited by acpixel; 19/08/15 03:18 PM.