Merge pull request #550 from RichardHitt/issue440a

In do_an_re() put WORD_CHANNEL before WORD_HOST.  fixes #440
This commit is contained in:
TingPing 2013-04-20 17:05:18 -07:00
commit 4e891102f2
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 }
};