mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-07 03:53:12 +02:00
typo
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user