mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Only check for key if there is a channel
This commit is contained in:
@@ -3102,15 +3102,15 @@ urlserv:
|
|||||||
*channel = co+1;
|
*channel = co+1;
|
||||||
else
|
else
|
||||||
*channel = co;
|
*channel = co;
|
||||||
|
|
||||||
}
|
/* check for key - mirc style */
|
||||||
/* check for key - mirc style */
|
co = strchr (co + 1, '?');
|
||||||
co = strchr (co + 1, '?');
|
if (co)
|
||||||
if (co)
|
{
|
||||||
{
|
*co = 0;
|
||||||
*co = 0;
|
co++;
|
||||||
co++;
|
*key = co;
|
||||||
*key = co;
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|||||||
Reference in New Issue
Block a user