From 3b35199a538d498250c863ca2bfffea51f9289ad Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 15 Mar 2025 21:08:26 +0000 Subject: Add NickCore::FindId for finding an account by its id. --- include/account.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit