summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-13 20:32:03 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-13 20:32:03 +0000
commit0ed3ef9dee2cb8f4b0c37da218a2fd1eee8c31f6 (patch)
tree933fa0ba26a0113b0404ca52796440bc297a614c /include/modules.h
parentd9e3bb8d4343643504ab7ee6ab943a000065cc8a (diff)
Add SerializeFormat for easier metadata formatting
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11704 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/modules.h b/include/modules.h
index 4e960ec64..06c0f1dd5 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -857,13 +857,6 @@ class CoreExport Module : public Extensible
*/
virtual void ProtoSendMetaData(void* opaque, Extensible* target, const std::string &extname, const std::string &extdata);
- /**
- * Implemented by all modules that implement ProtoSendMetaData.
- * Translates the item into a string format suitable for sending to other servers.
- * Currently, this just translates nicks to their UID and channels to their name
- */
- virtual std::string ProtoTranslate(Extensible* item);
-
/** Called after every WALLOPS command.
* @param user The user sending the WALLOPS
* @param text The content of the WALLOPS message