summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h
index b61e75b07..c86a11616 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -424,6 +424,8 @@ class Module : public classbase
virtual void OnUserNotice(userrec* user, void* dest, int target_type, std::string text);
virtual void OnMode(userrec* user, void* dest, int target_type, std::string text);
+
+ virtual void OnGetServerDescription(std::string servername,std::string &description);
virtual int OnUserPreNick(userrec* user, std::string newnick);