mirror of https://github.com/nealey/irc-bot
Show notes after other stuff
This commit is contained in:
parent
8a55ad119b
commit
425de02a57
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue