diff options
author | Sadie Powell <sadie@witchery.services> | 2025-03-30 11:04:46 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-03-30 11:04:46 +0100 |
commit | 8d3b8c08b37d7334dbdf385a591ce2319472ccb0 (patch) | |
tree | 58d8f4195f5676294a69ba51ad429e2d1a2ed7c6 /include/account.h | |
parent | f3e5ccf353bf9833f792d0b1db2833a115383521 (diff) |
Add NickAlias::FindId.
Diffstat (limited to 'include/account.h')
-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 |