diff options
author | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-01-23 07:32:56 +0000 |
---|---|---|
committer | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-01-23 07:32:56 +0000 |
commit | 01f32cf2881f781fa934623361a146e55fcca8b6 (patch) | |
tree | c48dfedffd26ef58826ed918c9b4c1d029eb6252 /Config | |
parent | ba7b29bba7ea10b4813d42efbc79c3a0bb01c461 (diff) |
BUILD : 1.7.7 (555) BUGS : N/A NOTES : TS6 support, Ratbox support, lots of little bug fixes, updated documentation
git-svn-id: svn://svn.anope.org/anope/trunk@555 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@408 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'Config')
-rwxr-xr-x | Config | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -224,6 +224,7 @@ echo " 9) RageIRCd 2.0.0 [beta-6 or later]" 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]" while [ $ok -eq 0 ] ; do echo2 "[$IRCTYPE] " @@ -286,6 +287,10 @@ while [ $ok -eq 0 ] ; do IRCTYPE_DEF="IRC_PLEXUS" ok=1; ;; + 13) + IRCTYPE_DEF="IRC_RATBOX" + ok=1; + ;; *) echo "Please enter a valid option number." |