1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 00:33:13 +02:00

irc: add count for all nick modes in output of /names (closes #97)

This commit is contained in:
Sébastien Helleu
2023-08-26 18:57:21 +02:00
parent 42c925b672
commit dd0c20f6b6
21 changed files with 414 additions and 324 deletions
+2 -2
View File
@@ -298,10 +298,10 @@ TEST(IrcNick, IrcNickSetHost)
/*
* Tests functions:
* irc_nick_is_op
* irc_nick_is_op_or_higher
*/
TEST(IrcNick, IrcNickIsOp)
TEST(IrcNick, IrcNickIsOpOrHigher)
{
/* TODO: write tests */
}