From 3ae96d5eea8da35a49b78af79ffcdc04bb65a07a Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Wed, 2 Mar 2005 15:41:22 +0000 Subject: [PATCH] typo --- src/modules/m_tkl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/m_tkl.c b/src/modules/m_tkl.c index ee818a6d0..7bc1fbb2e 100644 --- a/src/modules/m_tkl.c +++ b/src/modules/m_tkl.c @@ -448,7 +448,7 @@ DLLFUNC int m_tkl_line(aClient *cptr, aClient *sptr, int parc, char *parv[], ch usermask = "*"; } - if ((*type == 'z') || (*type == 'Z') && !whattodo) + if (((*type == 'z') || (*type == 'Z')) && !whattodo) { /* It's a (G)ZLINE, make sure the user isn't specyfing a HOST. * Just a warning for now, but perhaps in 3.2.4 we should make this an error.