mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Fix opening empty channel when url has trailing slash
This commit is contained in:
@@ -3253,7 +3253,7 @@ urlserv:
|
|||||||
co++;
|
co++;
|
||||||
if (*co == '#')
|
if (*co == '#')
|
||||||
*channel = co+1;
|
*channel = co+1;
|
||||||
else
|
else if (*co != '\0')
|
||||||
*channel = co;
|
*channel = co;
|
||||||
|
|
||||||
/* check for key - mirc style */
|
/* check for key - mirc style */
|
||||||
|
|||||||
Reference in New Issue
Block a user