# $EPIC: notw.txt,v 1.4 2007/03/02 02:32:04 jnelson Exp $
$notw(<number> <word list>)
Useful when you want to remove a word from a word list.
The <word list> argument without the <number>th word, counting from zero.
$notw(0 hello there how are you?) returns "there how are you?" $notw(2 hello there how are you?) returns "hello there are you?" $notw(-1 hello there how are you?) returns "hello there how are you?"
This function first appeared in “plus-2” (post-ircII, pre-EPIC)