]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - run.sh
Colours now use CSS.
[irc/quakenet/qwebirc.git] / run.sh
diff --git a/run.sh b/run.sh
index 1add0f5e0ed8f8ad9599ce269f53c2dce7730e49..2aac5b1430addc5bde3042c363af9086ddc37c85 100755 (executable)
--- a/run.sh
+++ b/run.sh
@@ -13,6 +13,12 @@ if [ "$1" = "-n" ]; then
   shift
 fi
 
+if [ "$1" = "-r" ]; then
+  PREARGS="$PREARGS $1 $2"
+  shift
+  shift
+fi
+
 if [ "$1" != "" ]; then
   if [ "$ARGS" != "" ]; then
     echo "Not using default arguments: $ARGS"
@@ -20,4 +26,4 @@ if [ "$1" != "" ]; then
   ARGS=$*
 fi
 
-twistd --reactor poll $PREARGS qwebirc -n $ARGS
+twistd $PREARGS qwebirc -n $ARGS