diff options
| author | 2006-05-03 09:23:47 +0000 | |
|---|---|---|
| committer | 2006-05-03 09:23:47 +0000 | |
| commit | 7eb84435ee644dc174b7914263c47db51e2e0e7b (patch) | |
| tree | 4ffe8863021712e635bcde96a27fed64cd3e00c0 /src/inspircd.cpp | |
| parent | New header at the top of this file clarifying gplv2 only (we hadnt made it cl... (diff) | |
| download | inspircd++-7eb84435ee644dc174b7914263c47db51e2e0e7b.tar.gz inspircd++-7eb84435ee644dc174b7914263c47db51e2e0e7b.tar.bz2 inspircd++-7eb84435ee644dc174b7914263c47db51e2e0e7b.zip | |
Return false was missing
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3928 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 003ad1203..77c2c72b3 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -1,19 +1,19 @@ -/* +------------------------------------+ - * | Inspire Internet Relay Chat Daemon | - * +------------------------------------+ +/* --------------------------------------------------------------------- + * + * +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ * - * InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev. - * E-mail: - * <brain@chatspike.net> - * <Craig@chatspike.net> + * InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev. + * E-mail: + * <brain@chatspike.net> + * <Craig@chatspike.net> * - * Written by Craig Edwards, Craig McLure, and others. - * This program is free but copyrighted software; see - * the file COPYING for details. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 2 (two) ONLY. + * Written by Craig Edwards, Craig McLure, and others. + * This program is free but copyrighted software; you can redistribute + * it and/or modify it under the terms of the GNU General Public + * License as published by the Free Software Foundation, version 2 + * (two) ONLY. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of |
