Author: soliton
Date: Mon Sep 1 02:43:02 2008
New Revision: 29156
URL: http://svn.gna.org/viewcvs/wesnoth?rev=29156&view=rev
Log:
* disable the banlist in favour of the new ban save file
Modified:
trunk/utils/mp-server/run_server
Modified: trunk/utils/mp-server/run_server
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/mp-server/run_server?rev=29156&r1=29155&r2=29156&view=diff
==============================================================================
--- trunk/utils/mp-server/run_server (original)
+++ trunk/utils/mp-server/run_server Mon Sep 1 02:43:02 2008
@@ -68,7 +68,7 @@
ln -s "logs/$LOG" $SERVERBASE/current.log
# wait a bit so the server is likely up and listening
sleep 1
- cat $SERVERBASE/banlist 2> /dev/null | while read -r ip time reason; do
$HOME/bin/send_server_command $SERVER ban "$ip $time $reason"; done
+ #cat $SERVERBASE/banlist 2> /dev/null | while read -r ip time reason;
do $HOME/bin/send_server_command $SERVER ban "$ip $time $reason"; done
if [ "$SERVER" = "1.2" ]; then
rm -f $SERVERBASE/oldlobby.log
mv $SERVERBASE/currentlobby.log $SERVERBASE/oldlobby.log >
/dev/null 2>&1
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits