To apply dcc queue patch: tar xfz irssi-0.8.5.tar.gz cd irssi-0.8.5 patch -p1 < ../irssi-0.8.5-dcc-queue-patch-20021020 ./configure gmake .. few examples of use: this creates a new queue /dcc send nickfoo /path/to/files.[1245]*.txt following appends to an existing queue (or creates a new queue) /dcc send -append nickfoo /path/to/files.6*.txt following prepends to an existing queue (or creates a new queue) /dcc send -prepend nickfoo /path/to/files.6*.txt following flushes all sends from an existing queue /dcc send -flush nickbar following removes next entry from the queue /dcc send -rmhead nickfoobar following removes last entry from the queue /dcc send -rmtail nickfoobar note 1: all shell patterns supported with glob() are supported (man 3 glob). note 2: '/dcc send close nick' stops current send and proceeds to the next item in an existing queue. use -flush before dcc close send if you want to stop all sends to nick. for anything regarding this patch contact me: Heikki Orsila