diff options
Diffstat (limited to 'doc/dev-function-overview.md')
-rw-r--r-- | doc/dev-function-overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev-function-overview.md b/doc/dev-function-overview.md index 5e382201f..fa2bbac00 100644 --- a/doc/dev-function-overview.md +++ b/doc/dev-function-overview.md @@ -7,7 +7,7 @@ Red development - some useful basic functions Returns numeric account_id if authenticated or 0. It is possible to be authenticated and not connected to a channel. -* local_user() +* local_channel() Returns authenticated numeric channel_id if authenticated and connected to a channel or 0. Sometimes referred to as $uid in the code. |