From 2cf8f003ce318997f3259ef1c8bd082d4569057a Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 9 May 2025 22:02:06 +0100 Subject: Allow using an account identifier in the anope.account RPC method. --- docs/RPC/rpc_data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/RPC/rpc_data.md b/docs/RPC/rpc_data.md index a42f7b5be..fddf19276 100644 --- a/docs/RPC/rpc_data.md +++ b/docs/RPC/rpc_data.md @@ -36,7 +36,7 @@ Retrieves information about the specified account. Index | Description ----- | ----------- -0 | A nickname belonging to the account. +0 | Either a nickname belonging to the account or an account identifier. ### Errors -- cgit