diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-05 21:40:33 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-05 21:40:33 +0000 |
commit | 2885e18dcb007a93af43ae2bb5c6b6299fe42182 (patch) | |
tree | 80b49edadf70f82089334c79661eb564f69aca73 /configure | |
parent | f65debb46ea781d0a8d8bf48f833d8385b82959e (diff) |
Same here
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7246 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -1,19 +1,16 @@ #!/usr/bin/perl - +################################################### # InspIRCd Configuration Script # -# Copyright 2002-2007 The ChatSpike Development Team -# <brain@chatspike.net> -# <Craig@chatspike.net> +# Copyright 2002-2007 The InspIRCd Development Team +# http://www.inspircd.org/wiki/index.php/Credits # # Licensed under GPL, please see the COPYING file # for more information # -# [14:21] Brain: <matrix impression> i know perl-fu! -# # $Id$ # -######################################## +################################################### require 5.6.0; use Socket; |