mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 17:22:18 -05:00
I forgot to add case WORD_PATH to do_an_url()'s switch statement
This commit is contained in:
parent
0e6add7dd6
commit
270a31535c
@ -209,6 +209,7 @@ url_check_word (const char *word)
|
||||
case WORD_URL:
|
||||
case WORD_HOST:
|
||||
case WORD_CHANNEL:
|
||||
case WORD_PATH:
|
||||
return lasttype;
|
||||
default:
|
||||
return 0; /* Should not occur */
|
||||
|
Loading…
Reference in New Issue
Block a user