Thanks for the reply and for the explanation, but as I said, I only know some basic mIRC stuff, so I need to bother you with some more questions eek

Considering what you said about the numbering when deleting quotes, I am just gonna make a command for editing existing commands instead of deleting them.

I tried altering the code you posted to be able to do that, but i couldn't figure out how.
Code:
elseif ($1 == edit) {
if ($nick isop #) { return }
var %2 $remove($2,$chr(35)
if (%2 isnum) {
writeini quotes.ini # %2 $3- 


I thought the command could look something like this:
!quote edit 1 updated quote here


I feel like doing something stupid and obviously wrong, but I just can't figure it out :c

What do I need to change to make it work? And where should I put it in the original code I have at the start of this thread?