summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
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);