diff options
author | Sadie Powell <sadie@witchery.services> | 2025-03-15 21:08:26 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-03-15 21:08:26 +0000 |
commit | 3b35199a538d498250c863ca2bfffea51f9289ad (patch) | |
tree | b083008d2d770c75218403b82af6079880ed184e /include/account.h | |
parent | 5ac5e1068ea5365dc8e670a3836dc3d9dea322a5 (diff) |
Add NickCore::FindId for finding an account by its id.
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 02e71ac38..c4351ed73 100644 --- a/include/account.h +++ b/include/account.h @@ -194,6 +194,7 @@ public: * @return The account, if it exists */ static NickCore *Find(const Anope::string &nick); + static NickCore *FindId(uint64_t id); void AddChannelReference(ChannelInfo *ci); void RemoveChannelReference(ChannelInfo *ci); |