Hi again,

Sigh helped me with this code and it works nicely...
Code:
ctcp *:!dead *:*:{ 
  set %ps.freedel $2-
  write -ds $+(",$2-,") %ps.file
  .notice $nick Successfully Removed :)
  halt
}

Inside file.txt (all without space) :
Code:
somethingsomething
blahblahblah
blahblah

The problem is that sometimes they will type extra text after somethingsomething, how do i add a notice telling them it is wrong command instead of noticing back it is "successfully removed" ?

Also, can u please add kick/ban if they flooded me with that command 3 times in row ?

I think it is better to stick with this thread instead of opening a new thread for the same code problem smile

Thanks in advance laugh