In do_an_re() put WORD_CHANNEL before WORD_HOST. fixes #440

This commit is contained in:
RichardHitt 2013-04-19 12:41:49 -07:00
parent 3994126a09
commit e17a9c6503
1 changed files with 1 additions and 1 deletions

View File

@ -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 }
};