mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-05 18:52:39 +01:00
Merge branch 'master' of https://github.com/hexchat/hexchat
This commit is contained in:
commit
f43dfc1099
@ -371,6 +371,9 @@ re_host (void)
|
||||
{
|
||||
static GRegex *host_ret;
|
||||
char *grist;
|
||||
|
||||
if (host_ret) return host_ret;
|
||||
|
||||
grist = g_strdup_printf (
|
||||
"(" /* HOST */
|
||||
HOST OPT_PORT
|
||||
|
Loading…
Reference in New Issue
Block a user