diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/account.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/account.h b/include/account.h index c4351ed73..a773f77a6 100644 --- a/include/account.h +++ b/include/account.h @@ -113,6 +113,7 @@ public: * @return the nick, if found */ static NickAlias *Find(const Anope::string &nick); + static NickAlias *FindId(uint64_t id); }; /* A registered account. Each account must have a NickAlias with the same nick as the |