Nice suggestions. Yeah, I did this really late and didn't consider the "nick --" problem until about an hour after I woke up. The filtering looks neater, and yeah the sleep deprivation led to some commands having '/' and some not. I noticed it, but needed to go to bed. Thanks for the input. smile

Edit: Trying to get the revision to work without the $nick search, but I ran into a problem that's lasted 2 hours! confused
Code:
  De-Devoice:{
    var %namer = $$1
    var %ncheck = $read(dvupkeep.txt, s, %namer)
    write -ds%ncheck dvcheck.txt
    write -ds%namer dvupkeep.txt
    mode # +v %namer
  }


This keeps giving a /write error. I think that the problem is in the
Code:
write -ds $+ %ncheck dvcheck.txt


The dvcheck has a format of: "$address(nick,1) .. $address(nick,1)". Trying

This is the last part before I post the new version up. Thanks in advance.

Last edited by Nonborn; 25/01/11 03:52 AM.