hirc

IRC client
Log | Files | Refs

commit cb9a65e91aef2c5bdf6dbd0eaac0abb5e6dabeb3
parent 9d002147c9648272326e1beed292e41a694a6311
Author: hhvn <dev@hhvn.uk>
Date:   Wed, 17 Nov 2021 18:56:59 +0000

nick.c: init ] for sorting

Diffstat:
Mnick.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nick.c b/nick.c @@ -259,7 +259,7 @@ nick_sort(struct Nick **head, struct Server *server) { [' '] = S_space, /* default p->priv */ ['-'] = S_dash, ['{'] = S_lbrace, ['['] = S_lbrace, - ['}'] = S_rbrace, ['}'] = S_rbrace, + ['}'] = S_rbrace, [']'] = S_rbrace, ['|'] = S_pipe, ['\\'] = S_pipe, ['`'] = S_grave, ['^'] = S_caret,