]> git.pld-linux.org Git - packages/xchat.git/blob - xchat-domains.patch
- adjusted to xchat 2.4.5
[packages/xchat.git] / xchat-domains.patch
1 --- xchat-2.4.5/src/common/url.c~       2005-09-11 09:46:48.038559736 +0200
2 +++ xchat-2.4.5/src/common/url.c        2005-09-11 09:50:10.169831112 +0200
3 @@ -240,6 +240,8 @@
4                         return WORD_HOST;
5                 if (CMPL (pre, '.','c','o','m'))
6                         return WORD_HOST;
7 +               if (CMPL (pre, '.','b','i','z'))
8 +                       return WORD_HOST;
9                 if (CMPL (pre, '.','e','d','u'))
10                         return WORD_HOST;
11  
This page took 0.025521 seconds and 3 git commands to generate.