summaryrefslogtreecommitdiff
path: root/include/account.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/account.h')
-rw-r--r--include/account.h1
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);