From d877be98d1a89a18fb942ae9740e8fe65df359cf Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 1 Apr 2013 10:11:03 +0100 Subject: Purge the deprecated chanprotect module. --- include/modules.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/modules.h b/include/modules.h index 626f6e9b8..088f76fd1 100644 --- a/include/modules.h +++ b/include/modules.h @@ -736,8 +736,6 @@ class CoreExport Module : public classbase, public usecountbase * (see below). This function will be called for every user visible on your side * of the burst, allowing you to for example set modes, etc. * - * For a good example of how to use this function, please see src/modules/m_chanprotect.cpp - * * @param chan The channel being syncronized * @param proto A pointer to the module handling network protocol * @param opaque An opaque pointer set by the protocol module, should not be modified! @@ -770,9 +768,6 @@ class CoreExport Module : public classbase, public usecountbase * down the network link as a broadcast, without a module calling it having to know the format * of the MODE command before the actual mode string. * - * More documentation to follow soon. Please see src/modules/m_chanprotect.cpp for examples - * of how to use this function. - * * @param opaque An opaque pointer set by the protocol module, should not be modified! * @param target_type The type of item to decode data for, TYPE_USER or TYPE_CHANNEL * @param target The Channel* or User* that modes should be sent for -- cgit v1.2.3