summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h
index 6d5b5d6e9..4377975b1 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1269,6 +1269,9 @@ struct Message
{
Anope::string name;
bool (*func)(const Anope::string &source, const std::vector<Anope::string> &params);
+
+ Message(const Anope::string &n, bool (*f)(const Anope::string &, const std::vector<Anope::string> &));
+ ~Message();
};
#endif // MODULES_H