mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
In do_an_re() put WORD_CHANNEL before WORD_HOST. fixes #440
This commit is contained in:
parent
3994126a09
commit
e17a9c6503
@ -316,8 +316,8 @@ do_an_re(const char *word,int *start, int *end, int *type)
|
||||
{
|
||||
{ re_email, WORD_EMAIL },
|
||||
{ re_url, WORD_URL },
|
||||
{ re_host, WORD_HOST },
|
||||
{ re_channel, WORD_CHANNEL },
|
||||
{ re_host, WORD_HOST },
|
||||
{ re_path, WORD_PATH },
|
||||
{ re_nick, WORD_NICK }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user