summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bin/anoperc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/anoperc.in b/src/bin/anoperc.in
index 0fdb8c40c..f1e9def49 100644
--- a/src/bin/anoperc.in
+++ b/src/bin/anoperc.in
@@ -100,7 +100,7 @@ elif [ "$1" = "restart" ] ; then
echo "Restarting Anope"
kill -15 `cat $ANOPEPID`
sleep 1
- $ANOPROG
+ $ANOPROG $*
elif [ "$1" = "rehash" ] ; then
isAnopeRunning