1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 03:53:12 +02:00
This commit is contained in:
Bram Matthys
2005-03-02 15:41:22 +00:00
parent f436f1ea51
commit 3ae96d5eea
+1 -1
View File
@@ -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.