diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/modules.h b/include/modules.h index 1b9d8c25b..fc68db62e 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1250,11 +1250,6 @@ class Module : public Extensible class Server : public Extensible { public: - /** Returns true if a nick is valid. - * Nicks for unregistered connections will return false. - */ - bool IsNick(const std::string &nick); - /** Attempts to look up a nick using the file descriptor associated with that nick. * This function will return NULL if the file descriptor is not associated with a valid user. */ |