From fc5ba333257059c155004618a542540b9a9ce721 Mon Sep 17 00:00:00 2001 From: "B.Greenham" Date: Sat, 27 Feb 2010 23:47:39 -0500 Subject: [PATCH] Fix a couple typos. --- src/s_serv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/s_serv.c b/src/s_serv.c index 18afd4c..0cd1369 100644 --- a/src/s_serv.c +++ b/src/s_serv.c @@ -548,11 +548,11 @@ burst_TS6(struct Client *client_p) tlen = strlen(use_id(msptr->client_p)) + 1; if(is_owner(msptr)) - tlen++ + tlen++; if(is_chanop(msptr)) tlen++; if(is_halfop(msptr)) - tlen++ + tlen++; if(is_voiced(msptr)) tlen++;