add nickserv and a cli. Fix #2
[cloogle-irc.git] / run.sh
diff --git a/run.sh b/run.sh
index 83639f6..bf33636 100644 (file)
--- a/run.sh
+++ b/run.sh
@@ -3,6 +3,6 @@ while true
 do
        git pull origin master
        make
-       ./cloogle
+       ./cloogleirc "$@"
        sleep 5s
 done