summaryrefslogtreecommitdiff
path: root/Config
diff options
context:
space:
mode:
authortrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-03-04 03:44:07 +0000
committertrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-03-04 03:44:07 +0000
commita22d9ec3b0ba71f4b1493c2ececd27777a42f65d (patch)
treece3f72607d458a18ef7b35f0162ba9081a98eca6 /Config
parent1a1781fd0c4ef763db1ed0c85e797f2e22cf339e (diff)
BUILD : 1.7.8 (595) BUGS : N/A NOTES : ShadowIRCD, and cleaned up Numeric
git-svn-id: svn://svn.anope.org/anope/trunk@595 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@444 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'Config')
-rwxr-xr-xConfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/Config b/Config
index 2914058ca..c93b2c8ff 100755
--- a/Config
+++ b/Config
@@ -225,6 +225,7 @@ echo " 10) Unreal 3.2 [Unreal 3.2 beta19 or later]"
echo " 11) Solid IRCD 3.4.x [Solid IRCD 3.4.6 or later]"
echo " 12) Plexus 2.0 [or later]"
echo " 13) Ratbox 2.0.6 [or later]"
+echo " 14) ShadowIRCD 4.0x [beta 7 or later]"
while [ $ok -eq 0 ] ; do
echo2 "[$IRCTYPE] "
@@ -291,6 +292,11 @@ while [ $ok -eq 0 ] ; do
IRCTYPE_DEF="IRC_RATBOX"
ok=1;
;;
+ 14)
+ IRCTYPE_DEF="IRC_SHADOWIRCD"
+ ok=1;
+ ;;
+
*)
echo "Please enter a valid option number."