1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

spelling: above

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-09-06 08:26:16 -04:00
committed by Sébastien Helleu
parent 824c172984
commit 02ea93e88f
+2 -2
View File
@@ -255,10 +255,10 @@ irc_nick_set_host (struct t_irc_nick *nick, const char *host)
}
/*
* Checks if nick is "op" or higher than "op", like channel admin/owner.
* Checks if nick is "op" or above "op", like channel admin/owner.
*
* Returns:
* 1: nick is "op" or higher
* 1: nick is "op" or above
* 0: nick is not op
*/