summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-10 16:37:01 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-10 16:37:01 +0000
commit94288cdc2efb02eab9f27b3225adad839a7f2b58 (patch)
treed73770414cfb8116066c7f6ba213f5327b6f03f3 /include/modules.h
parentfca345d6b5bc453d3e0b914a1c7a1865991ea220 (diff)
Fixes and removal of Server::GetServerName()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4844 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/modules.h b/include/modules.h
index f3d7ab18e..78994e746 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1325,10 +1325,6 @@ class Server : public Extensible
*/
userrec* FindDescriptor(int socket);
- /** Returns the server name of the server where the module is loaded.
- */
- std::string GetServerName();
-
bool AddMode(ModeHandler* mh, const unsigned char modechar);
bool AddModeWatcher(ModeWatcher* mw);