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 ;;