From 8d3b8c08b37d7334dbdf385a591ce2319472ccb0 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 30 Mar 2025 11:04:46 +0100 Subject: Add NickAlias::FindId. --- include/account.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit