diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/modules.h | 4 |
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); |