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)
|
PRIVMSG)
|
||||||
case "$forum" in
|
case "$forum" in
|
||||||
\#*)
|
\#*)
|
||||||
./notes woozle/notes "$text"
|
|
||||||
./firebot "$text" || \
|
./firebot "$text" || \
|
||||||
./whuffie woozle/whuffie.cdb "$text" || \
|
./whuffie woozle/whuffie.cdb "$text" || \
|
||||||
./infobot woozle/factoids.cdb "$text"
|
./infobot woozle/factoids.cdb "$text"
|
||||||
|
./notes woozle/notes "$text"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue