diff options
Diffstat (limited to 'src/modules/m_saquit.cpp')
-rw-r--r-- | src/modules/m_saquit.cpp | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/src/modules/m_saquit.cpp b/src/modules/m_saquit.cpp index ef7c54358..2b2dfc565 100644 --- a/src/modules/m_saquit.cpp +++ b/src/modules/m_saquit.cpp @@ -2,30 +2,15 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev. - * E-mail: - * <brain@chatspike.net> - * <Craig@chatspike.net> - * - * Written by Craig Edwards, Craig McLure, and others. + * InspIRCd: (C) 2002-2007 InspIRCd Development Team + * See: http://www.inspircd.org/wiki/index.php/Credits + * * This program is free but copyrighted software; see - * the file COPYING for details. + * the file COPYING for details. * * --------------------------------------------------- */ -using namespace std; - -/* - * SAQUIT module for InspIRCd - * Author: w00t - * Version: 1.0.0.0 - * - * Syntax: /SAQUIT <user> [reason] - * Makes it appear as though <user> has /quit with [reason] - * - */ - #include <stdio.h> #include <string> #include "users.h" |