Show notes after other stuff

This commit is contained in:
Neale Pickett 2010-12-16 22:03:50 -07:00
parent 8a55ad119b
commit 425de02a57
1 changed files with 1 additions and 1 deletions

View File

@ -20,10 +20,10 @@ case $command in
PRIVMSG)
case "$forum" in
\#*)
./notes woozle/notes "$text"
./firebot "$text" || \
./whuffie woozle/whuffie.cdb "$text" || \
./infobot woozle/factoids.cdb "$text"
./notes woozle/notes "$text"
;;
esac
;;