mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 17:50:19 +00:00
Now url_check_word() returns WORD_HOST6 when a ipv6 address is matched.
This commit is contained in:
@@ -26,7 +26,8 @@ extern void *url_tree;
|
||||
#define WORD_NICK 2
|
||||
#define WORD_CHANNEL 3
|
||||
#define WORD_HOST 4
|
||||
#define WORD_EMAIL 5
|
||||
#define WORD_HOST6 5
|
||||
#define WORD_EMAIL 6
|
||||
/* anything >0 will be displayed as a link by gtk_xtext_motion_notify() */
|
||||
#define WORD_DIALOG -1
|
||||
#define WORD_PATH -2
|
||||
|
||||
Reference in New Issue
Block a user