on *:text:*:#:{ <- # sign tells you that it will trigger on a chan message, Replace * with your trigger

on *:text:*:?:{ <- ? sign tells you it will trigger to a query, Replace * with your trigger

on *:text:*:=:{ <- = sign tells you it will trigger on a DCC chat, Replace * with your trigger

on *:text:*:*:{ <- * sign tells you it will trigger on all abow, Replace first * with your trigger

on *:open:?:*:{ <- tells you it will trigger on all querys when created.

Last edited by sparta; 22/10/07 05:46 AM.

if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }