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;
|
static GRegex *host_ret;
|
||||||
char *grist;
|
char *grist;
|
||||||
|
|
||||||
|
if (host_ret) return host_ret;
|
||||||
|
|
||||||
grist = g_strdup_printf (
|
grist = g_strdup_printf (
|
||||||
"(" /* HOST */
|
"(" /* HOST */
|
||||||
HOST OPT_PORT
|
HOST OPT_PORT
|
||||||
|
Loading…
Reference in New Issue
Block a user