summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2013-04-01 10:11:03 +0100
committerPeter Powell <petpow@saberuk.com>2013-04-01 10:43:12 +0100
commitd877be98d1a89a18fb942ae9740e8fe65df359cf (patch)
treeb4da3e656d0211094bf477e3ac941e8775c70b8f /include
parent6b71f211373e34de9b4cbb76fe89b160d18304aa (diff)
Purge the deprecated chanprotect module.
Diffstat (limited to 'include')
-rw-r--r--include/modules.h5
1 files changed, 0 insertions, 5 deletions
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