1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 04:23:13 +02:00

Merge branch 'anopeng' into anopeng-config

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1428 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-10-07 23:38:25 +00:00
parent 728fe3e1d4
commit 3324e62bae
26 changed files with 253 additions and 786 deletions
+8 -1
View File
@@ -1,5 +1,11 @@
#!/bin/sh
oldpath=`pwd`
if [ $1 ]; then
cd $1
fi
echo2 () {
$ECHO2 "$*$ECHO2SUF" # these are defined later
}
@@ -54,5 +60,6 @@ do
fi
done
exit 0
cd $oldpath
exit 0