hirc

IRC client
Log | Files | Refs

commit 827248575e11625e118050850b024379bc667d37
parent a26e12d2971be006204c1b728a0c5e05809b1b42
Author: hhvn <dev@hhvn.uk>
Date:   Tue, 26 Oct 2021 20:11:30 +0100

config.h: default_prefixes is malformed

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -115,7 +115,7 @@ static unsigned short othercolour[2] = {28, 63}; static char *default_chantypes = "#&!+"; /* default prefixes/priveledges, (symbols)modes */ -static char *default_prefixes = "(@+)ov"; +static char *default_prefixes = "(ov)@+"; /* send ping to server after n seconds of inactivity */ static int pinginact = 200;