summaryrefslogtreecommitdiff
path: root/include/anope.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-10-01 01:56:57 -0400
committerAdam <Adam@anope.org>2012-10-01 01:56:57 -0400
commit89428a9d1032e3c2a6e397629a32862b3e58d708 (patch)
treed507904b3fa1cc084f0f3e688c839bcdd47f79d7 /include/anope.h
parentb937d6310d9a7c0e2434200306b63d513cb2ae61 (diff)
Cleanup of all of the protocol modules, rewrote message handling system to be a bit more C++ ish
Diffstat (limited to 'include/anope.h')
-rw-r--r--include/anope.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/anope.h b/include/anope.h
index e67fafc8d..3c13d68ab 100644
--- a/include/anope.h
+++ b/include/anope.h
@@ -324,12 +324,6 @@ namespace Anope
*/
extern CoreExport bool Match(const string &str, const string &mask, bool case_sensitive = false, bool use_regex = false);
- /** Find a message in the message table
- * @param name The name of the message were looking for
- * @return NULL if we cant find it, or a pointer to the Message if we can
- */
- extern CoreExport std::vector<Message *> FindMessage(const string &name);
-
/** Converts a string to hex
* @param the data to be converted
* @return a anope::string containing the hex value