mirror of
https://github.com/anope/anope.git
synced 2026-07-02 05:06:39 +02:00
BUILD : 1.7.17 (1210) BUGS : 645 646 647 NOTES : Fixed anoperc restart, nickchanges on TS6, typo in CHAN_REGISTER_NONE_CHANNEL; added error messages when RDB functions fail (thx heinz)
git-svn-id: svn://svn.anope.org/anope/trunk@1210 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@929 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
6e7add309d
commit
4e409e31cb
+6
-2
@@ -98,8 +98,9 @@ elif [ "$1" = "status" ] ; then
|
||||
elif [ "$1" = "restart" ] ; then
|
||||
isAnopeRunning
|
||||
echo "Restarting Anope"
|
||||
kill -1 `cat $ANOPEPID`
|
||||
kill -15 `cat $ANOPEPID`
|
||||
sleep 1
|
||||
shift
|
||||
$ANOPROG $*
|
||||
|
||||
elif [ "$1" = "rehash" ] ; then
|
||||
@@ -119,10 +120,13 @@ elif [ "$1" = "help" ] ; then
|
||||
echo "$0 start Start Anope"
|
||||
echo " Additional parameters may be passed"
|
||||
echo " (e.g. $0 start -nofork)"
|
||||
echo " For a list of type $0 $1 paramlist"
|
||||
echo " For a list type $0 $1 paramlist"
|
||||
echo "$0 stop Shutdown Anope"
|
||||
echo "$0 status Show Anope's Status"
|
||||
echo "$0 restart Restart Anope (Databases will be saved)"
|
||||
echo " Additional parameters may be passed"
|
||||
echo " (e.g. $0 restart -logchan)"
|
||||
echi " For a list type $0 $1 paramlist"
|
||||
echo "$0 rehash Rehash Configuration and Save Databases"
|
||||
echo "$0 version Return Anope Version and Build Information"
|
||||
echo "$0 help Show this help menu"
|
||||
|
||||
Reference in New Issue
Block a user