summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-11-30 14:28:22 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-11-30 14:28:22 +0000
commit0e4420f083034c3964feb2db8cdb10a4d85e4412 (patch)
tree291b25a01373008126bc2795db0917593617ce5f /include
parent79d51f20eb6b96b2096751a636ad372e2380684f (diff)
Added OnGetServerDescription (mainly for link modules)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2056 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-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);