From 425de02a57da923c8eac3eb253a7856cc6c4d364 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 16 Dec 2010 22:03:50 -0700 Subject: [PATCH] Show notes after other stuff --- cobalt-handler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobalt-handler b/cobalt-handler index 1648240..a7fe010 100755 --- a/cobalt-handler +++ b/cobalt-handler @@ -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 ;;