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.