summary refs log tree commit diff stats
path: root/src/version
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-07-02 12:19:47 -0400
committerTingPing <tngpng@gmail.com>2013-07-02 12:19:47 -0400
commit50219a63add0c1aa8ff78b5c81dd579143284e61 (patch)
treea9afcdd73a24fc40cc054f9d8872c3db9ca7f215 /src/version
parent806c75f051366d10161b1d85d4419000b8086f8a (diff)
Fix opening empty channel when url has trailing slash
Diffstat (limited to 'src/version')
0 files changed, 0 insertions, 0 deletions
e2d21f4b598'>^
2044a956 ^



1d3c6d67 ^



1b0c07f8 ^



62c9375b ^



b70062d6 ^
1b5075d9 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
                                                        
                                                                    
 
                                   








                  



              



                    



                      



                    
                                                   
                                                                                         
# temp. solution while mailcheck & xdcc arn't in SUBDIRS
EXTRA_DIST = Make.plugin plugin-conf.in xdcc/xdcc.c xdcc/Makefile.am

# noinst_HEADERS = hexchat-plugin.h

if DO_PYTHON
pythondir = python
endif

if DO_PERL
perldir = perl
endif

if DO_DOAT
doatdir = doat
endif

if DO_FISHLIM
fishlimdir = fishlim
endif

if DO_CHECKSUM
checksumdir = checksum
endif

if DO_SYSINFO
sysinfodir = sysinfo
endif

#SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc
SUBDIRS = . $(pythondir) $(perldir) $(checksumdir) $(doatdir) $(fishlimdir) $(sysinfodir)