From 54d10d53c730ab81ca6464fe2f0e0ecbcd435672 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Wed, 3 Jul 2013 04:34:40 +0100 Subject: Remove $Core and $Mod* comments apart from $ModDep. --- src/modules/m_ojoin.cpp | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'src/modules/m_ojoin.cpp') diff --git a/src/modules/m_ojoin.cpp b/src/modules/m_ojoin.cpp index 2c0398862..c3ceb38d9 100644 --- a/src/modules/m_ojoin.cpp +++ b/src/modules/m_ojoin.cpp @@ -1,6 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2009 Taros * Copyright (C) 2009-2010 Daniel De Graaf * * This file is part of InspIRCd. InspIRCd is free software: you can @@ -16,27 +17,8 @@ * along with this program. If not, see . */ - -/* - * Written for InspIRCd-1.2 by Taros on the Tel'Laerad M&D Team - * - */ - #include "inspircd.h" -/* $ModConfig: - * Specify the prefix that +Y will grant here, it should be unused. - * Leave prefix empty if you do not wish +Y to grant a prefix - * If notice is set to on, upon ojoin, the server will notice - * the channel saying that the oper is joining on network business - * If op is set to on, it will give them +o along with +Y */ -/* $ModDesc: Provides the /ojoin command, which joins a user to a channel on network business, and gives them +Y, which makes them immune to kick / deop and so on. */ -/* $ModAuthor: Taros */ -/* $ModAuthorMail: taros34@hotmail.com */ - -/* A note: This will not protect against kicks from services, - * ulines, or operoverride. */ - #define NETWORK_VALUE 9000000 char NPrefix; -- cgit v1.2.3