aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2009-09-14 18:45:11 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2009-09-14 18:45:11 +0000
commitacea9274056bd4d7648076dcfa2b699ec8196546 (patch)
tree55196a95618f9b6a823d44079adfe0db5270028a /irc
parent5ca1541d6b367392b3c95afc9fa85e284294e924 (diff)
downloadports-acea9274056bd4d7648076dcfa2b699ec8196546.tar.gz
ports-acea9274056bd4d7648076dcfa2b699ec8196546.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/kvirc-devel/Makefile76
-rw-r--r--irc/kvirc-devel/distinfo6
-rw-r--r--irc/kvirc-devel/files/patch-Makefile.am10
-rw-r--r--irc/kvirc-devel/files/patch-Makefile.in11
-rw-r--r--irc/kvirc-devel/files/patch-configure38
-rw-r--r--irc/kvirc-devel/files/patch-man-CmakeLists.txt14
-rw-r--r--irc/kvirc-devel/files/patch-notifierwindowtabs.cpp11
-rw-r--r--irc/kvirc-devel/pkg-plist4357
8 files changed, 2227 insertions, 2296 deletions
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile
index d63f4b9a4454..503fdbffbf31 100644
--- a/irc/kvirc-devel/Makefile
+++ b/irc/kvirc-devel/Makefile
@@ -6,72 +6,68 @@
#
PORTNAME= kvirc
-PORTVERSION= 3.2.6
-PORTREVISION= 3
+DISTVERSION= 4.0rc1
CATEGORIES= irc kde
-MASTER_SITES= ftp://ftp.kvirc.ru/pub/source/dev/
+MASTER_SITES= ftp://ftp.kvirc.de/pub/kvirc/snapshots/source/ \
+ http://distfiles.officialunix.com/
PKGNAMESUFFIX= -devel
MAINTAINER= chris@officialunix.com
-COMMENT= IRC client for QT and KDE
+COMMENT= IRC client for QT4 and KDE4
-USE_AUTOTOOLS= libtool:22
-USE_LDCONFIG= yes
+USE_BZIP2= yes
USE_GETTEXT= yes
+USE_PERL5= yes
+USE_QT_VER= 4
+QT_COMPONENTS= moc_build qmake_build rcc_build uic_build \
+ dbus webkit gui network sql xml
+USE_CMAKE= yes
+CMAKE_ARGS= -DWITHOUT_ESD=yes -DWITHOUT_DOXYGEN=yes
INSTALLS_ICONS= yes
-USE_BZIP2= yes
-USE_KDELIBS_VER=3
-USE_GMAKE= yes
-CONFIGURE_ENV= QTDIR="${LOCALBASE}"
-PLIST_SUB= VER=${PORTVERSION}
-CONFLICTS= kvirc-3.2.0*
+CONFLICTS= kvirc-3.4.*
MAN1= kvirc.1
+MANLANG= "" de.ISO8859-1 de.UTF-8 it.ISO8859-1 it.UTF-8
-BUILD_DEPENDS+= recode:${PORTSDIR}/converters/recode
-
-OPTIONS= ARTS "Compile with arts support" on \
- AUDIOFILE "Compile with libaudiofile support" on \
- ESOUND "Compile with esound support" off \
- GSM "Compile with gsm support" off
+OPTIONS= AUDIOFILE "Compile with libaudiofile dependency" on \
+ DEBUG "Compile with debug support" off \
+ GSM "Compile with gsm support" off \
+ KDE4 "Compile with KDE4 support (broken)" off \
+ PHONON "Compile with phonon support" on
.include <bsd.port.pre.mk>
-.if defined(WITH_ARTS)
-LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts
+.if defined(WITH_AUDIOFILE)
+LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile
.else
-CONFIGURE_ARGS+= --without-arts-support
+CMAKE_ARGS+= -DWITHOUT_AUDIOFILE=yes
.endif
-.if defined(WITH_AUDIOFILE)
-LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile
-.else
-CONFIGURE_ARGS+= --without-af-support
+.if defined(WITH_DEBUG)
+CMAKE_ARGS+= -DDEBUG=yes -DVERBOSE=yes
.endif
-.if defined(WITH_ESOUND)
-LIB_DEPENDS+= esd.2:${PORTSDIR}/audio/esound
+.if defined(WITH_GSM)
+LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm
.else
-CONFIGURE_ARGS+= --without-esd-support
+CMAKE_ARGS+= -DWITHOUT_GSM=yes
.endif
-.if defined(WITH_GSM)
-LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm
+.if defined(WITH_KDE4)
+USE_KDE4+= kdelibs kdeprefix
+CMAKE_ARGS+= -DWITH_KDE4=yes
+.endif
+
+.if defined(WITH_PHONON)
+QT_COMPONENTS+= phonon
+CMAKE_ARGS+= -DKDE4_LIB_INSTALL_DIR=${KDE4_PREFIX}/lib \
+ -DKDE4_INCLUDE_INSTALL_DIR=${KDE4_PREFIX}/include
.else
-CONFIGURE_ARGS+= --without-gsm
+CMAKE_ARGS+= -DWITHOUT_PHONON=yes
.endif
-post-patch:
- ${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" \
- -e "s,.SS_KDE_GENERAL_DIR/share/icons,${PREFIX}/share/icons," \
- -e "s,.SS_KDE_GENERAL_DIR/share/applnk,${PREFIX}/share/applnk," \
- -e "s,.SS_KDE_GENERAL_DIR/share/mimelnk,${PREFIX}/share/mimelnk," \
- -e "s,kdeservicesdir=\".SS_KDE_SERVICESDIR\",kdeservicesdir=\"${PREFIX}/share/services\"," \
- -e "s,%%LTMAIN%%,${LTMAIN}," \
- ${WRKSRC}/configure
post-configure:
@${MV} ${WRKSRC}/data/protocols/irc.protocol ${WRKSRC}/data/protocols/kvirc.protocol
@${MV} ${WRKSRC}/data/protocols/irc6.protocol ${WRKSRC}/data/protocols/kvirc6.protocol
- ${LOCALBASE}/bin/recode -f ibmpc..latin1 `find ${WRKSRC} -name "*.cpp" -print`
.include <bsd.port.post.mk>
diff --git a/irc/kvirc-devel/distinfo b/irc/kvirc-devel/distinfo
index 9096040a3dcd..4f9fecbe6be7 100644
--- a/irc/kvirc-devel/distinfo
+++ b/irc/kvirc-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (kvirc-3.2.6.tar.bz2) = 7f1b4ba47e7e9c05d2d0373166e60c98
-SHA256 (kvirc-3.2.6.tar.bz2) = 40c49f70b827e2efee032cd96bf08467117fb3010f2f04c702743dd765f13499
-SIZE (kvirc-3.2.6.tar.bz2) = 4749304
+MD5 (kvirc-4.0rc1.tar.bz2) = fbf84c24864b7a89922574bcfa68f292
+SHA256 (kvirc-4.0rc1.tar.bz2) = cb59c65d759d67d883eb9387de9413e15de9d7aa4f06c8b5b0fe0bdcfdcb483e
+SIZE (kvirc-4.0rc1.tar.bz2) = 4873356
diff --git a/irc/kvirc-devel/files/patch-Makefile.am b/irc/kvirc-devel/files/patch-Makefile.am
deleted file mode 100644
index f1bebcb5c8ec..000000000000
--- a/irc/kvirc-devel/files/patch-Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
---- data/protocols/Makefile.am.bak Wed Feb 15 10:30:27 2006
-+++ data/protocols/Makefile.am Sun Aug 3 21:33:44 2003
-@@ -4,6 +4,6 @@
-
- tmpdir = $(kdeservicesdir)
-
-+tmp_DATA = kvirc.protocol kvirc6.protocol
--tmp_DATA = irc.protocol irc6.protocol
-
- EXTRA_DIST = $(tmp_DATA)
diff --git a/irc/kvirc-devel/files/patch-Makefile.in b/irc/kvirc-devel/files/patch-Makefile.in
deleted file mode 100644
index dc97289428b3..000000000000
--- a/irc/kvirc-devel/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- data/protocols/Makefile.in.orig Sun Jan 7 10:39:57 2007
-+++ data/protocols/Makefile.in Sat Jan 27 18:22:24 2007
-@@ -210,7 +210,7 @@
- top_srcdir = @top_srcdir@
- topdir = @topdir@
- tmpdir = $(kdeservicesdir)
--tmp_DATA = irc.protocol irc6.protocol
-+tmp_DATA = kvirc.protocol kvirc6.protocol
- EXTRA_DIST = $(tmp_DATA)
- all: all-am
-
diff --git a/irc/kvirc-devel/files/patch-configure b/irc/kvirc-devel/files/patch-configure
deleted file mode 100644
index b5d568add39f..000000000000
--- a/irc/kvirc-devel/files/patch-configure
+++ /dev/null
@@ -1,38 +0,0 @@
---- configure.orig Sun Jan 7 10:39:57 2007
-+++ configure Sat Jan 27 19:23:03 2007
-@@ -20313,7 +20313,7 @@
-
-
- # This can be used to rebuild libtool when needed
--LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+LIBTOOL_DEPS="--disable-ltlibs %%LTMAIN%%"
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -25997,7 +25997,7 @@
- else
- { echo "$as_me:$LINENO: result: no..using lpthread" >&5
- echo "${ECHO_T}no..using lpthread" >&6; }
-- SS_THREAD_LIBLINK="-lpthread"
-+ SS_THREAD_LIBLINK="-pthread"
-
- cat >>confdefs.h <<\_ACEOF
- #define COMPILE_THREADS_USE_POSIX 1
-@@ -27491,7 +27491,7 @@
- # Set the X include and lib dir
- SS_X_INCDIR="$x_includes"
- SS_X_LIBDIR="$x_libraries"
-- SS_X_LIBLINK="-lX11 -lXext"
-+ SS_X_LIBLINK="-lX11 -lXext -pthread"
-
- if test -z "$SS_X_INCDIR"; then
- # Ops... X headers not found ?
-@@ -30709,7 +30709,7 @@
- fi
- done
-
-- SS_DIRTAG=`echo $VERSION | cut -d . -f 1,2`
-+ SS_DIRTAG=`echo $VERSION | cut -d . -f 1,2,3`
-
-
- cat >>confdefs.h <<_ACEOF
diff --git a/irc/kvirc-devel/files/patch-man-CmakeLists.txt b/irc/kvirc-devel/files/patch-man-CmakeLists.txt
new file mode 100644
index 000000000000..f7a08e84f10e
--- /dev/null
+++ b/irc/kvirc-devel/files/patch-man-CmakeLists.txt
@@ -0,0 +1,14 @@
+--- data/man/CMakeLists.txt.bak 2009-09-09 13:50:57.000000000 -0500
++++ data/man/CMakeLists.txt 2009-09-09 13:51:29.000000000 -0500
+@@ -16,9 +16,9 @@
+ # If the man is in English, it uses the root directory
+ STRING(COMPARE EQUAL ${LANGCODE} "en" STREQUAL)
+ IF(${STREQUAL})
+- INSTALL(FILES ${MAN} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1/ RENAME "kvirc.1")
++ INSTALL(FILES ${MAN} DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1/ RENAME "kvirc.1")
+ ELSE()
+- INSTALL(FILES ${MAN} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/${LANGCODE}/man1/ RENAME "kvirc.1")
++ INSTALL(FILES ${MAN} DESTINATION ${CMAKE_INSTALL_PREFIX}/man/${LANGCODE}/man1/ RENAME "kvirc.1")
+ ENDIF()
+ ENDFOREACH()
+ ENDIF()
diff --git a/irc/kvirc-devel/files/patch-notifierwindowtabs.cpp b/irc/kvirc-devel/files/patch-notifierwindowtabs.cpp
deleted file mode 100644
index 1e4d3b462fca..000000000000
--- a/irc/kvirc-devel/files/patch-notifierwindowtabs.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/modules/notifier/notifierwindowtabs.cpp.orig Sun Jan 7 10:39:57 2007
-+++ src/modules/notifier/notifierwindowtabs.cpp Sat Jan 27 18:24:16 2007
-@@ -237,7 +237,7 @@
-
- void KviNotifierWindowTabs::addMessage(KviWindow * pWnd, KviNotifierMessage * message)
- {
-- QString sender = pWnd ? pWnd->windowName() : "----";
-+ QString sender = pWnd ? pWnd->windowName() : (QString)"----";
-
- // Qui servirebbe anche una lista... perche' quando si inserisce
- // un tab lui lo piazza dove gli pare nell'ordine
diff --git a/irc/kvirc-devel/pkg-plist b/irc/kvirc-devel/pkg-plist
index c608efe02904..a91a73d0db65 100644
--- a/irc/kvirc-devel/pkg-plist
+++ b/irc/kvirc-devel/pkg-plist
@@ -1,2190 +1,2181 @@
-bin/kvi_run_netscape
-bin/kvi_search_help
bin/kvirc
bin/kvirc-config
-include/kvirc/%%VER%%/kvi_action.h
-include/kvirc/%%VER%%/kvi_actiondrawer.h
-include/kvirc/%%VER%%/kvi_actionmanager.h
-include/kvirc/%%VER%%/kvi_antispam.h
-include/kvirc/%%VER%%/kvi_app.h
-include/kvirc/%%VER%%/kvi_asynchronousconnectiondata.h
-include/kvirc/%%VER%%/kvi_avatar.h
-include/kvirc/%%VER%%/kvi_avatarcache.h
-include/kvirc/%%VER%%/kvi_bswap.h
-include/kvirc/%%VER%%/kvi_channel.h
-include/kvirc/%%VER%%/kvi_cmdformatter.h
-include/kvirc/%%VER%%/kvi_colorwin.h
-include/kvirc/%%VER%%/kvi_config.h
-include/kvirc/%%VER%%/kvi_confignames.h
-include/kvirc/%%VER%%/kvi_configstatus.h
-include/kvirc/%%VER%%/kvi_console.h
-include/kvirc/%%VER%%/kvi_coreactionnames.h
-include/kvirc/%%VER%%/kvi_coreactions.h
-include/kvirc/%%VER%%/kvi_crypt.h
-include/kvirc/%%VER%%/kvi_cryptcontroller.h
-include/kvirc/%%VER%%/kvi_ctcppagedialog.h
-include/kvirc/%%VER%%/kvi_customtoolbar.h
-include/kvirc/%%VER%%/kvi_customtoolbardescriptor.h
-include/kvirc/%%VER%%/kvi_customtoolbarmanager.h
-include/kvirc/%%VER%%/kvi_databuffer.h
-include/kvirc/%%VER%%/kvi_datacontainer.h
-include/kvirc/%%VER%%/kvi_debug.h
-include/kvirc/%%VER%%/kvi_defaults.h
-include/kvirc/%%VER%%/kvi_dns.h
-include/kvirc/%%VER%%/kvi_dynamictooltip.h
-include/kvirc/%%VER%%/kvi_env.h
-include/kvirc/%%VER%%/kvi_error.h
-include/kvirc/%%VER%%/kvi_file.h
-include/kvirc/%%VER%%/kvi_filedialog.h
-include/kvirc/%%VER%%/kvi_filetransfer.h
-include/kvirc/%%VER%%/kvi_fileutils.h
-include/kvirc/%%VER%%/kvi_frame.h
-include/kvirc/%%VER%%/kvi_garbage.h
-include/kvirc/%%VER%%/kvi_heapobject.h
-include/kvirc/%%VER%%/kvi_historywin.h
-include/kvirc/%%VER%%/kvi_http.h
-include/kvirc/%%VER%%/kvi_iconmanager.h
-include/kvirc/%%VER%%/kvi_imagedialog.h
-include/kvirc/%%VER%%/kvi_imagelib.h
-include/kvirc/%%VER%%/kvi_input.h
-include/kvirc/%%VER%%/kvi_internalcmd.h
-include/kvirc/%%VER%%/kvi_inttypes.h
-include/kvirc/%%VER%%/kvi_ipc.h
-include/kvirc/%%VER%%/kvi_ipeditor.h
-include/kvirc/%%VER%%/kvi_ircconnection.h
-include/kvirc/%%VER%%/kvi_ircconnectionantictcpflooddata.h
-include/kvirc/%%VER%%/kvi_ircconnectionasyncwhoisdata.h
-include/kvirc/%%VER%%/kvi_ircconnectionnetsplitdetectordata.h
-include/kvirc/%%VER%%/kvi_ircconnectionserverinfo.h
-include/kvirc/%%VER%%/kvi_ircconnectionstatedata.h
-include/kvirc/%%VER%%/kvi_ircconnectionstatistics.h
-include/kvirc/%%VER%%/kvi_ircconnectiontarget.h
-include/kvirc/%%VER%%/kvi_ircconnectiontargetresolver.h
-include/kvirc/%%VER%%/kvi_ircconnectionuserinfo.h
-include/kvirc/%%VER%%/kvi_irccontext.h
-include/kvirc/%%VER%%/kvi_ircdatastreammonitor.h
-include/kvirc/%%VER%%/kvi_irclink.h
-include/kvirc/%%VER%%/kvi_ircmask.h
-include/kvirc/%%VER%%/kvi_ircmessage.h
-include/kvirc/%%VER%%/kvi_ircserver.h
-include/kvirc/%%VER%%/kvi_ircserverdb.h
-include/kvirc/%%VER%%/kvi_ircsocket.h
-include/kvirc/%%VER%%/kvi_irctoolbar.h
-include/kvirc/%%VER%%/kvi_ircurl.h
-include/kvirc/%%VER%%/kvi_ircuserdb.h
-include/kvirc/%%VER%%/kvi_ircview.h
-include/kvirc/%%VER%%/kvi_ircviewprivate.h
-include/kvirc/%%VER%%/kvi_ircviewtools.h
-include/kvirc/%%VER%%/kvi_kvs.h
-include/kvirc/%%VER%%/kvi_kvs_action.h
-include/kvirc/%%VER%%/kvi_kvs_aliasmanager.h
-include/kvirc/%%VER%%/kvi_kvs_array.h
-include/kvirc/%%VER%%/kvi_kvs_corecallbackcommands.h
-include/kvirc/%%VER%%/kvi_kvs_corefunctions.h
-include/kvirc/%%VER%%/kvi_kvs_coresimplecommands.h
-include/kvirc/%%VER%%/kvi_kvs_dnsmanager.h
-include/kvirc/%%VER%%/kvi_kvs_event.h
-include/kvirc/%%VER%%/kvi_kvs_eventhandler.h
-include/kvirc/%%VER%%/kvi_kvs_eventmanager.h
-include/kvirc/%%VER%%/kvi_kvs_eventtable.h
-include/kvirc/%%VER%%/kvi_kvs_hash.h
-include/kvirc/%%VER%%/kvi_kvs_kernel.h
-include/kvirc/%%VER%%/kvi_kvs_moduleinterface.h
-include/kvirc/%%VER%%/kvi_kvs_object.h
-include/kvirc/%%VER%%/kvi_kvs_parser.h
-include/kvirc/%%VER%%/kvi_kvs_parser_macros.h
-include/kvirc/%%VER%%/kvi_kvs_report.h
-include/kvirc/%%VER%%/kvi_kvs_runtimecontext.h
-include/kvirc/%%VER%%/kvi_kvs_rwevaluationresult.h
-include/kvirc/%%VER%%/kvi_kvs_script.h
-include/kvirc/%%VER%%/kvi_kvs_switchlist.h
-include/kvirc/%%VER%%/kvi_kvs_timermanager.h
-include/kvirc/%%VER%%/kvi_kvs_treenode.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_aliasfunctioncall.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_aliassimplecommand.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_arraycount.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_arrayelement.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_arrayorhashelement.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_arrayreferenceassert.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_base.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_baseobjectfunctioncall.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_callbackcommand.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_command.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_commandevaluation.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_commandwithparameters.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_compositedata.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_constantdata.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_corecallbackcommand.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_corefunctioncall.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_coresimplecommand.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_data.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_datalist.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_expression.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_expressionreturn.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_extendedscopevariable.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_functioncall.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_globalvariable.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_hashcount.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_hashelement.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_hashreferenceassert.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_indirectdata.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_instruction.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_instructionblock.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_localvariable.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_modulecallbackcommand.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_modulefunctioncall.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_modulesimplecommand.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_multipleparameteridentifier.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_objectfunctioncall.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_operation.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_parameterreturn.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_scopeoperator.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_simplecommand.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_singleparameteridentifier.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommand.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandbreak.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommanddefpopup.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommanddo.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandfor.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandforeach.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandif.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandswitch.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandwhile.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_switchlist.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_thisobjectfunctioncall.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_variable.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_voidfunctioncall.h
-include/kvirc/%%VER%%/kvi_kvs_useraction.h
-include/kvirc/%%VER%%/kvi_kvs_variant.h
-include/kvirc/%%VER%%/kvi_kvs_variantlist.h
-include/kvirc/%%VER%%/kvi_lagmeter.h
-include/kvirc/%%VER%%/kvi_library.h
-include/kvirc/%%VER%%/kvi_list.h
-include/kvirc/%%VER%%/kvi_locale.h
-include/kvirc/%%VER%%/kvi_malloc.h
-include/kvirc/%%VER%%/kvi_maskeditor.h
-include/kvirc/%%VER%%/kvi_md5.h
-include/kvirc/%%VER%%/kvi_mdicaption.h
-include/kvirc/%%VER%%/kvi_mdichild.h
-include/kvirc/%%VER%%/kvi_mdimanager.h
-include/kvirc/%%VER%%/kvi_mediatype.h
-include/kvirc/%%VER%%/kvi_memmove.h
-include/kvirc/%%VER%%/kvi_menubar.h
-include/kvirc/%%VER%%/kvi_mexlinkfilter.h
-include/kvirc/%%VER%%/kvi_mexserverimport.h
-include/kvirc/%%VER%%/kvi_mextoolbar.h
-include/kvirc/%%VER%%/kvi_mirccntrl.h
-include/kvirc/%%VER%%/kvi_modeeditor.h
-include/kvirc/%%VER%%/kvi_module.h
-include/kvirc/%%VER%%/kvi_moduleextension.h
-include/kvirc/%%VER%%/kvi_modulemanager.h
-include/kvirc/%%VER%%/kvi_msgbox.h
-include/kvirc/%%VER%%/kvi_msgtype.h
-include/kvirc/%%VER%%/kvi_netutils.h
-include/kvirc/%%VER%%/kvi_nickserv.h
-include/kvirc/%%VER%%/kvi_notifylist.h
-include/kvirc/%%VER%%/kvi_numeric.h
-include/kvirc/%%VER%%/kvi_options.h
-include/kvirc/%%VER%%/kvi_optionswidget.h
-include/kvirc/%%VER%%/kvi_out.h
-include/kvirc/%%VER%%/kvi_parameterlist.h
-include/kvirc/%%VER%%/kvi_pixmap.h
-include/kvirc/%%VER%%/kvi_proxydb.h
-include/kvirc/%%VER%%/kvi_qstring.h
-include/kvirc/%%VER%%/kvi_query.h
-include/kvirc/%%VER%%/kvi_regchan.h
-include/kvirc/%%VER%%/kvi_regusersdb.h
-include/kvirc/%%VER%%/kvi_scriptbutton.h
-include/kvirc/%%VER%%/kvi_scripteditor.h
-include/kvirc/%%VER%%/kvi_selectors.h
-include/kvirc/%%VER%%/kvi_settings.h
-include/kvirc/%%VER%%/kvi_sharedfiles.h
-include/kvirc/%%VER%%/kvi_socket.h
-include/kvirc/%%VER%%/kvi_sockettype.h
-include/kvirc/%%VER%%/kvi_sparser.h
-include/kvirc/%%VER%%/kvi_splash.h
-include/kvirc/%%VER%%/kvi_ssl.h
-include/kvirc/%%VER%%/kvi_sslmaster.h
-include/kvirc/%%VER%%/kvi_statusbar.h
-include/kvirc/%%VER%%/kvi_statusbarapplet.h
-include/kvirc/%%VER%%/kvi_stdarg.h
-include/kvirc/%%VER%%/kvi_strasm.h
-include/kvirc/%%VER%%/kvi_string.h
-include/kvirc/%%VER%%/kvi_stringarray.h
-include/kvirc/%%VER%%/kvi_stringconversion.h
-include/kvirc/%%VER%%/kvi_tal_application.h
-include/kvirc/%%VER%%/kvi_tal_application_kde.h
-include/kvirc/%%VER%%/kvi_tal_application_qt.h
-include/kvirc/%%VER%%/kvi_tal_filedialog.h
-include/kvirc/%%VER%%/kvi_tal_filedialog_kde.h
-include/kvirc/%%VER%%/kvi_tal_filedialog_qt.h
-include/kvirc/%%VER%%/kvi_tal_mainwindow.h
-include/kvirc/%%VER%%/kvi_tal_mainwindow_kde.h
-include/kvirc/%%VER%%/kvi_tal_mainwindow_qt.h
-include/kvirc/%%VER%%/kvi_tal_menubar.h
-include/kvirc/%%VER%%/kvi_tal_menubar_kde.h
-include/kvirc/%%VER%%/kvi_tal_menubar_qt.h
-include/kvirc/%%VER%%/kvi_tal_toolbar.h
-include/kvirc/%%VER%%/kvi_tal_toolbar_kde.h
-include/kvirc/%%VER%%/kvi_tal_toolbar_qt.h
-include/kvirc/%%VER%%/kvi_tal_toolbardocktype.h
-include/kvirc/%%VER%%/kvi_taskbar.h
-include/kvirc/%%VER%%/kvi_texticonmanager.h
-include/kvirc/%%VER%%/kvi_texticonwin.h
-include/kvirc/%%VER%%/kvi_themedlabel.h
-include/kvirc/%%VER%%/kvi_thread.h
-include/kvirc/%%VER%%/kvi_time.h
-include/kvirc/%%VER%%/kvi_toolbar.h
-include/kvirc/%%VER%%/kvi_topicw.h
-include/kvirc/%%VER%%/kvi_url.h
-include/kvirc/%%VER%%/kvi_useraction.h
-include/kvirc/%%VER%%/kvi_userlistview.h
-include/kvirc/%%VER%%/kvi_wincfg.h
-include/kvirc/%%VER%%/kvi_window.h
-include/kvirc/%%VER%%/kvi_xlib.h
-include/kvirc/%%VER%%/kvi_debugwindow.h
-include/kvirc/%%VER%%/kvi_doublebuffer.h
-include/kvirc/%%VER%%/kvi_fileextensions.h
-include/kvirc/%%VER%%/kvi_kvs_arraycast.h
-include/kvirc/%%VER%%/kvi_kvs_asyncdnsoperation.h
-include/kvirc/%%VER%%/kvi_kvs_asyncoperation.h
-include/kvirc/%%VER%%/kvi_kvs_callbackobject.h
-include/kvirc/%%VER%%/kvi_kvs_eventtriggers.h
-include/kvirc/%%VER%%/kvi_kvs_object_class.h
-include/kvirc/%%VER%%/kvi_kvs_object_controller.h
-include/kvirc/%%VER%%/kvi_kvs_object_functioncall.h
-include/kvirc/%%VER%%/kvi_kvs_object_functionhandler.h
-include/kvirc/%%VER%%/kvi_kvs_object_functionhandlerimpl.h
-include/kvirc/%%VER%%/kvi_kvs_parameterprocessor.h
-include/kvirc/%%VER%%/kvi_kvs_processmanager.h
-include/kvirc/%%VER%%/kvi_kvs_runtimecall.h
-include/kvirc/%%VER%%/kvi_kvs_scriptaddonmanager.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_objectfield.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_rebindingswitch.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandclass.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandunset.h
-include/kvirc/%%VER%%/kvi_kvs_treenode_stringcast.h
-include/kvirc/%%VER%%/kvi_kvs_types.h
-include/kvirc/%%VER%%/kvi_listview.h
-include/kvirc/%%VER%%/kvi_modew.h
-include/kvirc/%%VER%%/kvi_osinfo.h
-include/kvirc/%%VER%%/kvi_packagefile.h
-include/kvirc/%%VER%%/kvi_sourcesdate.h
-include/kvirc/%%VER%%/kvi_styled_controls.h
-include/kvirc/%%VER%%/kvi_targzfile.h
-include/kvirc/%%VER%%/kvi_toolwindows_container.h
-include/kvirc/%%VER%%/kvi_userinput.h
-include/kvirc/%%VER%%/kvi_xmladdonloader.h
-include/kvirc/%%VER%%/kvi_kvs_popupmanager.h
-include/kvirc/%%VER%%/kvi_kvs_popupmenu.h
-lib/libkvilib.a
-lib/libkvilib.la
lib/libkvilib.so
-lib/libkvilib.so.3
-share/applnk/Internet/kvirc.desktop
+lib/libkvilib.so.4
+lib/libkvilib.so.4.0.0
+lib/kvirc/4.0/modules/libkviabout.so
+lib/kvirc/4.0/modules/libkviaction.so
+lib/kvirc/4.0/modules/libkviactioneditor.so
+lib/kvirc/4.0/modules/libkviaddon.so
+lib/kvirc/4.0/modules/libkvialiaseditor.so
+lib/kvirc/4.0/modules/libkviavatar.so
+lib/kvirc/4.0/modules/libkvichan.so
+lib/kvirc/4.0/modules/libkvichannelsjoin.so
+lib/kvirc/4.0/modules/libkvicodetester.so
+lib/kvirc/4.0/modules/libkviconfig.so
+lib/kvirc/4.0/modules/libkvicontext.so
+lib/kvirc/4.0/modules/libkvidcc.so
+lib/kvirc/4.0/modules/libkvidialog.so
+lib/kvirc/4.0/modules/libkvieditor.so
+lib/kvirc/4.0/modules/libkvieventeditor.so
+lib/kvirc/4.0/modules/libkvifile.so
+lib/kvirc/4.0/modules/libkvifiletransferwindow.so
+lib/kvirc/4.0/modules/libkvihelp.so
+lib/kvirc/4.0/modules/libkvihttp.so
+lib/kvirc/4.0/modules/libkviident.so
+lib/kvirc/4.0/modules/libkviiograph.so
+lib/kvirc/4.0/modules/libkvilamerizer.so
+lib/kvirc/4.0/modules/libkvilanguage.so
+lib/kvirc/4.0/modules/libkvilinks.so
+lib/kvirc/4.0/modules/libkvilist.so
+lib/kvirc/4.0/modules/libkvilog.so
+lib/kvirc/4.0/modules/libkvilogview.so
+lib/kvirc/4.0/modules/libkvimask.so
+lib/kvirc/4.0/modules/libkvimath.so
+lib/kvirc/4.0/modules/libkvimediaplayer.so
+lib/kvirc/4.0/modules/libkvimircimport.so
+lib/kvirc/4.0/modules/libkvimy.so
+lib/kvirc/4.0/modules/libkvinotifier.so
+lib/kvirc/4.0/modules/libkviobjects.so
+lib/kvirc/4.0/modules/libkvioptions.so
+lib/kvirc/4.0/modules/libkviperlcore.so
+lib/kvirc/4.0/modules/libkvipopupeditor.so
+lib/kvirc/4.0/modules/libkviproxydb.so
+lib/kvirc/4.0/modules/libkvipythoncore.so
+lib/kvirc/4.0/modules/libkviraweditor.so
+lib/kvirc/4.0/modules/libkviregchan.so
+lib/kvirc/4.0/modules/libkvireguser.so
+lib/kvirc/4.0/modules/libkvirijndael.so
+lib/kvirc/4.0/modules/libkvirot13.so
+lib/kvirc/4.0/modules/libkviserverdb.so
+lib/kvirc/4.0/modules/libkvisetup.so
+lib/kvirc/4.0/modules/libkvisharedfile.so
+lib/kvirc/4.0/modules/libkvisharedfilewindow.so
+lib/kvirc/4.0/modules/libkvisnd.so
+lib/kvirc/4.0/modules/libkvisocketspy.so
+lib/kvirc/4.0/modules/libkvispaste.so
+lib/kvirc/4.0/modules/libkvistr.so
+lib/kvirc/4.0/modules/libkvisystem.so
+lib/kvirc/4.0/modules/libkvitexticons.so
+lib/kvirc/4.0/modules/libkviterm.so
+lib/kvirc/4.0/modules/libkvitheme.so
+lib/kvirc/4.0/modules/libkvitip.so
+lib/kvirc/4.0/modules/libkvitmphighlight.so
+lib/kvirc/4.0/modules/libkvitoolbar.so
+lib/kvirc/4.0/modules/libkvitoolbareditor.so
+lib/kvirc/4.0/modules/libkvitorrent.so
+lib/kvirc/4.0/modules/libkvitrayicon.so
+lib/kvirc/4.0/modules/libkviupnp.so
+lib/kvirc/4.0/modules/libkviurl.so
+lib/kvirc/4.0/modules/libkviwindow.so
+lib/kvirc/4.0/modules/libkviperl.so
+share/applications/kvirc.desktop
+share/icons/hicolor/128x128/apps/kvirc.png
+share/icons/hicolor/128x128/mimetypes/text-x-kvs.png
+share/icons/hicolor/128x128/mimetypes/text-x-kvc.png
+share/icons/hicolor/128x128/mimetypes/application-x-kvt.png
+share/icons/hicolor/128x128/mimetypes/application-x-kva.png
share/icons/hicolor/16x16/apps/kvirc.png
-share/icons/hicolor/16x16/mimetypes/kvs.png
+share/icons/hicolor/16x16/mimetypes/text-x-kvs.png
+share/icons/hicolor/16x16/mimetypes/text-x-kvc.png
+share/icons/hicolor/16x16/mimetypes/application-x-kvt.png
+share/icons/hicolor/16x16/mimetypes/application-x-kva.png
share/icons/hicolor/32x32/apps/kvirc.png
-share/icons/hicolor/32x32/mimetypes/kvs.png
+share/icons/hicolor/32x32/mimetypes/text-x-kvs.png
+share/icons/hicolor/32x32/mimetypes/text-x-kvc.png
+share/icons/hicolor/32x32/mimetypes/application-x-kvt.png
+share/icons/hicolor/32x32/mimetypes/application-x-kva.png
share/icons/hicolor/48x48/apps/kvirc.png
-share/icons/hicolor/48x48/mimetypes/kvs.png
+share/icons/hicolor/48x48/mimetypes/text-x-kvs.png
+share/icons/hicolor/48x48/mimetypes/text-x-kvc.png
+share/icons/hicolor/48x48/mimetypes/application-x-kvt.png
+share/icons/hicolor/48x48/mimetypes/application-x-kva.png
share/icons/hicolor/64x64/apps/kvirc.png
-share/icons/hicolor/64x64/mimetypes/kvs.png
-share/services/kvirc.protocol
-share/services/kvirc6.protocol
-share/mimelnk/text/x-kvs.desktop
-%%DATADIR%%/%%VER%%/config/modules/libkvinotifier.kvc
-%%DATADIR%%/%%VER%%/config/modules/libkvitip.kvc
-%%DATADIR%%/%%VER%%/config/modules/libkvitip_cs.kvc
-%%DATADIR%%/%%VER%%/config/modules/libkvitip_it.kvc
-%%DATADIR%%/%%VER%%/config/modules/libkvitip_ru.kvc
-%%DATADIR%%/%%VER%%/config/serverdb.kvc
-%%DATADIR%%/%%VER%%/config/texticons.kvc
-%%DATADIR%%/%%VER%%/defscript/default.kvs
-%%DATADIR%%/%%VER%%/defscript/installer.kvs
-%%DATADIR%%/%%VER%%/defscript/theme-install.kvs
-%%DATADIR%%/%%VER%%/help/en/_db_class.idx
-%%DATADIR%%/%%VER%%/help/en/_db_command.idx
-%%DATADIR%%/%%VER%%/help/en/_db_event.idx
-%%DATADIR%%/%%VER%%/help/en/_db_function.idx
-%%DATADIR%%/%%VER%%/help/en/_db_generic.idx
-%%DATADIR%%/%%VER%%/help/en/_db_keyterms.idx
-%%DATADIR%%/%%VER%%/help/en/_db_language.idx
-%%DATADIR%%/%%VER%%/help/en/_db_module.idx
-%%DATADIR%%/%%VER%%/help/en/_db_widget.idx
-%%DATADIR%%/%%VER%%/help/en/class_button.html
-%%DATADIR%%/%%VER%%/help/en/class_checkbox.html
-%%DATADIR%%/%%VER%%/help/en/class_combobox.html
-%%DATADIR%%/%%VER%%/help/en/class_file.html
-%%DATADIR%%/%%VER%%/help/en/class_label.html
-%%DATADIR%%/%%VER%%/help/en/class_layout.html
-%%DATADIR%%/%%VER%%/help/en/class_lcdnumber.html
-%%DATADIR%%/%%VER%%/help/en/class_lineedit.html
-%%DATADIR%%/%%VER%%/help/en/class_list.html
-%%DATADIR%%/%%VER%%/help/en/class_listbox.html
-%%DATADIR%%/%%VER%%/help/en/class_menubar.html
-%%DATADIR%%/%%VER%%/help/en/class_multilineedit.html
-%%DATADIR%%/%%VER%%/help/en/class_object.html
-%%DATADIR%%/%%VER%%/help/en/class_popupmenu.html
-%%DATADIR%%/%%VER%%/help/en/class_process.html
-%%DATADIR%%/%%VER%%/help/en/class_progressbar.html
-%%DATADIR%%/%%VER%%/help/en/class_radiobutton.html
-%%DATADIR%%/%%VER%%/help/en/class_slider.html
-%%DATADIR%%/%%VER%%/help/en/class_socket.html
-%%DATADIR%%/%%VER%%/help/en/class_spinbox.html
-%%DATADIR%%/%%VER%%/help/en/class_tabwidget.html
-%%DATADIR%%/%%VER%%/help/en/class_urllabel.html
-%%DATADIR%%/%%VER%%/help/en/class_widget.html
-%%DATADIR%%/%%VER%%/help/en/class_window.html
-%%DATADIR%%/%%VER%%/help/en/class_workspace.html
-%%DATADIR%%/%%VER%%/help/en/cmd_about.kvirc.html
-%%DATADIR%%/%%VER%%/help/en/cmd_action.create.html
-%%DATADIR%%/%%VER%%/help/en/cmd_action.destroy.html
-%%DATADIR%%/%%VER%%/help/en/cmd_action.disable.html
-%%DATADIR%%/%%VER%%/help/en/cmd_action.enable.html
-%%DATADIR%%/%%VER%%/help/en/cmd_action.list.html
-%%DATADIR%%/%%VER%%/help/en/cmd_action.trigger.html
-%%DATADIR%%/%%VER%%/help/en/cmd_actioneditor.open.html
-%%DATADIR%%/%%VER%%/help/en/cmd_admin.html
-%%DATADIR%%/%%VER%%/help/en/cmd_ahost.html
-%%DATADIR%%/%%VER%%/help/en/cmd_alias.html
-%%DATADIR%%/%%VER%%/help/en/cmd_aliaseditor.open.html
-%%DATADIR%%/%%VER%%/help/en/cmd_avatar.notify.html
-%%DATADIR%%/%%VER%%/help/en/cmd_avatar.query.html
-%%DATADIR%%/%%VER%%/help/en/cmd_avatar.set.html
-%%DATADIR%%/%%VER%%/help/en/cmd_avatar.unset.html
-%%DATADIR%%/%%VER%%/help/en/cmd_away.html
-%%DATADIR%%/%%VER%%/help/en/cmd_awhois.html
-%%DATADIR%%/%%VER%%/help/en/cmd_back.html
-%%DATADIR%%/%%VER%%/help/en/cmd_ban.html
-%%DATADIR%%/%%VER%%/help/en/cmd_beep.html
-%%DATADIR%%/%%VER%%/help/en/cmd_break.html
-%%DATADIR%%/%%VER%%/help/en/cmd_button.html
-%%DATADIR%%/%%VER%%/help/en/cmd_buttonctl.html
-%%DATADIR%%/%%VER%%/help/en/cmd_channelsjoin.open.html
-%%DATADIR%%/%%VER%%/help/en/cmd_class.html
-%%DATADIR%%/%%VER%%/help/en/cmd_clock.add.html
-%%DATADIR%%/%%VER%%/help/en/cmd_codepage.html
-%%DATADIR%%/%%VER%%/help/en/cmd_codetester.open.html
-%%DATADIR%%/%%VER%%/help/en/cmd_config.clear.html
-%%DATADIR%%/%%VER%%/help/en/cmd_config.clearsection.html
-%%DATADIR%%/%%VER%%/help/en/cmd_config.close.html
-%%DATADIR%%/%%VER%%/help/en/cmd_config.flush.html
-%%DATADIR%%/%%VER%%/help/en/cmd_config.setsection.html
-%%DATADIR%%/%%VER%%/help/en/cmd_config.write.html
-%%DATADIR%%/%%VER%%/help/en/cmd_ctcp.html
-%%DATADIR%%/%%VER%%/help/en/cmd_dcc.abort.html
-%%DATADIR%%/%%VER%%/help/en/cmd_dcc.chat.html
-%%DATADIR%%/%%VER%%/help/en/cmd_dcc.get.html
-%%DATADIR%%/%%VER%%/help/en/cmd_dcc.recv.html
-%%DATADIR%%/%%VER%%/help/en/cmd_dcc.rsend.html
-%%DATADIR%%/%%VER%%/help/en/cmd_dcc.send.html
-%%DATADIR%%/%%VER%%/help/en/cmd_dcc.voice.html
-%%DATADIR%%/%%VER%%/help/en/cmd_defpopup.html
-%%DATADIR%%/%%VER%%/help/en/cmd_delete.html
-%%DATADIR%%/%%VER%%/help/en/cmd_delpopupitem.html
-%%DATADIR%%/%%VER%%/help/en/cmd_deop.html
-%%DATADIR%%/%%VER%%/help/en/cmd_destroy.html
-%%DATADIR%%/%%VER%%/help/en/cmd_devoice.html
-%%DATADIR%%/%%VER%%/help/en/cmd_dialog.file.html
-%%DATADIR%%/%%VER%%/help/en/cmd_dialog.image.html
-%%DATADIR%%/%%VER%%/help/en/cmd_dialog.message.html
-%%DATADIR%%/%%VER%%/help/en/cmd_dialog.textinput.html
-%%DATADIR%%/%%VER%%/help/en/cmd_dockwidget.hide.html
-%%DATADIR%%/%%VER%%/help/en/cmd_dockwidget.show.html
-%%DATADIR%%/%%VER%%/help/en/cmd_echo.html
-%%DATADIR%%/%%VER%%/help/en/cmd_echoprivmsg.html
-%%DATADIR%%/%%VER%%/help/en/cmd_eval.html
-%%DATADIR%%/%%VER%%/help/en/cmd_event.html
-%%DATADIR%%/%%VER%%/help/en/cmd_eventctl.html
-%%DATADIR%%/%%VER%%/help/en/cmd_eventeditor.open.html
-%%DATADIR%%/%%VER%%/help/en/cmd_exec.html
-%%DATADIR%%/%%VER%%/help/en/cmd_file.addimagepath.html
-%%DATADIR%%/%%VER%%/help/en/cmd_file.copy.html
-%%DATADIR%%/%%VER%%/help/en/cmd_file.delimagepath.html
-%%DATADIR%%/%%VER%%/help/en/cmd_file.mkdir.html
-%%DATADIR%%/%%VER%%/help/en/cmd_file.remove.html
-%%DATADIR%%/%%VER%%/help/en/cmd_file.rename.html
-%%DATADIR%%/%%VER%%/help/en/cmd_file.rmdir.html
-%%DATADIR%%/%%VER%%/help/en/cmd_file.write.html
-%%DATADIR%%/%%VER%%/help/en/cmd_filetransferwindow.open.html
-%%DATADIR%%/%%VER%%/help/en/cmd_for.html
-%%DATADIR%%/%%VER%%/help/en/cmd_foreach.html
-%%DATADIR%%/%%VER%%/help/en/cmd_halt.html
-%%DATADIR%%/%%VER%%/help/en/cmd_help.html
-%%DATADIR%%/%%VER%%/help/en/cmd_help.open.html
-%%DATADIR%%/%%VER%%/help/en/cmd_help.search.html
-%%DATADIR%%/%%VER%%/help/en/cmd_host.html
-%%DATADIR%%/%%VER%%/help/en/cmd_http.get.html
-%%DATADIR%%/%%VER%%/help/en/cmd_ident.start.html
-%%DATADIR%%/%%VER%%/help/en/cmd_ident.stop.html
-%%DATADIR%%/%%VER%%/help/en/cmd_if.html
-%%DATADIR%%/%%VER%%/help/en/cmd_info.html
-%%DATADIR%%/%%VER%%/help/en/cmd_invite.html
-%%DATADIR%%/%%VER%%/help/en/cmd_iograph.add.html
-%%DATADIR%%/%%VER%%/help/en/cmd_join.html
-%%DATADIR%%/%%VER%%/help/en/cmd_kick.html
-%%DATADIR%%/%%VER%%/help/en/cmd_killtimer.html
-%%DATADIR%%/%%VER%%/help/en/cmd_leave.html
-%%DATADIR%%/%%VER%%/help/en/cmd_links.open.html
-%%DATADIR%%/%%VER%%/help/en/cmd_list.html
-%%DATADIR%%/%%VER%%/help/en/cmd_list.open.html
-%%DATADIR%%/%%VER%%/help/en/cmd_log.flush.html
-%%DATADIR%%/%%VER%%/help/en/cmd_log.start.html
-%%DATADIR%%/%%VER%%/help/en/cmd_log.stop.html
-%%DATADIR%%/%%VER%%/help/en/cmd_logview.open.html
-%%DATADIR%%/%%VER%%/help/en/cmd_lusers.html
-%%DATADIR%%/%%VER%%/help/en/cmd_me.html
-%%DATADIR%%/%%VER%%/help/en/cmd_mode.html
-%%DATADIR%%/%%VER%%/help/en/cmd_motd.html
-%%DATADIR%%/%%VER%%/help/en/cmd_msg.html
-%%DATADIR%%/%%VER%%/help/en/cmd_nick.html
-%%DATADIR%%/%%VER%%/help/en/cmd_notice.html
-%%DATADIR%%/%%VER%%/help/en/cmd_notifier.hide.html
-%%DATADIR%%/%%VER%%/help/en/cmd_notifier.message.html
-%%DATADIR%%/%%VER%%/help/en/cmd_notifier.show.html
-%%DATADIR%%/%%VER%%/help/en/cmd_op.html
-%%DATADIR%%/%%VER%%/help/en/cmd_openurl.html
-%%DATADIR%%/%%VER%%/help/en/cmd_oper.html
-%%DATADIR%%/%%VER%%/help/en/cmd_option.html
-%%DATADIR%%/%%VER%%/help/en/cmd_options.dialog.html
-%%DATADIR%%/%%VER%%/help/en/cmd_options.edit.html
-%%DATADIR%%/%%VER%%/help/en/cmd_options.pages.html
-%%DATADIR%%/%%VER%%/help/en/cmd_options.save.html
-%%DATADIR%%/%%VER%%/help/en/cmd_parse.html
-%%DATADIR%%/%%VER%%/help/en/cmd_part.html
-%%DATADIR%%/%%VER%%/help/en/cmd_pass.html
-%%DATADIR%%/%%VER%%/help/en/cmd_perl.begin.html
-%%DATADIR%%/%%VER%%/help/en/cmd_perl.destroy.html
-%%DATADIR%%/%%VER%%/help/en/cmd_perl.end.html
-%%DATADIR%%/%%VER%%/help/en/cmd_play.html
-%%DATADIR%%/%%VER%%/help/en/cmd_popup.html
-%%DATADIR%%/%%VER%%/help/en/cmd_popupeditor.open.html
-%%DATADIR%%/%%VER%%/help/en/cmd_privateimpl.html
-%%DATADIR%%/%%VER%%/help/en/cmd_privmsg.html
-%%DATADIR%%/%%VER%%/help/en/cmd_query.html
-%%DATADIR%%/%%VER%%/help/en/cmd_quit.html
-%%DATADIR%%/%%VER%%/help/en/cmd_quote.html
-%%DATADIR%%/%%VER%%/help/en/cmd_raise.html
-%%DATADIR%%/%%VER%%/help/en/cmd_raw.html
-%%DATADIR%%/%%VER%%/help/en/cmd_raweditor.open.html
-%%DATADIR%%/%%VER%%/help/en/cmd_rebind.html
-%%DATADIR%%/%%VER%%/help/en/cmd_regchan.add.html
-%%DATADIR%%/%%VER%%/help/en/cmd_regchan.remove.html
-%%DATADIR%%/%%VER%%/help/en/cmd_regchan.setproperty.html
-%%DATADIR%%/%%VER%%/help/en/cmd_reguser.add.html
-%%DATADIR%%/%%VER%%/help/en/cmd_reguser.addmask.html
-%%DATADIR%%/%%VER%%/help/en/cmd_reguser.delmask.html
-%%DATADIR%%/%%VER%%/help/en/cmd_reguser.edit.html
-%%DATADIR%%/%%VER%%/help/en/cmd_reguser.remove.html
-%%DATADIR%%/%%VER%%/help/en/cmd_reguser.setproperty.html
-%%DATADIR%%/%%VER%%/help/en/cmd_reguser.showlist.html
-%%DATADIR%%/%%VER%%/help/en/cmd_reguser.wizard.html
-%%DATADIR%%/%%VER%%/help/en/cmd_return.html
-%%DATADIR%%/%%VER%%/help/en/cmd_run.html
-%%DATADIR%%/%%VER%%/help/en/cmd_say.html
-%%DATADIR%%/%%VER%%/help/en/cmd_server.html
-%%DATADIR%%/%%VER%%/help/en/cmd_service.html
-%%DATADIR%%/%%VER%%/help/en/cmd_setmenu.html
-%%DATADIR%%/%%VER%%/help/en/cmd_setreturn.html
-%%DATADIR%%/%%VER%%/help/en/cmd_sharedfile.add.html
-%%DATADIR%%/%%VER%%/help/en/cmd_sharedfile.clear.html
-%%DATADIR%%/%%VER%%/help/en/cmd_sharedfile.list.html
-%%DATADIR%%/%%VER%%/help/en/cmd_sharedfile.remove.html
-%%DATADIR%%/%%VER%%/help/en/cmd_sharedfileswindow.open.html
-%%DATADIR%%/%%VER%%/help/en/cmd_snd.play.html
-%%DATADIR%%/%%VER%%/help/en/cmd_sockets.html
-%%DATADIR%%/%%VER%%/help/en/cmd_socketspy.open.html
-%%DATADIR%%/%%VER%%/help/en/cmd_spaste.clipboard.html
-%%DATADIR%%/%%VER%%/help/en/cmd_spaste.file.html
-%%DATADIR%%/%%VER%%/help/en/cmd_spaste.list.html
-%%DATADIR%%/%%VER%%/help/en/cmd_spaste.setdelay.html
-%%DATADIR%%/%%VER%%/help/en/cmd_spaste.stop.html
-%%DATADIR%%/%%VER%%/help/en/cmd_squery.html
-%%DATADIR%%/%%VER%%/help/en/cmd_squit.html
-%%DATADIR%%/%%VER%%/help/en/cmd_srand.html
-%%DATADIR%%/%%VER%%/help/en/cmd_stats.html
-%%DATADIR%%/%%VER%%/help/en/cmd_switch.html
-%%DATADIR%%/%%VER%%/help/en/cmd_system.setenv.html
-%%DATADIR%%/%%VER%%/help/en/cmd_term.open.html
-%%DATADIR%%/%%VER%%/help/en/cmd_time.html
-%%DATADIR%%/%%VER%%/help/en/cmd_timer.html
-%%DATADIR%%/%%VER%%/help/en/cmd_tip.open.html
-%%DATADIR%%/%%VER%%/help/en/cmd_tmphighlight.add.html
-%%DATADIR%%/%%VER%%/help/en/cmd_tmphighlight.remove.html
-%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.additem.html
-%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.clear.html
-%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.create.html
-%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.destroy.html
-%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.hide.html
-%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.show.html
-%%DATADIR%%/%%VER%%/help/en/cmd_toolbareditor.open.html
-%%DATADIR%%/%%VER%%/help/en/cmd_topic.html
-%%DATADIR%%/%%VER%%/help/en/cmd_trace.html
-%%DATADIR%%/%%VER%%/help/en/cmd_trload.html
-%%DATADIR%%/%%VER%%/help/en/cmd_trunload.html
-%%DATADIR%%/%%VER%%/help/en/cmd_unban.html
-%%DATADIR%%/%%VER%%/help/en/cmd_url.config.html
-%%DATADIR%%/%%VER%%/help/en/cmd_url.list.html
-%%DATADIR%%/%%VER%%/help/en/cmd_version.html
-%%DATADIR%%/%%VER%%/help/en/cmd_voice.html
-%%DATADIR%%/%%VER%%/help/en/cmd_while.html
-%%DATADIR%%/%%VER%%/help/en/cmd_who.html
-%%DATADIR%%/%%VER%%/help/en/cmd_whois.html
-%%DATADIR%%/%%VER%%/help/en/cmd_whowas.html
-%%DATADIR%%/%%VER%%/help/en/cmd_window.activate.html
-%%DATADIR%%/%%VER%%/help/en/cmd_window.close.html
-%%DATADIR%%/%%VER%%/help/en/cmd_window.dock.html
-%%DATADIR%%/%%VER%%/help/en/cmd_window.listtypes.html
-%%DATADIR%%/%%VER%%/help/en/cmd_window.maximize.html
-%%DATADIR%%/%%VER%%/help/en/cmd_window.minimize.html
-%%DATADIR%%/%%VER%%/help/en/cmd_window.restore.html
-%%DATADIR%%/%%VER%%/help/en/cmd_window.undock.html
-%%DATADIR%%/%%VER%%/help/en/doc_aliases.html
-%%DATADIR%%/%%VER%%/help/en/doc_antispam.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_$.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_a.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_b.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_c.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_d.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_e.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_f.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_g.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_h.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_i.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_j.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_k.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_l.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_m.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_n.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_o.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_p.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_q.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_r.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_s.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_t.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_u.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_v.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_w.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_x.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_y.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_z.html
-%%DATADIR%%/%%VER%%/help/en/doc_class_index_all.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_$.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_a.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_b.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_c.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_d.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_e.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_f.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_g.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_h.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_i.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_j.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_k.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_l.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_m.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_n.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_o.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_p.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_q.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_r.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_s.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_t.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_u.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_v.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_w.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_x.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_y.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_z.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_index_all.html
-%%DATADIR%%/%%VER%%/help/en/doc_command_rebinding.html
-%%DATADIR%%/%%VER%%/help/en/doc_connection_dependant_commands.html
-%%DATADIR%%/%%VER%%/help/en/doc_crypt_engines.html
-%%DATADIR%%/%%VER%%/help/en/doc_ctcp_avatar.html
-%%DATADIR%%/%%VER%%/help/en/doc_ctcp_handling.html
-%%DATADIR%%/%%VER%%/help/en/doc_dcc_connection.html
-%%DATADIR%%/%%VER%%/help/en/doc_escape_sequences.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_$.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_a.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_b.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_c.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_d.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_e.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_f.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_g.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_h.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_i.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_j.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_k.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_l.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_m.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_n.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_o.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_p.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_q.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_r.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_s.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_t.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_u.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_v.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_w.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_x.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_y.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_z.html
-%%DATADIR%%/%%VER%%/help/en/doc_event_index_all.html
-%%DATADIR%%/%%VER%%/help/en/doc_events.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_$.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_a.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_b.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_c.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_d.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_e.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_f.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_g.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_h.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_i.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_j.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_k.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_l.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_m.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_n.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_o.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_p.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_q.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_r.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_s.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_t.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_u.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_v.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_w.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_x.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_y.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_z.html
-%%DATADIR%%/%%VER%%/help/en/doc_function_index_all.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_$.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_a.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_b.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_c.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_d.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_e.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_f.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_g.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_h.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_i.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_j.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_k.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_l.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_m.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_n.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_o.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_p.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_q.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_r.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_s.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_t.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_u.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_v.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_w.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_x.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_y.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_z.html
-%%DATADIR%%/%%VER%%/help/en/doc_generic_index_all.html
-%%DATADIR%%/%%VER%%/help/en/doc_image_id.html
-%%DATADIR%%/%%VER%%/help/en/doc_irc_masks.html
-%%DATADIR%%/%%VER%%/help/en/doc_ircintro.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyboard.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_$.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_a.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_b.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_c.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_d.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_e.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_f.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_g.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_h.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_i.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_j.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_k.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_l.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_m.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_n.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_o.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_p.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_q.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_r.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_s.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_t.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_u.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_v.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_w.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_x.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_y.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_z.html
-%%DATADIR%%/%%VER%%/help/en/doc_keyterms_index_all.html
-%%DATADIR%%/%%VER%%/help/en/doc_kvircintro.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_$.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_a.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_b.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_c.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_d.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_e.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_f.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_g.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_h.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_i.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_j.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_k.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_l.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_m.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_n.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_o.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_p.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_q.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_r.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_s.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_t.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_u.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_v.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_w.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_x.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_y.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_z.html
-%%DATADIR%%/%%VER%%/help/en/doc_language_index_all.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_$.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_a.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_b.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_c.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_d.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_e.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_f.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_g.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_h.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_i.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_j.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_k.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_l.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_m.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_n.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_o.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_p.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_q.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_r.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_s.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_t.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_u.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_v.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_w.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_x.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_y.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_z.html
-%%DATADIR%%/%%VER%%/help/en/doc_module_index_all.html
-%%DATADIR%%/%%VER%%/help/en/doc_modules.html
-%%DATADIR%%/%%VER%%/help/en/doc_nickserv_proto.html
-%%DATADIR%%/%%VER%%/help/en/doc_noblockingdialogs.html
-%%DATADIR%%/%%VER%%/help/en/doc_notify_list.html
-%%DATADIR%%/%%VER%%/help/en/doc_objects.html
-%%DATADIR%%/%%VER%%/help/en/doc_ondccchatwindowcreated.html
-%%DATADIR%%/%%VER%%/help/en/doc_onservernotice.html
-%%DATADIR%%/%%VER%%/help/en/doc_operators.html
-%%DATADIR%%/%%VER%%/help/en/doc_perl_and_kvs.html
-%%DATADIR%%/%%VER%%/help/en/doc_registered_users.html
-%%DATADIR%%/%%VER%%/help/en/doc_rfc2812.html
-%%DATADIR%%/%%VER%%/help/en/doc_rfc2821wrappers.html
-%%DATADIR%%/%%VER%%/help/en/doc_script_localization.html
-%%DATADIR%%/%%VER%%/help/en/doc_shared_files.html
-%%DATADIR%%/%%VER%%/help/en/doc_texticons.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_$.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_a.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_b.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_c.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_d.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_e.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_f.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_g.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_h.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_i.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_j.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_k.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_l.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_m.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_n.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_o.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_p.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_q.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_r.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_s.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_t.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_u.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_v.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_w.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_x.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_y.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_z.html
-%%DATADIR%%/%%VER%%/help/en/doc_widget_index_all.html
-%%DATADIR%%/%%VER%%/help/en/doc_window_naming_conventions.html
-%%DATADIR%%/%%VER%%/help/en/event_onaccelkeypressed.html
-%%DATADIR%%/%%VER%%/help/en/event_onaction.html
-%%DATADIR%%/%%VER%%/help/en/event_onban.html
-%%DATADIR%%/%%VER%%/help/en/event_onbanexception.html
-%%DATADIR%%/%%VER%%/help/en/event_onbanexceptionremove.html
-%%DATADIR%%/%%VER%%/help/en/event_onchanadmin.html
-%%DATADIR%%/%%VER%%/help/en/event_onchannellinkpopuprequest.html
-%%DATADIR%%/%%VER%%/help/en/event_onchannelmessage.html
-%%DATADIR%%/%%VER%%/help/en/event_onchannelnickdefaultactionrequest.html
-%%DATADIR%%/%%VER%%/help/en/event_onchannelnickpopuprequest.html
-%%DATADIR%%/%%VER%%/help/en/event_onchannelnotice.html
-%%DATADIR%%/%%VER%%/help/en/event_onchannelpopuprequest.html
-%%DATADIR%%/%%VER%%/help/en/event_onchannelsync.html
-%%DATADIR%%/%%VER%%/help/en/event_onchannelwindowcreated.html
-%%DATADIR%%/%%VER%%/help/en/event_onchanowner.html
-%%DATADIR%%/%%VER%%/help/en/event_onchanservnotice.html
-%%DATADIR%%/%%VER%%/help/en/event_onconsolepopuprequest.html
-%%DATADIR%%/%%VER%%/help/en/event_onctcpflood.html
-%%DATADIR%%/%%VER%%/help/en/event_onctcpreply.html
-%%DATADIR%%/%%VER%%/help/en/event_onctcprequest.html
-%%DATADIR%%/%%VER%%/help/en/event_ondccchatconnected.html
-%%DATADIR%%/%%VER%%/help/en/event_ondccchatconnectioninprogress.html
-%%DATADIR%%/%%VER%%/help/en/event_ondccchatdisconnected.html
-%%DATADIR%%/%%VER%%/help/en/event_ondccchaterror.html
-%%DATADIR%%/%%VER%%/help/en/event_ondccchatmessage.html
-%%DATADIR%%/%%VER%%/help/en/event_ondccchatpopuprequest.html
-%%DATADIR%%/%%VER%%/help/en/event_ondccchatwindowclosing.html
-%%DATADIR%%/%%VER%%/help/en/event_ondccfiletransferbegin.html
-%%DATADIR%%/%%VER%%/help/en/event_ondccfiletransferconnectioninprogress.html
-%%DATADIR%%/%%VER%%/help/en/event_ondccfiletransferfailed.html
-%%DATADIR%%/%%VER%%/help/en/event_ondccfiletransfersuccess.html
-%%DATADIR%%/%%VER%%/help/en/event_ondccsessioncreated.html
-%%DATADIR%%/%%VER%%/help/en/event_ondechanadmin.html
-%%DATADIR%%/%%VER%%/help/en/event_ondechanowner.html
-%%DATADIR%%/%%VER%%/help/en/event_ondehalfop.html
-%%DATADIR%%/%%VER%%/help/en/event_ondeop.html
-%%DATADIR%%/%%VER%%/help/en/event_ondeuserop.html
-%%DATADIR%%/%%VER%%/help/en/event_ondevoice.html
-%%DATADIR%%/%%VER%%/help/en/event_ondisconnectrequest.html
-%%DATADIR%%/%%VER%%/help/en/event_onerror.html
-%%DATADIR%%/%%VER%%/help/en/event_onframewindowcreated.html
-%%DATADIR%%/%%VER%%/help/en/event_onframewindowdestroyed.html
-%%DATADIR%%/%%VER%%/help/en/event_onhalfop.html
-%%DATADIR%%/%%VER%%/help/en/event_onhighlight.html
-%%DATADIR%%/%%VER%%/help/en/event_onhostlinkpopuprequest.html
-%%DATADIR%%/%%VER%%/help/en/event_oninvite.html
-%%DATADIR%%/%%VER%%/help/en/event_oninviteexception.html
-%%DATADIR%%/%%VER%%/help/en/event_oninviteexceptionremove.html
-%%DATADIR%%/%%VER%%/help/en/event_onirc.html
-%%DATADIR%%/%%VER%%/help/en/event_onircconnectionestablished.html
-%%DATADIR%%/%%VER%%/help/en/event_onircconnectionterminated.html
-%%DATADIR%%/%%VER%%/help/en/event_onirccontextcreated.html
-%%DATADIR%%/%%VER%%/help/en/event_onirccontextdestroyed.html
-%%DATADIR%%/%%VER%%/help/en/event_onjoin.html
-%%DATADIR%%/%%VER%%/help/en/event_onkeyset.html
-%%DATADIR%%/%%VER%%/help/en/event_onkeyunset.html
-%%DATADIR%%/%%VER%%/help/en/event_onkick.html
-%%DATADIR%%/%%VER%%/help/en/event_onkvircshutdown.html
-%%DATADIR%%/%%VER%%/help/en/event_onkvircstartup.html
-%%DATADIR%%/%%VER%%/help/en/event_onlagalarmtimedown.html
-%%DATADIR%%/%%VER%%/help/en/event_onlagalarmtimeup.html
-%%DATADIR%%/%%VER%%/help/en/event_onlagcheck.html
-%%DATADIR%%/%%VER%%/help/en/event_onlimitset.html
-%%DATADIR%%/%%VER%%/help/en/event_onlimitunset.html
-%%DATADIR%%/%%VER%%/help/en/event_onmeaway.html
-%%DATADIR%%/%%VER%%/help/en/event_onmeback.html
-%%DATADIR%%/%%VER%%/help/en/event_onmeban.html
-%%DATADIR%%/%%VER%%/help/en/event_onmebanexception.html
-%%DATADIR%%/%%VER%%/help/en/event_onmebanexceptionremove.html
-%%DATADIR%%/%%VER%%/help/en/event_onmechanadmin.html
-%%DATADIR%%/%%VER%%/help/en/event_onmechanowner.html
-%%DATADIR%%/%%VER%%/help/en/event_onmedechanadmin.html
-%%DATADIR%%/%%VER%%/help/en/event_onmedechanowner.html
-%%DATADIR%%/%%VER%%/help/en/event_onmedehalfop.html
-%%DATADIR%%/%%VER%%/help/en/event_onmedeop.html
-%%DATADIR%%/%%VER%%/help/en/event_onmedeuserop.html
-%%DATADIR%%/%%VER%%/help/en/event_onmedevoice.html
-%%DATADIR%%/%%VER%%/help/en/event_onmehalfop.html
-%%DATADIR%%/%%VER%%/help/en/event_onmeinviteexception.html
-%%DATADIR%%/%%VER%%/help/en/event_onmeinviteexceptionremove.html
-%%DATADIR%%/%%VER%%/help/en/event_onmejoin.html
-%%DATADIR%%/%%VER%%/help/en/event_onmekick.html
-%%DATADIR%%/%%VER%%/help/en/event_onmenickchange.html
-%%DATADIR%%/%%VER%%/help/en/event_onmeop.html
-%%DATADIR%%/%%VER%%/help/en/event_onmepart.html
-%%DATADIR%%/%%VER%%/help/en/event_onmeunban.html
-%%DATADIR%%/%%VER%%/help/en/event_onmeuserop.html
-%%DATADIR%%/%%VER%%/help/en/event_onmevoice.html
-%%DATADIR%%/%%VER%%/help/en/event_onnetsplit.html
-%%DATADIR%%/%%VER%%/help/en/event_onnickchange.html
-%%DATADIR%%/%%VER%%/help/en/event_onnicklinkdefaultactionrequest.html
-%%DATADIR%%/%%VER%%/help/en/event_onnicklinkpopuprequest.html
-%%DATADIR%%/%%VER%%/help/en/event_onnickservnotice.html
-%%DATADIR%%/%%VER%%/help/en/event_onnotifylistdefaultactionrequest.html
-%%DATADIR%%/%%VER%%/help/en/event_onnotifylistpopuprequest.html
-%%DATADIR%%/%%VER%%/help/en/event_onnotifyoffline.html
-%%DATADIR%%/%%VER%%/help/en/event_onnotifyonline.html
-%%DATADIR%%/%%VER%%/help/en/event_onop.html
-%%DATADIR%%/%%VER%%/help/en/event_onpart.html
-%%DATADIR%%/%%VER%%/help/en/event_onping.html
-%%DATADIR%%/%%VER%%/help/en/event_onpong.html
-%%DATADIR%%/%%VER%%/help/en/event_onquerymessage.html
-%%DATADIR%%/%%VER%%/help/en/event_onquerynickdefaultactionrequest.html
-%%DATADIR%%/%%VER%%/help/en/event_onquerynickpopuprequest.html
-%%DATADIR%%/%%VER%%/help/en/event_onquerynotice.html
-%%DATADIR%%/%%VER%%/help/en/event_onquerypopuprequest.html
-%%DATADIR%%/%%VER%%/help/en/event_onquerytargetadded.html
-%%DATADIR%%/%%VER%%/help/en/event_onquerywindowcreated.html
-%%DATADIR%%/%%VER%%/help/en/event_onquerywindowrequest.html
-%%DATADIR%%/%%VER%%/help/en/event_onquit.html
-%%DATADIR%%/%%VER%%/help/en/event_onserverlinkpopuprequest.html
-%%DATADIR%%/%%VER%%/help/en/event_ontextinput.html
-%%DATADIR%%/%%VER%%/help/en/event_ontopic.html
-%%DATADIR%%/%%VER%%/help/en/event_onunban.html
-%%DATADIR%%/%%VER%%/help/en/event_onunhandledliteral.html
-%%DATADIR%%/%%VER%%/help/en/event_onurl.html
-%%DATADIR%%/%%VER%%/help/en/event_onurllinkpopuprequest.html
-%%DATADIR%%/%%VER%%/help/en/event_onusermode.html
-%%DATADIR%%/%%VER%%/help/en/event_onuserop.html
-%%DATADIR%%/%%VER%%/help/en/event_onvoice.html
-%%DATADIR%%/%%VER%%/help/en/event_onwallops.html
-%%DATADIR%%/%%VER%%/help/en/event_onwindowactivated.html
-%%DATADIR%%/%%VER%%/help/en/event_onwindowpopuprequest.html
-%%DATADIR%%/%%VER%%/help/en/fnc_$.html
-%%DATADIR%%/%%VER%%/help/en/fnc_$lag.lag.html
-%%DATADIR%%/%%VER%%/help/en/fnc_active.html
-%%DATADIR%%/%%VER%%/help/en/fnc_array.html
-%%DATADIR%%/%%VER%%/help/en/fnc_ascii.html
-%%DATADIR%%/%%VER%%/help/en/fnc_avatar.html
-%%DATADIR%%/%%VER%%/help/en/fnc_avatar.name.html
-%%DATADIR%%/%%VER%%/help/en/fnc_avatar.path.html
-%%DATADIR%%/%%VER%%/help/en/fnc_away.html
-%%DATADIR%%/%%VER%%/help/en/fnc_b.html
-%%DATADIR%%/%%VER%%/help/en/fnc_calc.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.admincount.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.bancount.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.banexceptioncount.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.banexceptionlist.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.banlist.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.getflag.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.halfopcount.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.invitecount.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.invitelist.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.isadmin.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.ishalfop.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismeadmin.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismehalfop.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismeop.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismeowner.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismeuserop.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismevoice.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.ison.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.isop.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.isowner.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.isuserop.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.isvoice.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.key.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.limit.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.matchban.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.matchbanexception.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.matchinvite.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.mode.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.name.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.opcount.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.ownercount.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.topic.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.topicsetat.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.topicsetby.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.usercount.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.userjointime.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.userlastactiontime.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.usermodelevel.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.useropcount.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.users.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.voicecount.html
-%%DATADIR%%/%%VER%%/help/en/fnc_channel.html
-%%DATADIR%%/%%VER%%/help/en/fnc_char.html
-%%DATADIR%%/%%VER%%/help/en/fnc_classdefined.html
-%%DATADIR%%/%%VER%%/help/en/fnc_config.filelist.html
-%%DATADIR%%/%%VER%%/help/en/fnc_config.filename.html
-%%DATADIR%%/%%VER%%/help/en/fnc_config.hassection.html
-%%DATADIR%%/%%VER%%/help/en/fnc_config.id.html
-%%DATADIR%%/%%VER%%/help/en/fnc_config.keylist.html
-%%DATADIR%%/%%VER%%/help/en/fnc_config.open.html
-%%DATADIR%%/%%VER%%/help/en/fnc_config.read.html
-%%DATADIR%%/%%VER%%/help/en/fnc_config.readonly.html
-%%DATADIR%%/%%VER%%/help/en/fnc_config.section.html
-%%DATADIR%%/%%VER%%/help/en/fnc_config.sectionlist.html
-%%DATADIR%%/%%VER%%/help/en/fnc_console.html
-%%DATADIR%%/%%VER%%/help/en/fnc_context.html
-%%DATADIR%%/%%VER%%/help/en/fnc_cr.html
-%%DATADIR%%/%%VER%%/help/en/fnc_date.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.protocol.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.session.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dockwidget.isvisible.html
-%%DATADIR%%/%%VER%%/help/en/fnc_features.html
-%%DATADIR%%/%%VER%%/help/en/fnc_file.cwd.html
-%%DATADIR%%/%%VER%%/help/en/fnc_file.exists.html
-%%DATADIR%%/%%VER%%/help/en/fnc_file.extractfilename.html
-%%DATADIR%%/%%VER%%/help/en/fnc_file.extractpath.html
-%%DATADIR%%/%%VER%%/help/en/fnc_file.fixpath.html
-%%DATADIR%%/%%VER%%/help/en/fnc_file.globaldir.html
-%%DATADIR%%/%%VER%%/help/en/fnc_file.homedir.html
-%%DATADIR%%/%%VER%%/help/en/fnc_file.localdir.html
-%%DATADIR%%/%%VER%%/help/en/fnc_file.ls.html
-%%DATADIR%%/%%VER%%/help/en/fnc_file.ps.html
-%%DATADIR%%/%%VER%%/help/en/fnc_file.read.html
-%%DATADIR%%/%%VER%%/help/en/fnc_file.rootdir.html
-%%DATADIR%%/%%VER%%/help/en/fnc_file.size.html
-%%DATADIR%%/%%VER%%/help/en/fnc_file.type.html
-%%DATADIR%%/%%VER%%/help/en/fnc_hostname.html
-%%DATADIR%%/%%VER%%/help/en/fnc_ic.html
-%%DATADIR%%/%%VER%%/help/en/fnc_icon.html
-%%DATADIR%%/%%VER%%/help/en/fnc_iconname.html
-%%DATADIR%%/%%VER%%/help/en/fnc_ismehalfop.html
-%%DATADIR%%/%%VER%%/help/en/fnc_ismeop.html
-%%DATADIR%%/%%VER%%/help/en/fnc_ismeuserop.html
-%%DATADIR%%/%%VER%%/help/en/fnc_ismevoice.html
-%%DATADIR%%/%%VER%%/help/en/fnc_istimer.html
-%%DATADIR%%/%%VER%%/help/en/fnc_iswellknown.html
-%%DATADIR%%/%%VER%%/help/en/fnc_k.html
-%%DATADIR%%/%%VER%%/help/en/fnc_lf.html
-%%DATADIR%%/%%VER%%/help/en/fnc_log.file.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mask.hasnumerichost.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mask.host.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mask.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mask.match.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mask.nick.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mask.user.html
-%%DATADIR%%/%%VER%%/help/en/fnc_me.html
-%%DATADIR%%/%%VER%%/help/en/fnc_msgtype.html
-%%DATADIR%%/%%VER%%/help/en/fnc_my.host.html
-%%DATADIR%%/%%VER%%/help/en/fnc_my.ip.html
-%%DATADIR%%/%%VER%%/help/en/fnc_my.network.html
-%%DATADIR%%/%%VER%%/help/en/fnc_my.nick.html
-%%DATADIR%%/%%VER%%/help/en/fnc_my.server.html
-%%DATADIR%%/%%VER%%/help/en/fnc_my.umode.html
-%%DATADIR%%/%%VER%%/help/en/fnc_my.user.html
-%%DATADIR%%/%%VER%%/help/en/fnc_new.html
-%%DATADIR%%/%%VER%%/help/en/fnc_o.html
-%%DATADIR%%/%%VER%%/help/en/fnc_option.html
-%%DATADIR%%/%%VER%%/help/en/fnc_options.isdialog.html
-%%DATADIR%%/%%VER%%/help/en/fnc_query.html
-%%DATADIR%%/%%VER%%/help/en/fnc_r.html
-%%DATADIR%%/%%VER%%/help/en/fnc_rand.html
-%%DATADIR%%/%%VER%%/help/en/fnc_regchan.find.html
-%%DATADIR%%/%%VER%%/help/en/fnc_regchan.match.html
-%%DATADIR%%/%%VER%%/help/en/fnc_regchan.property.html
-%%DATADIR%%/%%VER%%/help/en/fnc_reguser.exactmatch.html
-%%DATADIR%%/%%VER%%/help/en/fnc_reguser.list.html
-%%DATADIR%%/%%VER%%/help/en/fnc_reguser.mask.html
-%%DATADIR%%/%%VER%%/help/en/fnc_reguser.match.html
-%%DATADIR%%/%%VER%%/help/en/fnc_reguser.matchproperty.html
-%%DATADIR%%/%%VER%%/help/en/fnc_reguser.property.html
-%%DATADIR%%/%%VER%%/help/en/fnc_selected.html
-%%DATADIR%%/%%VER%%/help/en/fnc_server.html
-%%DATADIR%%/%%VER%%/help/en/fnc_split.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.append.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.charsum.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.cmp.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.cmpnocase.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.contains.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.containsnocase.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.equal.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.equalnocase.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.find.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.findfirst.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.findfirstnocase.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.findlast.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.findlastnocase.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.insert.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.isempty.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.isnumber.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.isunsignednumber.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.left.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.lefttofirst.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.lefttolast.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.len.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.lowcase.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.match.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.matchnocase.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.mid.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.prepend.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.replace.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.replacenocase.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.right.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.rightfromfirst.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.rightfromlast.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.strip.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.stripleft.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.stripright.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.token.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.upcase.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.word.html
-%%DATADIR%%/%%VER%%/help/en/fnc_sw.html
-%%DATADIR%%/%%VER%%/help/en/fnc_system.dcop.html
-%%DATADIR%%/%%VER%%/help/en/fnc_system.getenv.html
-%%DATADIR%%/%%VER%%/help/en/fnc_system.hostname.html
-%%DATADIR%%/%%VER%%/help/en/fnc_system.osmachine.html
-%%DATADIR%%/%%VER%%/help/en/fnc_system.osname.html
-%%DATADIR%%/%%VER%%/help/en/fnc_system.osnodename.html
-%%DATADIR%%/%%VER%%/help/en/fnc_system.osrelease.html
-%%DATADIR%%/%%VER%%/help/en/fnc_system.ostype.html
-%%DATADIR%%/%%VER%%/help/en/fnc_system.osversion.html
-%%DATADIR%%/%%VER%%/help/en/fnc_target.html
-%%DATADIR%%/%%VER%%/help/en/fnc_this.html
-%%DATADIR%%/%%VER%%/help/en/fnc_time.html
-%%DATADIR%%/%%VER%%/help/en/fnc_tmphighlight.ishighlighted.html
-%%DATADIR%%/%%VER%%/help/en/fnc_toolbar.exists.html
-%%DATADIR%%/%%VER%%/help/en/fnc_toolbar.items.html
-%%DATADIR%%/%%VER%%/help/en/fnc_toolbar.list.html
-%%DATADIR%%/%%VER%%/help/en/fnc_tr.html
-%%DATADIR%%/%%VER%%/help/en/fnc_u.html
-%%DATADIR%%/%%VER%%/help/en/fnc_unixtime.html
-%%DATADIR%%/%%VER%%/help/en/fnc_username.html
-%%DATADIR%%/%%VER%%/help/en/fnc_version.html
-%%DATADIR%%/%%VER%%/help/en/fnc_window.caption.html
-%%DATADIR%%/%%VER%%/help/en/fnc_window.console.html
-%%DATADIR%%/%%VER%%/help/en/fnc_window.exists.html
-%%DATADIR%%/%%VER%%/help/en/fnc_window.list.html
-%%DATADIR%%/%%VER%%/help/en/fnc_window.open.html
-%%DATADIR%%/%%VER%%/help/en/fnc_window.type.html
-%%DATADIR%%/%%VER%%/help/en/helplogoleft.png
-%%DATADIR%%/%%VER%%/help/en/helplogoright.png
-%%DATADIR%%/%%VER%%/help/en/index.html
-%%DATADIR%%/%%VER%%/help/en/module_config.html
-%%DATADIR%%/%%VER%%/help/en/module_dcc.html
-%%DATADIR%%/%%VER%%/help/en/module_lamerizer.html
-%%DATADIR%%/%%VER%%/help/en/module_log.html
-%%DATADIR%%/%%VER%%/help/en/module_reguser.html
-%%DATADIR%%/%%VER%%/help/en/module_rijndael.html
-%%DATADIR%%/%%VER%%/help/en/module_url.html
-%%DATADIR%%/%%VER%%/help/en/widget_ctcpfloodprotectionoptions.html
-%%DATADIR%%/%%VER%%/help/en/class_dialog.html
-%%DATADIR%%/%%VER%%/help/en/class_dockwindow.html
-%%DATADIR%%/%%VER%%/help/en/class_groupbox.html
-%%DATADIR%%/%%VER%%/help/en/class_hbox.html
-%%DATADIR%%/%%VER%%/help/en/class_image.html
-%%DATADIR%%/%%VER%%/help/en/class_listview.html
-%%DATADIR%%/%%VER%%/help/en/class_listviewitem.html
-%%DATADIR%%/%%VER%%/help/en/class_mainwindow.html
-%%DATADIR%%/%%VER%%/help/en/class_painter.html
-%%DATADIR%%/%%VER%%/help/en/class_pixmap.html
-%%DATADIR%%/%%VER%%/help/en/class_textbrowser.html
-%%DATADIR%%/%%VER%%/help/en/class_toolbar.html
-%%DATADIR%%/%%VER%%/help/en/class_toolbutton.html
-%%DATADIR%%/%%VER%%/help/en/class_vbox.html
-%%DATADIR%%/%%VER%%/help/en/class_wizard.html
-%%DATADIR%%/%%VER%%/help/en/class_wrapper.html
-%%DATADIR%%/%%VER%%/help/en/class_xmlreader.html
-%%DATADIR%%/%%VER%%/help/en/cmd_addon.configure.html
-%%DATADIR%%/%%VER%%/help/en/cmd_addon.dialog.html
-%%DATADIR%%/%%VER%%/help/en/cmd_addon.help.html
-%%DATADIR%%/%%VER%%/help/en/cmd_addon.list.html
-%%DATADIR%%/%%VER%%/help/en/cmd_addon.register.html
-%%DATADIR%%/%%VER%%/help/en/cmd_addon.setconfigurecallback.html
-%%DATADIR%%/%%VER%%/help/en/cmd_addon.sethelpcallback.html
-%%DATADIR%%/%%VER%%/help/en/cmd_addon.uninstall.html
-%%DATADIR%%/%%VER%%/help/en/cmd_debug.html
-%%DATADIR%%/%%VER%%/help/en/cmd_die.html
-%%DATADIR%%/%%VER%%/help/en/cmd_do.html
-%%DATADIR%%/%%VER%%/help/en/cmd_dockwidget.hidewindow.html
-%%DATADIR%%/%%VER%%/help/en/cmd_error.html
-%%DATADIR%%/%%VER%%/help/en/cmd_exit.html
-%%DATADIR%%/%%VER%%/help/en/cmd_file.writelines.html
-%%DATADIR%%/%%VER%%/help/en/cmd_function.html
-%%DATADIR%%/%%VER%%/help/en/cmd_global.html
-%%DATADIR%%/%%VER%%/help/en/cmd_http.asyncget.html
-%%DATADIR%%/%%VER%%/help/en/cmd_include.html
-%%DATADIR%%/%%VER%%/help/en/cmd_links.html
-%%DATADIR%%/%%VER%%/help/en/cmd_mediaplayer.detect.html
-%%DATADIR%%/%%VER%%/help/en/cmd_mediaplayer.hide.html
-%%DATADIR%%/%%VER%%/help/en/cmd_mediaplayer.jumpto.html
-%%DATADIR%%/%%VER%%/help/en/cmd_mediaplayer.minimize.html
-%%DATADIR%%/%%VER%%/help/en/cmd_mediaplayer.mute.html
-%%DATADIR%%/%%VER%%/help/en/cmd_mediaplayer.next.html
-%%DATADIR%%/%%VER%%/help/en/cmd_mediaplayer.pause.html
-%%DATADIR%%/%%VER%%/help/en/cmd_mediaplayer.play.html
-%%DATADIR%%/%%VER%%/help/en/cmd_mediaplayer.playmrl.html
-%%DATADIR%%/%%VER%%/help/en/cmd_mediaplayer.prev.html
-%%DATADIR%%/%%VER%%/help/en/cmd_mediaplayer.quit.html
-%%DATADIR%%/%%VER%%/help/en/cmd_mediaplayer.seteqdata.html
-%%DATADIR%%/%%VER%%/help/en/cmd_mediaplayer.setplayer.html
-%%DATADIR%%/%%VER%%/help/en/cmd_mediaplayer.setplaylistpos.html
-%%DATADIR%%/%%VER%%/help/en/cmd_mediaplayer.setrepeat.html
-%%DATADIR%%/%%VER%%/help/en/cmd_mediaplayer.setshuffle.html
-%%DATADIR%%/%%VER%%/help/en/cmd_mediaplayer.setvol.html
-%%DATADIR%%/%%VER%%/help/en/cmd_mediaplayer.show.html
-%%DATADIR%%/%%VER%%/help/en/cmd_mediaplayer.stop.html
-%%DATADIR%%/%%VER%%/help/en/cmd_my.startidletimer.html
-%%DATADIR%%/%%VER%%/help/en/cmd_my.stopidletimer.html
-%%DATADIR%%/%%VER%%/help/en/cmd_regchan.showlist.html
-%%DATADIR%%/%%VER%%/help/en/cmd_snd.mute.html
-%%DATADIR%%/%%VER%%/help/en/cmd_snd.unmute.html
-%%DATADIR%%/%%VER%%/help/en/cmd_system.setclipboard.html
-%%DATADIR%%/%%VER%%/help/en/cmd_system.setselection.html
-%%DATADIR%%/%%VER%%/help/en/cmd_system.toclipboard.html
-%%DATADIR%%/%%VER%%/help/en/cmd_texticons.set.html
-%%DATADIR%%/%%VER%%/help/en/cmd_theme.dialog.html
-%%DATADIR%%/%%VER%%/help/en/cmd_theme.install.html
-%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.remove.html
-%%DATADIR%%/%%VER%%/help/en/cmd_unset.html
-%%DATADIR%%/%%VER%%/help/en/cmd_warning.html
-%%DATADIR%%/%%VER%%/help/en/cmd_window.clearoutput.html
-%%DATADIR%%/%%VER%%/help/en/cmd_window.demandattention.html
-%%DATADIR%%/%%VER%%/help/en/cmd_window.insertininputtext.html
-%%DATADIR%%/%%VER%%/help/en/cmd_window.setbackground.html
-%%DATADIR%%/%%VER%%/help/en/cmd_window.setcaption.html
-%%DATADIR%%/%%VER%%/help/en/cmd_window.setcryptengine.html
-%%DATADIR%%/%%VER%%/help/en/cmd_window.setinputtext.html
-%%DATADIR%%/%%VER%%/help/en/doc_arrayconcatenation.html
-%%DATADIR%%/%%VER%%/help/en/doc_assignment.html
-%%DATADIR%%/%%VER%%/help/en/doc_binding.html
-%%DATADIR%%/%%VER%%/help/en/doc_commandline.html
-%%DATADIR%%/%%VER%%/help/en/doc_expressioneval.html
-%%DATADIR%%/%%VER%%/help/en/doc_incrementdecrement.html
-%%DATADIR%%/%%VER%%/help/en/doc_kvs_addons.html
-%%DATADIR%%/%%VER%%/help/en/doc_kvs_aliasesandfunctions.html
-%%DATADIR%%/%%VER%%/help/en/doc_kvs_basicconcepts.html
-%%DATADIR%%/%%VER%%/help/en/doc_kvs_codingtips.html
-%%DATADIR%%/%%VER%%/help/en/doc_kvs_datatypes.html
-%%DATADIR%%/%%VER%%/help/en/doc_kvs_introduction.html
-%%DATADIR%%/%%VER%%/help/en/doc_selfarithmetic.html
-%%DATADIR%%/%%VER%%/help/en/doc_selfbitwise.html
-%%DATADIR%%/%%VER%%/help/en/doc_stringconcatenation.html
-%%DATADIR%%/%%VER%%/help/en/doc_syntactic_rules.html
-%%DATADIR%%/%%VER%%/help/en/doc_window.html
-%%DATADIR%%/%%VER%%/help/en/event_onchannellinkclick.html
-%%DATADIR%%/%%VER%%/help/en/event_onchannelmodechange.html
-%%DATADIR%%/%%VER%%/help/en/event_onchannelnicklinkclick.html
-%%DATADIR%%/%%VER%%/help/en/event_onconsolenicklinkclick.html
-%%DATADIR%%/%%VER%%/help/en/event_ondccsessiondestroyed.html
-%%DATADIR%%/%%VER%%/help/en/event_onhostlinkclick.html
-%%DATADIR%%/%%VER%%/help/en/event_onhttpgetterminated.html
-%%DATADIR%%/%%VER%%/help/en/event_onignoredmessage.html
-%%DATADIR%%/%%VER%%/help/en/event_onqueryfiledropped.html
-%%DATADIR%%/%%VER%%/help/en/event_onquerynicklinkclick.html
-%%DATADIR%%/%%VER%%/help/en/event_onserverlinkclick.html
-%%DATADIR%%/%%VER%%/help/en/event_ontextviewdoublecliked.html
-%%DATADIR%%/%%VER%%/help/en/event_onurllinkclick.html
-%%DATADIR%%/%%VER%%/help/en/fnc_$window.inputtext.html
-%%DATADIR%%/%%VER%%/help/en/fnc_action.exists.html
-%%DATADIR%%/%%VER%%/help/en/fnc_action.isenabled.html
-%%DATADIR%%/%%VER%%/help/en/fnc_addon.exists.html
-%%DATADIR%%/%%VER%%/help/en/fnc_addon.version.html
-%%DATADIR%%/%%VER%%/help/en/fnc_asciitobase64.html
-%%DATADIR%%/%%VER%%/help/en/fnc_asciitohex.html
-%%DATADIR%%/%%VER%%/help/en/fnc_base64toascii.html
-%%DATADIR%%/%%VER%%/help/en/fnc_bool.html
-%%DATADIR%%/%%VER%%/help/en/fnc_boolean.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.geturl.html
-%%DATADIR%%/%%VER%%/help/en/fnc_chan.isdead.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.averagespeed.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.connectiontype.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.irccontext.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.isfiledownload.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.isfiletransfer.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.isfileupload.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localfilename.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localfilesize.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localhost.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localip.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localnick.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localport.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localuser.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remotefilename.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remotefilesize.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remotehost.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remoteip.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remotenick.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remoteport.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remoteuser.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.sessionlist.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.transferredbytes.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dcc.transferstatus.html
-%%DATADIR%%/%%VER%%/help/en/fnc_dialog.yesno.html
-%%DATADIR%%/%%VER%%/help/en/fnc_false.html
-%%DATADIR%%/%%VER%%/help/en/fnc_file.readlines.html
-%%DATADIR%%/%%VER%%/help/en/fnc_firstconnectedconsole.html
-%%DATADIR%%/%%VER%%/help/en/fnc_flatten.html
-%%DATADIR%%/%%VER%%/help/en/fnc_fmtlink.html
-%%DATADIR%%/%%VER%%/help/en/fnc_hash.html
-%%DATADIR%%/%%VER%%/help/en/fnc_hextoascii.html
-%%DATADIR%%/%%VER%%/help/en/fnc_hptimestamp.html
-%%DATADIR%%/%%VER%%/help/en/fnc_int.html
-%%DATADIR%%/%%VER%%/help/en/fnc_integer.html
-%%DATADIR%%/%%VER%%/help/en/fnc_isanyconsoleconnected.html
-%%DATADIR%%/%%VER%%/help/en/fnc_isempty.html
-%%DATADIR%%/%%VER%%/help/en/fnc_iseventenabled.html
-%%DATADIR%%/%%VER%%/help/en/fnc_ismainwindowactive.html
-%%DATADIR%%/%%VER%%/help/en/fnc_ismainwindowminimized.html
-%%DATADIR%%/%%VER%%/help/en/fnc_isnumeric.html
-%%DATADIR%%/%%VER%%/help/en/fnc_isset.html
-%%DATADIR%%/%%VER%%/help/en/fnc_keys.html
-%%DATADIR%%/%%VER%%/help/en/fnc_lang.html
-%%DATADIR%%/%%VER%%/help/en/fnc_length.html
-%%DATADIR%%/%%VER%%/help/en/fnc_math.abs.html
-%%DATADIR%%/%%VER%%/help/en/fnc_math.acos.html
-%%DATADIR%%/%%VER%%/help/en/fnc_math.asin.html
-%%DATADIR%%/%%VER%%/help/en/fnc_math.atan.html
-%%DATADIR%%/%%VER%%/help/en/fnc_math.cbrt.html
-%%DATADIR%%/%%VER%%/help/en/fnc_math.ceil.html
-%%DATADIR%%/%%VER%%/help/en/fnc_math.cos.html
-%%DATADIR%%/%%VER%%/help/en/fnc_math.e.html
-%%DATADIR%%/%%VER%%/help/en/fnc_math.exp.html
-%%DATADIR%%/%%VER%%/help/en/fnc_math.floor.html
-%%DATADIR%%/%%VER%%/help/en/fnc_math.isinf.html
-%%DATADIR%%/%%VER%%/help/en/fnc_math.isnan.html
-%%DATADIR%%/%%VER%%/help/en/fnc_math.log.html
-%%DATADIR%%/%%VER%%/help/en/fnc_math.log10.html
-%%DATADIR%%/%%VER%%/help/en/fnc_math.pi.html
-%%DATADIR%%/%%VER%%/help/en/fnc_math.pow.html
-%%DATADIR%%/%%VER%%/help/en/fnc_math.sin.html
-%%DATADIR%%/%%VER%%/help/en/fnc_math.sqrt.html
-%%DATADIR%%/%%VER%%/help/en/fnc_math.tan.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.album.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.artist.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.bitrate.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.channels.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.comment.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.genre.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.geteqdata.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.getlistlength.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.getplaylistpos.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.getrepeat.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.getshuffle.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.getvol.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.length.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.localfile.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.mediatype.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.mrl.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.nowplaying.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.player.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.playerlist.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.position.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.samplerate.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.status.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.title.html
-%%DATADIR%%/%%VER%%/help/en/fnc_mediaplayer.year.html
-%%DATADIR%%/%%VER%%/help/en/fnc_my.globalidle.html
-%%DATADIR%%/%%VER%%/help/en/fnc_nothing.html
-%%DATADIR%%/%%VER%%/help/en/fnc_notifier.isenabled.html
-%%DATADIR%%/%%VER%%/help/en/fnc_null.html
-%%DATADIR%%/%%VER%%/help/en/fnc_perl.isavailable.html
-%%DATADIR%%/%%VER%%/help/en/fnc_real.html
-%%DATADIR%%/%%VER%%/help/en/fnc_regchan.list.html
-%%DATADIR%%/%%VER%%/help/en/fnc_rsort.html
-%%DATADIR%%/%%VER%%/help/en/fnc_snd.ismuted.html
-%%DATADIR%%/%%VER%%/help/en/fnc_sort.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.digest.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.fromclipboard.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.grep.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.join.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.length.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.localelowcase.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.localeupcase.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.printf.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.section.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.split.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.stripcolors.html
-%%DATADIR%%/%%VER%%/help/en/fnc_str.urlencode.html
-%%DATADIR%%/%%VER%%/help/en/fnc_string.html
-%%DATADIR%%/%%VER%%/help/en/fnc_system.clipboard.html
-%%DATADIR%%/%%VER%%/help/en/fnc_system.selection.html
-%%DATADIR%%/%%VER%%/help/en/fnc_texticons.get.html
-%%DATADIR%%/%%VER%%/help/en/fnc_toolbar.isvisible.html
-%%DATADIR%%/%%VER%%/help/en/fnc_true.html
-%%DATADIR%%/%%VER%%/help/en/fnc_typeof.html
-%%DATADIR%%/%%VER%%/help/en/fnc_unicode.html
-%%DATADIR%%/%%VER%%/help/en/fnc_window.activitylevel.html
-%%DATADIR%%/%%VER%%/help/en/fnc_window.activitytemperature.html
-%%DATADIR%%/%%VER%%/help/en/fnc_window.hasinput.html
-%%DATADIR%%/%%VER%%/help/en/fnc_window.hasoutput.html
-%%DATADIR%%/%%VER%%/help/en/fnc_window.hasuserfocus.html
-%%DATADIR%%/%%VER%%/help/en/fnc_window.ismaximized.html
-%%DATADIR%%/%%VER%%/help/en/fnc_window.isminimized.html
-%%DATADIR%%/%%VER%%/help/en/module_mediaplayer.html
-%%DATADIR%%/%%VER%%/help/en/nohelpavailable.html
-%%DATADIR%%/%%VER%%/help/en/cmd_connect.html
-%%DATADIR%%/%%VER%%/help/en/cmd_disconnect.html
-%%DATADIR%%/%%VER%%/help/en/cmd_objects.bitblt.html
-%%DATADIR%%/%%VER%%/help/en/cmd_objects.blend.html
-%%DATADIR%%/%%VER%%/help/en/cmd_objects.classes.html
-%%DATADIR%%/%%VER%%/help/en/cmd_objects.clear.html
-%%DATADIR%%/%%VER%%/help/en/cmd_objects.connect.html
-%%DATADIR%%/%%VER%%/help/en/cmd_objects.disconnect.html
-%%DATADIR%%/%%VER%%/help/en/cmd_objects.exists.html
-%%DATADIR%%/%%VER%%/help/en/cmd_objects.instances.html
-%%DATADIR%%/%%VER%%/help/en/cmd_objects.killclass.html
-%%DATADIR%%/%%VER%%/help/en/cmd_objects.variables.html
-%%DATADIR%%/%%VER%%/help/en/fnc_objects.classallhandlers.html
-%%DATADIR%%/%%VER%%/help/en/fnc_objects.dump.html
-%%DATADIR%%/%%VER%%/license/COPYING
-%%DATADIR%%/%%VER%%/locale/about_ca.mo
-%%DATADIR%%/%%VER%%/locale/about_cs.mo
-%%DATADIR%%/%%VER%%/locale/about_de.mo
-%%DATADIR%%/%%VER%%/locale/about_es.mo
-%%DATADIR%%/%%VER%%/locale/about_it.mo
-%%DATADIR%%/%%VER%%/locale/about_pt.mo
-%%DATADIR%%/%%VER%%/locale/about_pt_BR.mo
-%%DATADIR%%/%%VER%%/locale/about_ru.mo
-%%DATADIR%%/%%VER%%/locale/dcc_ca.mo
-%%DATADIR%%/%%VER%%/locale/dcc_cs.mo
-%%DATADIR%%/%%VER%%/locale/dcc_de.mo
-%%DATADIR%%/%%VER%%/locale/dcc_es.mo
-%%DATADIR%%/%%VER%%/locale/dcc_it.mo
-%%DATADIR%%/%%VER%%/locale/dcc_pt.mo
-%%DATADIR%%/%%VER%%/locale/dcc_pt_BR.mo
-%%DATADIR%%/%%VER%%/locale/dcc_ru.mo
-%%DATADIR%%/%%VER%%/locale/editor_ca.mo
-%%DATADIR%%/%%VER%%/locale/editor_cs.mo
-%%DATADIR%%/%%VER%%/locale/editor_de.mo
-%%DATADIR%%/%%VER%%/locale/editor_es.mo
-%%DATADIR%%/%%VER%%/locale/editor_it.mo
-%%DATADIR%%/%%VER%%/locale/editor_pt.mo
-%%DATADIR%%/%%VER%%/locale/editor_pt_BR.mo
-%%DATADIR%%/%%VER%%/locale/editor_ru.mo
-%%DATADIR%%/%%VER%%/locale/filetransferwindow_ca.mo
-%%DATADIR%%/%%VER%%/locale/filetransferwindow_cs.mo
-%%DATADIR%%/%%VER%%/locale/filetransferwindow_de.mo
-%%DATADIR%%/%%VER%%/locale/filetransferwindow_es.mo
-%%DATADIR%%/%%VER%%/locale/filetransferwindow_it.mo
-%%DATADIR%%/%%VER%%/locale/filetransferwindow_pt.mo
-%%DATADIR%%/%%VER%%/locale/filetransferwindow_pt_BR.mo
-%%DATADIR%%/%%VER%%/locale/filetransferwindow_ru.mo
-%%DATADIR%%/%%VER%%/locale/kvirc_bg.mo
-%%DATADIR%%/%%VER%%/locale/kvirc_ca.mo
-%%DATADIR%%/%%VER%%/locale/kvirc_cs.mo
-%%DATADIR%%/%%VER%%/locale/kvirc_de.mo
-%%DATADIR%%/%%VER%%/locale/kvirc_es.mo
-%%DATADIR%%/%%VER%%/locale/kvirc_fr.mo
-%%DATADIR%%/%%VER%%/locale/kvirc_it.mo
-%%DATADIR%%/%%VER%%/locale/kvirc_nl.mo
-%%DATADIR%%/%%VER%%/locale/kvirc_pl.mo
-%%DATADIR%%/%%VER%%/locale/kvirc_pt.mo
-%%DATADIR%%/%%VER%%/locale/kvirc_pt_BR.mo
-%%DATADIR%%/%%VER%%/locale/kvirc_ru.mo
-%%DATADIR%%/%%VER%%/locale/kvirc_sr.mo
-%%DATADIR%%/%%VER%%/locale/logview_ca.mo
-%%DATADIR%%/%%VER%%/locale/logview_cs.mo
-%%DATADIR%%/%%VER%%/locale/logview_de.mo
-%%DATADIR%%/%%VER%%/locale/logview_es.mo
-%%DATADIR%%/%%VER%%/locale/logview_it.mo
-%%DATADIR%%/%%VER%%/locale/logview_pt.mo
-%%DATADIR%%/%%VER%%/locale/logview_pt_BR.mo
-%%DATADIR%%/%%VER%%/locale/logview_ru.mo
-%%DATADIR%%/%%VER%%/locale/notifier_ca.mo
-%%DATADIR%%/%%VER%%/locale/notifier_cs.mo
-%%DATADIR%%/%%VER%%/locale/notifier_de.mo
-%%DATADIR%%/%%VER%%/locale/notifier_es.mo
-%%DATADIR%%/%%VER%%/locale/notifier_it.mo
-%%DATADIR%%/%%VER%%/locale/notifier_pt.mo
-%%DATADIR%%/%%VER%%/locale/notifier_pt_BR.mo
-%%DATADIR%%/%%VER%%/locale/notifier_ru.mo
-%%DATADIR%%/%%VER%%/locale/perl_ca.mo
-%%DATADIR%%/%%VER%%/locale/perl_cs.mo
-%%DATADIR%%/%%VER%%/locale/perl_de.mo
-%%DATADIR%%/%%VER%%/locale/perl_es.mo
-%%DATADIR%%/%%VER%%/locale/perl_it.mo
-%%DATADIR%%/%%VER%%/locale/perl_pt.mo
-%%DATADIR%%/%%VER%%/locale/perl_pt_BR.mo
-%%DATADIR%%/%%VER%%/locale/perl_ru.mo
-%%DATADIR%%/%%VER%%/locale/perlcore_ca.mo
-%%DATADIR%%/%%VER%%/locale/perlcore_cs.mo
-%%DATADIR%%/%%VER%%/locale/perlcore_de.mo
-%%DATADIR%%/%%VER%%/locale/perlcore_es.mo
-%%DATADIR%%/%%VER%%/locale/perlcore_it.mo
-%%DATADIR%%/%%VER%%/locale/perlcore_pt_BR.mo
-%%DATADIR%%/%%VER%%/locale/perlcore_ru.mo
-%%DATADIR%%/%%VER%%/locale/sharedfileswindow_ca.mo
-%%DATADIR%%/%%VER%%/locale/sharedfileswindow_cs.mo
-%%DATADIR%%/%%VER%%/locale/sharedfileswindow_de.mo
-%%DATADIR%%/%%VER%%/locale/sharedfileswindow_es.mo
-%%DATADIR%%/%%VER%%/locale/sharedfileswindow_it.mo
-%%DATADIR%%/%%VER%%/locale/sharedfileswindow_pt.mo
-%%DATADIR%%/%%VER%%/locale/sharedfileswindow_pt_BR.mo
-%%DATADIR%%/%%VER%%/locale/sharedfileswindow_ru.mo
-%%DATADIR%%/%%VER%%/locale/about_fr.mo
-%%DATADIR%%/%%VER%%/locale/about_hu.mo
-%%DATADIR%%/%%VER%%/locale/dcc_fr.mo
-%%DATADIR%%/%%VER%%/locale/dcc_hu.mo
-%%DATADIR%%/%%VER%%/locale/editor_fr.mo
-%%DATADIR%%/%%VER%%/locale/editor_hu.mo
-%%DATADIR%%/%%VER%%/locale/filetransferwindow_fr.mo
-%%DATADIR%%/%%VER%%/locale/filetransferwindow_hu.mo
-%%DATADIR%%/%%VER%%/locale/kvirc_hu.mo
-%%DATADIR%%/%%VER%%/locale/logview_fr.mo
-%%DATADIR%%/%%VER%%/locale/logview_hu.mo
-%%DATADIR%%/%%VER%%/locale/mediaplayer_cs.mo
-%%DATADIR%%/%%VER%%/locale/mediaplayer_fr.mo
-%%DATADIR%%/%%VER%%/locale/mediaplayer_hu.mo
-%%DATADIR%%/%%VER%%/locale/mediaplayer_it.mo
-%%DATADIR%%/%%VER%%/locale/mediaplayer_ru.mo
-%%DATADIR%%/%%VER%%/locale/notifier_fr.mo
-%%DATADIR%%/%%VER%%/locale/notifier_hu.mo
-%%DATADIR%%/%%VER%%/locale/options_bg.mo
-%%DATADIR%%/%%VER%%/locale/options_ca.mo
-%%DATADIR%%/%%VER%%/locale/options_cs.mo
-%%DATADIR%%/%%VER%%/locale/options_de.mo
-%%DATADIR%%/%%VER%%/locale/options_es.mo
-%%DATADIR%%/%%VER%%/locale/options_fr.mo
-%%DATADIR%%/%%VER%%/locale/options_it.mo
-%%DATADIR%%/%%VER%%/locale/options_nl.mo
-%%DATADIR%%/%%VER%%/locale/options_pl.mo
-%%DATADIR%%/%%VER%%/locale/options_pt.mo
-%%DATADIR%%/%%VER%%/locale/options_pt_BR.mo
-%%DATADIR%%/%%VER%%/locale/options_ru.mo
-%%DATADIR%%/%%VER%%/locale/options_sr.mo
-%%DATADIR%%/%%VER%%/locale/perl_fr.mo
-%%DATADIR%%/%%VER%%/locale/perl_hu.mo
-%%DATADIR%%/%%VER%%/locale/perlcore_fr.mo
-%%DATADIR%%/%%VER%%/locale/sharedfileswindow_fr.mo
-%%DATADIR%%/%%VER%%/locale/theme_it.mo
-%%DATADIR%%/%%VER%%/modules/caps/action/url
-%%DATADIR%%/%%VER%%/modules/caps/crypt/lamerizer
-%%DATADIR%%/%%VER%%/modules/caps/crypt/rijndael
-%%DATADIR%%/%%VER%%/modules/caps/serverimport/mircimport
-%%DATADIR%%/%%VER%%/modules/caps/tool/filetransferwindow
-%%DATADIR%%/%%VER%%/modules/caps/tool/logview
-%%DATADIR%%/%%VER%%/modules/caps/tool/sharedfileswindow
-%%DATADIR%%/%%VER%%/modules/libkviabout.a
-%%DATADIR%%/%%VER%%/modules/libkviabout.la
-%%DATADIR%%/%%VER%%/modules/libkviabout.so
-%%DATADIR%%/%%VER%%/modules/libkviaction.a
-%%DATADIR%%/%%VER%%/modules/libkviaction.la
-%%DATADIR%%/%%VER%%/modules/libkviaction.so
-%%DATADIR%%/%%VER%%/modules/libkviactioneditor.a
-%%DATADIR%%/%%VER%%/modules/libkviactioneditor.la
-%%DATADIR%%/%%VER%%/modules/libkviactioneditor.so
-%%DATADIR%%/%%VER%%/modules/libkvialiaseditor.a
-%%DATADIR%%/%%VER%%/modules/libkvialiaseditor.la
-%%DATADIR%%/%%VER%%/modules/libkvialiaseditor.so
-%%DATADIR%%/%%VER%%/modules/libkviavatar.a
-%%DATADIR%%/%%VER%%/modules/libkviavatar.la
-%%DATADIR%%/%%VER%%/modules/libkviavatar.so
-%%DATADIR%%/%%VER%%/modules/libkvichan.a
-%%DATADIR%%/%%VER%%/modules/libkvichan.la
-%%DATADIR%%/%%VER%%/modules/libkvichan.so
-%%DATADIR%%/%%VER%%/modules/libkvichannelsjoin.a
-%%DATADIR%%/%%VER%%/modules/libkvichannelsjoin.la
-%%DATADIR%%/%%VER%%/modules/libkvichannelsjoin.so
-%%DATADIR%%/%%VER%%/modules/libkviclock.a
-%%DATADIR%%/%%VER%%/modules/libkviclock.la
-%%DATADIR%%/%%VER%%/modules/libkviclock.so
-%%DATADIR%%/%%VER%%/modules/libkvicodetester.a
-%%DATADIR%%/%%VER%%/modules/libkvicodetester.la
-%%DATADIR%%/%%VER%%/modules/libkvicodetester.so
-%%DATADIR%%/%%VER%%/modules/libkviconfig.a
-%%DATADIR%%/%%VER%%/modules/libkviconfig.la
-%%DATADIR%%/%%VER%%/modules/libkviconfig.so
-%%DATADIR%%/%%VER%%/modules/libkvidcc.a
-%%DATADIR%%/%%VER%%/modules/libkvidcc.la
-%%DATADIR%%/%%VER%%/modules/libkvidcc.so
-%%DATADIR%%/%%VER%%/modules/libkvidialog.a
-%%DATADIR%%/%%VER%%/modules/libkvidialog.la
-%%DATADIR%%/%%VER%%/modules/libkvidialog.so
-%%DATADIR%%/%%VER%%/modules/libkvidockwidget.a
-%%DATADIR%%/%%VER%%/modules/libkvidockwidget.la
-%%DATADIR%%/%%VER%%/modules/libkvidockwidget.so
-%%DATADIR%%/%%VER%%/modules/libkvieditor.a
-%%DATADIR%%/%%VER%%/modules/libkvieditor.la
-%%DATADIR%%/%%VER%%/modules/libkvieditor.so
-%%DATADIR%%/%%VER%%/modules/libkvieventeditor.a
-%%DATADIR%%/%%VER%%/modules/libkvieventeditor.la
-%%DATADIR%%/%%VER%%/modules/libkvieventeditor.so
-%%DATADIR%%/%%VER%%/modules/libkvifile.a
-%%DATADIR%%/%%VER%%/modules/libkvifile.la
-%%DATADIR%%/%%VER%%/modules/libkvifile.so
-%%DATADIR%%/%%VER%%/modules/libkvifiletransferwindow.a
-%%DATADIR%%/%%VER%%/modules/libkvifiletransferwindow.la
-%%DATADIR%%/%%VER%%/modules/libkvifiletransferwindow.so
-%%DATADIR%%/%%VER%%/modules/libkvihelp.a
-%%DATADIR%%/%%VER%%/modules/libkvihelp.la
-%%DATADIR%%/%%VER%%/modules/libkvihelp.so
-%%DATADIR%%/%%VER%%/modules/libkvihttp.a
-%%DATADIR%%/%%VER%%/modules/libkvihttp.la
-%%DATADIR%%/%%VER%%/modules/libkvihttp.so
-%%DATADIR%%/%%VER%%/modules/libkviident.a
-%%DATADIR%%/%%VER%%/modules/libkviident.la
-%%DATADIR%%/%%VER%%/modules/libkviident.so
-%%DATADIR%%/%%VER%%/modules/libkviiograph.a
-%%DATADIR%%/%%VER%%/modules/libkviiograph.la
-%%DATADIR%%/%%VER%%/modules/libkviiograph.so
-%%DATADIR%%/%%VER%%/modules/libkvilag.a
-%%DATADIR%%/%%VER%%/modules/libkvilag.la
-%%DATADIR%%/%%VER%%/modules/libkvilag.so
-%%DATADIR%%/%%VER%%/modules/libkvilamerizer.a
-%%DATADIR%%/%%VER%%/modules/libkvilamerizer.la
-%%DATADIR%%/%%VER%%/modules/libkvilamerizer.so
-%%DATADIR%%/%%VER%%/modules/libkvilinks.a
-%%DATADIR%%/%%VER%%/modules/libkvilinks.la
-%%DATADIR%%/%%VER%%/modules/libkvilinks.so
-%%DATADIR%%/%%VER%%/modules/libkvilist.a
-%%DATADIR%%/%%VER%%/modules/libkvilist.la
-%%DATADIR%%/%%VER%%/modules/libkvilist.so
-%%DATADIR%%/%%VER%%/modules/libkvilog.a
-%%DATADIR%%/%%VER%%/modules/libkvilog.la
-%%DATADIR%%/%%VER%%/modules/libkvilog.so
-%%DATADIR%%/%%VER%%/modules/libkvilogview.a
-%%DATADIR%%/%%VER%%/modules/libkvilogview.la
-%%DATADIR%%/%%VER%%/modules/libkvilogview.so
-%%DATADIR%%/%%VER%%/modules/libkvimask.a
-%%DATADIR%%/%%VER%%/modules/libkvimask.la
-%%DATADIR%%/%%VER%%/modules/libkvimask.so
-%%DATADIR%%/%%VER%%/modules/libkvimircimport.a
-%%DATADIR%%/%%VER%%/modules/libkvimircimport.la
-%%DATADIR%%/%%VER%%/modules/libkvimircimport.so
-%%DATADIR%%/%%VER%%/modules/libkvimy.a
-%%DATADIR%%/%%VER%%/modules/libkvimy.la
-%%DATADIR%%/%%VER%%/modules/libkvimy.so
-%%DATADIR%%/%%VER%%/modules/libkvinotifier.a
-%%DATADIR%%/%%VER%%/modules/libkvinotifier.la
-%%DATADIR%%/%%VER%%/modules/libkvinotifier.so
-%%DATADIR%%/%%VER%%/modules/libkviobjects.a
-%%DATADIR%%/%%VER%%/modules/libkviobjects.la
-%%DATADIR%%/%%VER%%/modules/libkviobjects.so
-%%DATADIR%%/%%VER%%/modules/libkvioptions.a
-%%DATADIR%%/%%VER%%/modules/libkvioptions.la
-%%DATADIR%%/%%VER%%/modules/libkvioptions.so
-%%DATADIR%%/%%VER%%/modules/libkviperl.a
-%%DATADIR%%/%%VER%%/modules/libkviperl.la
-%%DATADIR%%/%%VER%%/modules/libkviperl.so
-%%DATADIR%%/%%VER%%/modules/libkviperlcore.a
-%%DATADIR%%/%%VER%%/modules/libkviperlcore.la
-%%DATADIR%%/%%VER%%/modules/libkviperlcore.so
-%%DATADIR%%/%%VER%%/modules/libkvipopupeditor.a
-%%DATADIR%%/%%VER%%/modules/libkvipopupeditor.la
-%%DATADIR%%/%%VER%%/modules/libkvipopupeditor.so
-%%DATADIR%%/%%VER%%/modules/libkviraweditor.a
-%%DATADIR%%/%%VER%%/modules/libkviraweditor.la
-%%DATADIR%%/%%VER%%/modules/libkviraweditor.so
-%%DATADIR%%/%%VER%%/modules/libkviregchan.a
-%%DATADIR%%/%%VER%%/modules/libkviregchan.la
-%%DATADIR%%/%%VER%%/modules/libkviregchan.so
-%%DATADIR%%/%%VER%%/modules/libkvireguser.a
-%%DATADIR%%/%%VER%%/modules/libkvireguser.la
-%%DATADIR%%/%%VER%%/modules/libkvireguser.so
-%%DATADIR%%/%%VER%%/modules/libkvirijndael.a
-%%DATADIR%%/%%VER%%/modules/libkvirijndael.la
-%%DATADIR%%/%%VER%%/modules/libkvirijndael.so
-%%DATADIR%%/%%VER%%/modules/libkvisetup.a
-%%DATADIR%%/%%VER%%/modules/libkvisetup.la
-%%DATADIR%%/%%VER%%/modules/libkvisetup.so
-%%DATADIR%%/%%VER%%/modules/libkvisharedfile.a
-%%DATADIR%%/%%VER%%/modules/libkvisharedfile.la
-%%DATADIR%%/%%VER%%/modules/libkvisharedfile.so
-%%DATADIR%%/%%VER%%/modules/libkvisharedfileswindow.a
-%%DATADIR%%/%%VER%%/modules/libkvisharedfileswindow.la
-%%DATADIR%%/%%VER%%/modules/libkvisharedfileswindow.so
-%%DATADIR%%/%%VER%%/modules/libkvisnd.a
-%%DATADIR%%/%%VER%%/modules/libkvisnd.la
-%%DATADIR%%/%%VER%%/modules/libkvisnd.so
-%%DATADIR%%/%%VER%%/modules/libkvisocketspy.a
-%%DATADIR%%/%%VER%%/modules/libkvisocketspy.la
-%%DATADIR%%/%%VER%%/modules/libkvisocketspy.so
-%%DATADIR%%/%%VER%%/modules/libkvispaste.a
-%%DATADIR%%/%%VER%%/modules/libkvispaste.la
-%%DATADIR%%/%%VER%%/modules/libkvispaste.so
-%%DATADIR%%/%%VER%%/modules/libkvistr.a
-%%DATADIR%%/%%VER%%/modules/libkvistr.la
-%%DATADIR%%/%%VER%%/modules/libkvistr.so
-%%DATADIR%%/%%VER%%/modules/libkvisystem.a
-%%DATADIR%%/%%VER%%/modules/libkvisystem.la
-%%DATADIR%%/%%VER%%/modules/libkvisystem.so
-%%DATADIR%%/%%VER%%/modules/libkviterm.a
-%%DATADIR%%/%%VER%%/modules/libkviterm.la
-%%DATADIR%%/%%VER%%/modules/libkviterm.so
-%%DATADIR%%/%%VER%%/modules/libkvitip.a
-%%DATADIR%%/%%VER%%/modules/libkvitip.la
-%%DATADIR%%/%%VER%%/modules/libkvitip.so
-%%DATADIR%%/%%VER%%/modules/libkvitmphighlight.a
-%%DATADIR%%/%%VER%%/modules/libkvitmphighlight.la
-%%DATADIR%%/%%VER%%/modules/libkvitmphighlight.so
-%%DATADIR%%/%%VER%%/modules/libkvitoolbar.a
-%%DATADIR%%/%%VER%%/modules/libkvitoolbar.la
-%%DATADIR%%/%%VER%%/modules/libkvitoolbar.so
-%%DATADIR%%/%%VER%%/modules/libkvitoolbareditor.a
-%%DATADIR%%/%%VER%%/modules/libkvitoolbareditor.la
-%%DATADIR%%/%%VER%%/modules/libkvitoolbareditor.so
-%%DATADIR%%/%%VER%%/modules/libkviurl.a
-%%DATADIR%%/%%VER%%/modules/libkviurl.la
-%%DATADIR%%/%%VER%%/modules/libkviurl.so
-%%DATADIR%%/%%VER%%/modules/libkviwindow.a
-%%DATADIR%%/%%VER%%/modules/libkviwindow.la
-%%DATADIR%%/%%VER%%/modules/libkviwindow.so
-%%DATADIR%%/%%VER%%/modules/libkviaddon.a
-%%DATADIR%%/%%VER%%/modules/libkviaddon.la
-%%DATADIR%%/%%VER%%/modules/libkviaddon.so
-%%DATADIR%%/%%VER%%/modules/libkvimath.a
-%%DATADIR%%/%%VER%%/modules/libkvimath.la
-%%DATADIR%%/%%VER%%/modules/libkvimath.so
-%%DATADIR%%/%%VER%%/modules/libkvimediaplayer.a
-%%DATADIR%%/%%VER%%/modules/libkvimediaplayer.la
-%%DATADIR%%/%%VER%%/modules/libkvimediaplayer.so
-%%DATADIR%%/%%VER%%/modules/libkvitexticons.a
-%%DATADIR%%/%%VER%%/modules/libkvitexticons.la
-%%DATADIR%%/%%VER%%/modules/libkvitexticons.so
-%%DATADIR%%/%%VER%%/modules/libkvitheme.a
-%%DATADIR%%/%%VER%%/modules/libkvitheme.la
-%%DATADIR%%/%%VER%%/modules/libkvitheme.so
-%%DATADIR%%/%%VER%%/msgcolors/all-black.msgclr
-%%DATADIR%%/%%VER%%/msgcolors/all-gray.msgclr
-%%DATADIR%%/%%VER%%/msgcolors/all-green.msgclr
-%%DATADIR%%/%%VER%%/msgcolors/all-white.msgclr
-%%DATADIR%%/%%VER%%/msgcolors/colored-2.msgclr
-%%DATADIR%%/%%VER%%/msgcolors/colored.msgclr
-%%DATADIR%%/%%VER%%/msgcolors/default.msgclr
-%%DATADIR%%/%%VER%%/msgcolors/heavy-colors.msgclr
-%%DATADIR%%/%%VER%%/pics/kvi_activitymeter.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_actioneditor.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_actions.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_aliaseditor.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_cascadewindows.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_channellist.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_channels.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_channelspopup.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_codetester.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_connected.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_connecting.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_disconnected.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_eventeditor.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_folder.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_help.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpback.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpclose.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpforward.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpindex.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpsearch.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_identity.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_irccontextdisplay.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_keyboard.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_kvircwww.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_mailinglist.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_minimizeallwindows.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_networklinks.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_newirccontext.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_nickpopup.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_nokeyboard.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_popupeditor.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_quit.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_raweditor.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_regusers.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_separator.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_server.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_servers.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_settings.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_socketspy.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_tilewindows.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_toolbareditor.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_tools.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_trashcan.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_unknown.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_usermode.png
-%%DATADIR%%/%%VER%%/pics/kvi_dccfiletransfericons.png
-%%DATADIR%%/%%VER%%/pics/kvi_dock.png
-%%DATADIR%%/%%VER%%/pics/kvi_httpicons.png
-%%DATADIR%%/%%VER%%/pics/kvi_mircimport.png
-%%DATADIR%%/%%VER%%/pics/kvi_setup_label.png
-%%DATADIR%%/%%VER%%/pics/kvi_splash.png
-%%DATADIR%%/%%VER%%/pics/kvi_tip.png
-%%DATADIR%%/%%VER%%/pics/kvi_userchanstate.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_body_next_clicked.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_body_next_off.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_body_next_on.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_body_prev_clicked.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_body_prev_off.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_body_prev_on.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_body_write_clicked.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_body_write_off.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_body_write_on.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_close_clicked.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_close_clicked_hl.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_close_out.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_close_out_hl.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_close_over.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_close_over_hl.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_close_clicked.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_close_off.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_close_on.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_next_clicked.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_next_out.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_next_over.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_prev_clicked.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_prev_out.png
-%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_prev_over.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_body_dwn.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_body_dwndx.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_body_dwnsx.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_body_dx.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_body_kvirc.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_body_kvirc_dwn.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_body_kvirc_sx.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_body_sx.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_caption_bkg.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_caption_bkg_hl.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_caption_dx.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_caption_dx_hl.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_caption_sx.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_caption_sx_hl.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_bkg.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_dx.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_focused_bkg.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_focused_dx.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_focused_sx.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_sx.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_unfocused_bkg.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_unfocused_dx.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_unfocused_sx.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dwn.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dwn_hl.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dwndx.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dwndx_hl.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dwnsx.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dwnsx_hl.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dx.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dx_hl.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_sx.png
-%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_sx_hl.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_accept.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_action.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_addons.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_afraid.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_alert.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_alias.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_aliashighlighted.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_angry.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_applet.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_autotilewindows.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_avatar.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_away.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_ban.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_banexcept.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_banunexcept.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_biggrin.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_biggrineyes.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_biggringlasses.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_binarytext.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_blacksquare.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_bluesquare.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_bomb.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_bookmarks.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_broadcastnotice.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_broadcastprivmsg.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_bug.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_cafe.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_canvas.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_caption.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_cascadewindows.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_chanadmin.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_chanadminaway.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_chanmode.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_chanmodehide.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_channel.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_channelnotice.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_channelnoticecrypted.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_chanowner.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_chanowneraway.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_chanprivmsg.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_chanprivmsgcrypted.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_chanserv.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_chanunadmin.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_chanunowner.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_classictaskbar.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_close.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_colors.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_console.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_copy.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_cry.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_ctcpreply.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_ctcpreplyunknown.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_ctcprequestflood.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_ctcprequestignored.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_ctcprequestreplied.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_ctcprequestunknown.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_cut.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_cyansquare.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_dccchatmsg.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_dccchatmsgcrypted.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_dccerror.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_dccmsg.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_dccrequest.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_dccvoice.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_deadchannel.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_deadquery.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_default.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_deleteitem.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_demoralized.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_deop.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_deuserop.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_devoice.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_discard.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_dkgreensquare.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_dock.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_dockwidget.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_edititem.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_editor.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_epilogue.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_event.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_eventnohandlers.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_eye.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_file.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_files.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_filetransfer.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_finger.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_floppy.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_folder.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_gnutella.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_greensquare.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_gui.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_halfdeop.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_halfop.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_halfopaway.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_handler.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_handlerdisabled.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_heart.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_heartbroken.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_help.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_hidedoubleview.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_hidelistview.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_home.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_homepage.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_iconmanager.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_icq.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_icqblue.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_icqlightgreen.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_icqlightyellow.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_icqred.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_icqyellow.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_idea.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_ident.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_ignore.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_input.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_invisible.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_invite.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_inviteexcept.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_inviteunexcept.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_irc.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_irc0.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_irc1.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_irc2.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_irc3.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_irc4.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_irc5.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_ircview.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_join.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_key.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_kick.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_kiss.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_kvirc.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_limit.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_links.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_linux.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_list.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_locked.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_lockedoff.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_log.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_look.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_maxhorizontal.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_maximize.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_maxvertical.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_mdihelp.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_meban.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_mebanexcept.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_mebanunexcept.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_mechanadmin.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_mechanowner.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_mechanunadmin.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_mechanunowner.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_medehalfop.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_medeop.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_medeuserop.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_medevoice.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_mehalfop.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_meinviteexcept.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_meinviteunexcept.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_mekick.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_meop.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_message.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_messages.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_messagesent.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_meunban.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_meuserop.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_mevoice.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_minimize.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_minus.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_mode.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_motd.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_multimedia.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_namespace.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_newitem.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_newitembywizard.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_nick.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_nicknameproblem.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_nickserv.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_nochannel.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_none.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_notaway.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_notifyoffline.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_notifyonline.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_op.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_opaway.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_options.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_ownprivmsg.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_ownprivmsgcrypted.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_package.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_parsererror.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_parserwarning.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_part.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_paste.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_play.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_plus.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_popup.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_popupmenu.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_prologue.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_proxy.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_query.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_querynotice.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_querynoticecrypted.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_queryprivmsg.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_queryprivmsgcrypted.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_querytrace.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_quit.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_quitapp.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_quitsplit.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_raw.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_rawevent.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_raweventnohandlers.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_record.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_redsquare.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_refresh.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_regusers.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_restore.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_retry.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_rose.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_saycolors.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_sayicon.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_saykvs.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_saysmile.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_scriptaction.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_scriptcenter.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_search.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_server.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_servererror.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_serverinfo.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_servernotice.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_serverping.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_servnotice.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_sharedfiles.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_showdoubleview.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_showlistview.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_shy.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_slurp.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_smile.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_socketerror.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_socketmessage.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_socketwarning.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_sound.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_spam.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_split.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_spy.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_ssl.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_stats.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_statusbar.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_surprised1.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_surprised2.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_systemerror.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_systemmessage.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_systemwarning.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_tearsmile.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_terminal.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_textencoding.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_textexclamative.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_textpoints.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_theme.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_themeoptions.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_tilewindows.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_time.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_tongue.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_tongue2.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_toolbar.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_topic.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_transfer.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_transparent.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_treetaskbar.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_ugly.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_unban.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_undock.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_unhandled.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_unlocked.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_unlockedoff.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_unrecognized.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_url.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_userlist.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_userop.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_useropaway.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_userwindow.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_violetsquare.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_voice.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_voiceaway.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_wallops.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_who.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_whoischannels.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_whoisidle.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_whoisother.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_whoisserver.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_whoisuser.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_world.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_xy.png
-%%DATADIR%%/%%VER%%/pics/coresmall/kcs_yellowsquare.png
-%%DATADIR%%/%%VER%%/pics/kvi_actiondrawer.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_addons.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_kvs.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_open.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_pack.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_remove.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_save.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_theme.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_themeoptions.png
-%%DATADIR%%/%%VER%%/pics/kvi_bigicon_www.png
-%%DATADIR%%/%%VER%%/pics/kvi_checkbox_selected.png
-%%DATADIR%%/%%VER%%/pics/kvi_checkbox_unselected.png
-%%DATADIR%%/%%VER%%/pics/kvi_dialog_addons.png
-%%DATADIR%%/%%VER%%/pics/kvi_horizontal_left.png
-%%DATADIR%%/%%VER%%/pics/kvi_horizontal_right.png
-%%DATADIR%%/%%VER%%/pics/kvi_icon_female.png
-%%DATADIR%%/%%VER%%/pics/kvi_icon_male.png
-%%DATADIR%%/%%VER%%/pics/kvi_icon_refresh.png
-%%DATADIR%%/%%VER%%/pics/kvi_setup_theme_hires.png
-%%DATADIR%%/%%VER%%/pics/kvi_setup_theme_lowres.png
-%%DATADIR%%/%%VER%%/pics/kvi_splash_overlay.png
-%%DATADIR%%/%%VER%%/pics/kvi_toolbutton_menuindicator.png
-%%DATADIR%%/%%VER%%/pics/notifier_background.png
-%%DATADIR%%/%%VER%%/pics/notifier_close.png
-%%DATADIR%%/%%VER%%/pics/notifier_down.png
-%%DATADIR%%/%%VER%%/pics/notifier_left.png
-%%DATADIR%%/%%VER%%/pics/notifier_pen.png
-%%DATADIR%%/%%VER%%/pics/notifier_right.png
-%%DATADIR%%/%%VER%%/pics/notifier_up.png
-%%DATADIR%%/%%VER%%/themes/silverirc/pixmapInputBackground.png
-%%DATADIR%%/%%VER%%/themes/silverirc/pixmapIrcViewBackground.png
-%%DATADIR%%/%%VER%%/themes/silverirc/pixmapUserListViewBackground.png
-%%DATADIR%%/%%VER%%/themes/silverirc/themedata.kvc
-%%DATADIR%%/%%VER%%/themes/silverirc/themeinfo.kvc
-@dirrm %%DATADIR%%/%%VER%%/themes/silverirc
-@dirrm %%DATADIR%%/%%VER%%/themes
-@dirrm %%DATADIR%%/%%VER%%/pics/coresmall
-@dirrm %%DATADIR%%/%%VER%%/pics
-@dirrm %%DATADIR%%/%%VER%%/msgcolors
-@dirrm %%DATADIR%%/%%VER%%/modules/caps/tool
-@dirrm %%DATADIR%%/%%VER%%/modules/caps/serverimport
-@dirrm %%DATADIR%%/%%VER%%/modules/caps/crypt
-@dirrm %%DATADIR%%/%%VER%%/modules/caps/action
-@dirrm %%DATADIR%%/%%VER%%/modules/caps
-@dirrm %%DATADIR%%/%%VER%%/modules
-@dirrm %%DATADIR%%/%%VER%%/locale
-@dirrm %%DATADIR%%/%%VER%%/license
-@dirrm %%DATADIR%%/%%VER%%/help/en
-@dirrm %%DATADIR%%/%%VER%%/help
-@dirrm %%DATADIR%%/%%VER%%/defscript
-@dirrm %%DATADIR%%/%%VER%%/config/modules
-@dirrm %%DATADIR%%/%%VER%%/config
-@dirrm %%DATADIR%%/%%VER%%
-@dirrm %%DATADIR%%
-@dirrm include/kvirc/%%VER%%
-@dirrm include/kvirc
+share/icons/hicolor/64x64/mimetypes/text-x-kvs.png
+share/icons/hicolor/64x64/mimetypes/text-x-kvc.png
+share/icons/hicolor/64x64/mimetypes/application-x-kvt.png
+share/icons/hicolor/64x64/mimetypes/application-x-kva.png
+share/icons/hicolor/scalable/apps/kvirc.svgz
+share/icons/hicolor/scalable/mimetypes/text-x-kvs.svgz
+share/icons/hicolor/scalable/mimetypes/text-x-kvc.svgz
+share/icons/hicolor/scalable/mimetypes/application-x-kvt.svgz
+share/icons/hicolor/scalable/mimetypes/application-x-kva.svgz
+share/kvirc/4.0/config/modules/libkvitip.kvc
+share/kvirc/4.0/config/modules/libkvitip_cs.kvc
+share/kvirc/4.0/config/modules/libkvitip_de.kvc
+share/kvirc/4.0/config/modules/libkvitip_it.kvc
+share/kvirc/4.0/config/modules/libkvitip_ru.kvc
+share/kvirc/4.0/config/serverdb.kvc
+share/kvirc/4.0/config/texticons.kvc
+share/kvirc/4.0/defscript/aliases.kvs
+share/kvirc/4.0/defscript/default.kvs
+share/kvirc/4.0/defscript/events.kvs
+share/kvirc/4.0/defscript/installer.kvs
+share/kvirc/4.0/defscript/popups.kvs
+share/kvirc/4.0/defscript/theme-install.kvs
+share/kvirc/4.0/defscript/toolbars.kvs
+share/kvirc/4.0/defscript/classes.kvs
+share/kvirc/4.0/doc/FAQ
+share/kvirc/4.0/doc/INSTALL
+share/kvirc/4.0/doc/INSTALL-MacOS.txt
+share/kvirc/4.0/doc/INSTALL-Win32.txt
+share/kvirc/4.0/doc/README
+share/kvirc/4.0/doc/firefox.hack.txt
+share/kvirc/4.0/doc/hackers.guide.txt
+share/kvirc/4.0/doc/scriptexamples/README
+share/kvirc/4.0/doc/scriptexamples/antiidle.kvs
+share/kvirc/4.0/doc/scriptexamples/class1.kvs
+share/kvirc/4.0/doc/scriptexamples/exprtest.kvs
+share/kvirc/4.0/doc/scriptexamples/kvisounds/kvisounds.kvs
+share/kvirc/4.0/doc/scriptexamples/kvisounds/waves/bip.au
+share/kvirc/4.0/doc/scriptexamples/kvisounds/waves/cuac.au
+share/kvirc/4.0/doc/scriptexamples/kvisounds/waves/deop.au
+share/kvirc/4.0/doc/scriptexamples/kvisounds/waves/join.au
+share/kvirc/4.0/doc/scriptexamples/kvisounds/waves/kick.au
+share/kvirc/4.0/doc/scriptexamples/kvisounds/waves/login.au
+share/kvirc/4.0/doc/scriptexamples/kvisounds/waves/op.au
+share/kvirc/4.0/doc/scriptexamples/kvisounds/waves/ring.au
+share/kvirc/4.0/doc/scriptexamples/kvisounds/waves/send.au
+share/kvirc/4.0/doc/scriptexamples/kvisounds/waves/transfer.au
+share/kvirc/4.0/doc/scriptexamples/label1.kvs
+share/kvirc/4.0/doc/scriptexamples/mail.kvs
+share/kvirc/4.0/doc/scriptexamples/minesweeper.kvs
+share/kvirc/4.0/doc/scriptexamples/mp3_kdemediaplayers.kvs
+share/kvirc/4.0/doc/scriptexamples/mp3_kdemediaplayers.txt
+share/kvirc/4.0/doc/scriptexamples/mp3info.kvs
+share/kvirc/4.0/doc/scriptexamples/mp3share/mp3share.kvs
+share/kvirc/4.0/doc/scriptexamples/mp3share/mp3share_icon.png
+share/kvirc/4.0/doc/scriptexamples/newkvstest.kvs
+share/kvirc/4.0/doc/scriptexamples/objectsdumptree.kvs
+share/kvirc/4.0/doc/scriptexamples/playing/playing.kvs
+share/kvirc/4.0/doc/scriptexamples/playing/playing_icon.png
+share/kvirc/4.0/doc/scriptexamples/popup1.kvs
+share/kvirc/4.0/doc/scriptexamples/popup2.kvs
+share/kvirc/4.0/doc/scriptexamples/popup3.kvs
+share/kvirc/4.0/doc/scriptexamples/popup4.kvs
+share/kvirc/4.0/doc/scriptexamples/relay.kvs
+share/kvirc/4.0/doc/scriptexamples/runmenu.kvs
+share/kvirc/4.0/doc/scriptexamples/signal1.kvs
+share/kvirc/4.0/doc/scriptexamples/simplehttp.kvs
+share/kvirc/4.0/doc/scriptexamples/socket1.kvs
+share/kvirc/4.0/doc/scriptexamples/srfs.kvs
+share/kvirc/4.0/doc/scriptexamples/switchstress.kvs
+share/kvirc/4.0/doc/scriptexamples/timer1.kvs
+share/kvirc/4.0/doc/scriptexamples/tutorial/minesweeper1.kvs
+share/kvirc/4.0/doc/scriptexamples/tutorial/minesweeper2.kvs
+share/kvirc/4.0/doc/scriptexamples/tutorial/minesweeper3.kvs
+share/kvirc/4.0/doc/scriptexamples/tutorial/minesweeper4.kvs
+share/kvirc/4.0/doc/scriptexamples/tutorial/minesweeper5.kvs
+share/kvirc/4.0/doc/scriptexamples/tutorial/minesweeper6.kvs
+share/kvirc/4.0/doc/scriptexamples/tutorial/minesweeper7.kvs
+share/kvirc/4.0/doc/scriptexamples/widget1.kvs
+share/kvirc/4.0/doc/scriptexamples/widget2.kvs
+share/kvirc/4.0/doc/scripting.faq.txt
+share/kvirc/4.0/doc/themes.howto.txt
+share/kvirc/4.0/doc/translations.howto.txt
+share/kvirc/4.0/doc/ui-style.tips.txt
+share/kvirc/4.0/help/en/_db_class.idx
+share/kvirc/4.0/help/en/_db_command.idx
+share/kvirc/4.0/help/en/_db_event.idx
+share/kvirc/4.0/help/en/_db_function.idx
+share/kvirc/4.0/help/en/_db_generic.idx
+share/kvirc/4.0/help/en/_db_keyterms.idx
+share/kvirc/4.0/help/en/_db_language.idx
+share/kvirc/4.0/help/en/_db_module.idx
+share/kvirc/4.0/help/en/_db_widget.idx
+share/kvirc/4.0/help/en/class_button.html
+share/kvirc/4.0/help/en/class_buttongroup.html
+share/kvirc/4.0/help/en/class_checkbox.html
+share/kvirc/4.0/help/en/class_combobox.html
+share/kvirc/4.0/help/en/class_dialog.html
+share/kvirc/4.0/help/en/class_dockwindow.html
+share/kvirc/4.0/help/en/class_file.html
+share/kvirc/4.0/help/en/class_ftp.html
+share/kvirc/4.0/help/en/class_groupbox.html
+share/kvirc/4.0/help/en/class_hbox.html
+share/kvirc/4.0/help/en/class_http.html
+share/kvirc/4.0/help/en/class_label.html
+share/kvirc/4.0/help/en/class_layout.html
+share/kvirc/4.0/help/en/class_lcdnumber.html
+share/kvirc/4.0/help/en/class_lineedit.html
+share/kvirc/4.0/help/en/class_list.html
+share/kvirc/4.0/help/en/class_mainwindow.html
+share/kvirc/4.0/help/en/class_menubar.html
+share/kvirc/4.0/help/en/class_multilineedit.html
+share/kvirc/4.0/help/en/class_object.html
+share/kvirc/4.0/help/en/class_painter.html
+share/kvirc/4.0/help/en/class_pixmap.html
+share/kvirc/4.0/help/en/class_popupmenu.html
+share/kvirc/4.0/help/en/class_process.html
+share/kvirc/4.0/help/en/class_progressbar.html
+share/kvirc/4.0/help/en/class_radiobutton.html
+share/kvirc/4.0/help/en/class_slider.html
+share/kvirc/4.0/help/en/class_socket.html
+share/kvirc/4.0/help/en/class_spinbox.html
+share/kvirc/4.0/help/en/class_tabwidget.html
+share/kvirc/4.0/help/en/class_textbrowser.html
+share/kvirc/4.0/help/en/class_toolbar.html
+share/kvirc/4.0/help/en/class_toolbutton.html
+share/kvirc/4.0/help/en/class_treewidgetitem.html
+share/kvirc/4.0/help/en/class_vbox.html
+share/kvirc/4.0/help/en/class_widget.html
+share/kvirc/4.0/help/en/class_window.html
+share/kvirc/4.0/help/en/class_wizard.html
+share/kvirc/4.0/help/en/class_workspace.html
+share/kvirc/4.0/help/en/class_wrapper.html
+share/kvirc/4.0/help/en/class_xmlreader.html
+share/kvirc/4.0/help/en/cmd_about.kvirc.html
+share/kvirc/4.0/help/en/cmd_action.create.html
+share/kvirc/4.0/help/en/cmd_action.destroy.html
+share/kvirc/4.0/help/en/cmd_action.disable.html
+share/kvirc/4.0/help/en/cmd_action.enable.html
+share/kvirc/4.0/help/en/cmd_action.list.html
+share/kvirc/4.0/help/en/cmd_action.trigger.html
+share/kvirc/4.0/help/en/cmd_actioneditor.open.html
+share/kvirc/4.0/help/en/cmd_addon.configure.html
+share/kvirc/4.0/help/en/cmd_addon.dialog.html
+share/kvirc/4.0/help/en/cmd_addon.help.html
+share/kvirc/4.0/help/en/cmd_addon.install.html
+share/kvirc/4.0/help/en/cmd_addon.list.html
+share/kvirc/4.0/help/en/cmd_addon.register.html
+share/kvirc/4.0/help/en/cmd_addon.setconfigurecallback.html
+share/kvirc/4.0/help/en/cmd_addon.sethelpcallback.html
+share/kvirc/4.0/help/en/cmd_addon.uninstall.html
+share/kvirc/4.0/help/en/cmd_admin.html
+share/kvirc/4.0/help/en/cmd_ahost.html
+share/kvirc/4.0/help/en/cmd_alias.html
+share/kvirc/4.0/help/en/cmd_aliaseditor.open.html
+share/kvirc/4.0/help/en/cmd_avatar.notify.html
+share/kvirc/4.0/help/en/cmd_avatar.query.html
+share/kvirc/4.0/help/en/cmd_avatar.set.html
+share/kvirc/4.0/help/en/cmd_avatar.unset.html
+share/kvirc/4.0/help/en/cmd_away.html
+share/kvirc/4.0/help/en/cmd_awhois.html
+share/kvirc/4.0/help/en/cmd_back.html
+share/kvirc/4.0/help/en/cmd_ban.html
+share/kvirc/4.0/help/en/cmd_beep.html
+share/kvirc/4.0/help/en/cmd_break.html
+share/kvirc/4.0/help/en/cmd_button.html
+share/kvirc/4.0/help/en/cmd_buttonctl.html
+share/kvirc/4.0/help/en/cmd_channelsjoin.open.html
+share/kvirc/4.0/help/en/cmd_class.html
+share/kvirc/4.0/help/en/cmd_codepage.html
+share/kvirc/4.0/help/en/cmd_codetester.open.html
+share/kvirc/4.0/help/en/cmd_config.clear.html
+share/kvirc/4.0/help/en/cmd_config.clearsection.html
+share/kvirc/4.0/help/en/cmd_config.close.html
+share/kvirc/4.0/help/en/cmd_config.flush.html
+share/kvirc/4.0/help/en/cmd_config.setsection.html
+share/kvirc/4.0/help/en/cmd_config.write.html
+share/kvirc/4.0/help/en/cmd_continue.html
+share/kvirc/4.0/help/en/cmd_ctcp.html
+share/kvirc/4.0/help/en/cmd_dcc.abort.html
+share/kvirc/4.0/help/en/cmd_dcc.chat.html
+share/kvirc/4.0/help/en/cmd_dcc.get.html
+share/kvirc/4.0/help/en/cmd_dcc.recv.html
+share/kvirc/4.0/help/en/cmd_dcc.rsend.html
+share/kvirc/4.0/help/en/cmd_dcc.send.html
+share/kvirc/4.0/help/en/cmd_dcc.setbandwidthlimit.html
+share/kvirc/4.0/help/en/cmd_dcc.voice.html
+share/kvirc/4.0/help/en/cmd_debug.html
+share/kvirc/4.0/help/en/cmd_defpopup.html
+share/kvirc/4.0/help/en/cmd_delete.html
+share/kvirc/4.0/help/en/cmd_delpopupitem.html
+share/kvirc/4.0/help/en/cmd_deop.html
+share/kvirc/4.0/help/en/cmd_destroy.html
+share/kvirc/4.0/help/en/cmd_devoice.html
+share/kvirc/4.0/help/en/cmd_dialog.file.html
+share/kvirc/4.0/help/en/cmd_dialog.image.html
+share/kvirc/4.0/help/en/cmd_dialog.message.html
+share/kvirc/4.0/help/en/cmd_dialog.textinput.html
+share/kvirc/4.0/help/en/cmd_die.html
+share/kvirc/4.0/help/en/cmd_do.html
+share/kvirc/4.0/help/en/cmd_echo.html
+share/kvirc/4.0/help/en/cmd_echoprivmsg.html
+share/kvirc/4.0/help/en/cmd_error.html
+share/kvirc/4.0/help/en/cmd_eval.html
+share/kvirc/4.0/help/en/cmd_event.html
+share/kvirc/4.0/help/en/cmd_eventctl.html
+share/kvirc/4.0/help/en/cmd_eventeditor.open.html
+share/kvirc/4.0/help/en/cmd_exec.html
+share/kvirc/4.0/help/en/cmd_exit.html
+share/kvirc/4.0/help/en/cmd_file.addimagepath.html
+share/kvirc/4.0/help/en/cmd_file.copy.html
+share/kvirc/4.0/help/en/cmd_file.delimagepath.html
+share/kvirc/4.0/help/en/cmd_file.mkdir.html
+share/kvirc/4.0/help/en/cmd_file.remove.html
+share/kvirc/4.0/help/en/cmd_file.rename.html
+share/kvirc/4.0/help/en/cmd_file.rmdir.html
+share/kvirc/4.0/help/en/cmd_file.write.html
+share/kvirc/4.0/help/en/cmd_file.writelines.html
+share/kvirc/4.0/help/en/cmd_filetransferwindow.open.html
+share/kvirc/4.0/help/en/cmd_for.html
+share/kvirc/4.0/help/en/cmd_foreach.html
+share/kvirc/4.0/help/en/cmd_function.html
+share/kvirc/4.0/help/en/cmd_global.html
+share/kvirc/4.0/help/en/cmd_halt.html
+share/kvirc/4.0/help/en/cmd_help.html
+share/kvirc/4.0/help/en/cmd_help.open.html
+share/kvirc/4.0/help/en/cmd_host.html
+share/kvirc/4.0/help/en/cmd_http.asyncget.html
+share/kvirc/4.0/help/en/cmd_http.get.html
+share/kvirc/4.0/help/en/cmd_ident.start.html
+share/kvirc/4.0/help/en/cmd_ident.stop.html
+share/kvirc/4.0/help/en/cmd_if.html
+share/kvirc/4.0/help/en/cmd_include.html
+share/kvirc/4.0/help/en/cmd_info.html
+share/kvirc/4.0/help/en/cmd_inject.html
+share/kvirc/4.0/help/en/cmd_invite.html
+share/kvirc/4.0/help/en/cmd_iograph.open.html
+share/kvirc/4.0/help/en/cmd_join.html
+share/kvirc/4.0/help/en/cmd_kick.html
+share/kvirc/4.0/help/en/cmd_killtimer.html
+share/kvirc/4.0/help/en/cmd_leave.html
+share/kvirc/4.0/help/en/cmd_links.html
+share/kvirc/4.0/help/en/cmd_links.open.html
+share/kvirc/4.0/help/en/cmd_list.html
+share/kvirc/4.0/help/en/cmd_list.open.html
+share/kvirc/4.0/help/en/cmd_listtimers.html
+share/kvirc/4.0/help/en/cmd_log.flush.html
+share/kvirc/4.0/help/en/cmd_log.start.html
+share/kvirc/4.0/help/en/cmd_log.stop.html
+share/kvirc/4.0/help/en/cmd_logview.open.html
+share/kvirc/4.0/help/en/cmd_lusers.html
+share/kvirc/4.0/help/en/cmd_me.html
+share/kvirc/4.0/help/en/cmd_mediaplayer.detect.html
+share/kvirc/4.0/help/en/cmd_mediaplayer.hide.html
+share/kvirc/4.0/help/en/cmd_mediaplayer.jumpto.html
+share/kvirc/4.0/help/en/cmd_mediaplayer.minimize.html
+share/kvirc/4.0/help/en/cmd_mediaplayer.mute.html
+share/kvirc/4.0/help/en/cmd_mediaplayer.next.html
+share/kvirc/4.0/help/en/cmd_mediaplayer.pause.html
+share/kvirc/4.0/help/en/cmd_mediaplayer.play.html
+share/kvirc/4.0/help/en/cmd_mediaplayer.playmrl.html
+share/kvirc/4.0/help/en/cmd_mediaplayer.prev.html
+share/kvirc/4.0/help/en/cmd_mediaplayer.quit.html
+share/kvirc/4.0/help/en/cmd_mediaplayer.seteqdata.html
+share/kvirc/4.0/help/en/cmd_mediaplayer.setplayer.html
+share/kvirc/4.0/help/en/cmd_mediaplayer.setplaylistpos.html
+share/kvirc/4.0/help/en/cmd_mediaplayer.setrepeat.html
+share/kvirc/4.0/help/en/cmd_mediaplayer.setshuffle.html
+share/kvirc/4.0/help/en/cmd_mediaplayer.setvol.html
+share/kvirc/4.0/help/en/cmd_mediaplayer.show.html
+share/kvirc/4.0/help/en/cmd_mediaplayer.stop.html
+share/kvirc/4.0/help/en/cmd_mode.html
+share/kvirc/4.0/help/en/cmd_motd.html
+share/kvirc/4.0/help/en/cmd_msg.html
+share/kvirc/4.0/help/en/cmd_my.startidletimer.html
+share/kvirc/4.0/help/en/cmd_my.stopidletimer.html
+share/kvirc/4.0/help/en/cmd_nick.html
+share/kvirc/4.0/help/en/cmd_notice.html
+share/kvirc/4.0/help/en/cmd_notifier.hide.html
+share/kvirc/4.0/help/en/cmd_notifier.message.html
+share/kvirc/4.0/help/en/cmd_notifier.show.html
+share/kvirc/4.0/help/en/cmd_objects.bitblt.html
+share/kvirc/4.0/help/en/cmd_objects.blend.html
+share/kvirc/4.0/help/en/cmd_objects.classes.html
+share/kvirc/4.0/help/en/cmd_objects.clear.html
+share/kvirc/4.0/help/en/cmd_objects.connect.html
+share/kvirc/4.0/help/en/cmd_objects.disconnect.html
+share/kvirc/4.0/help/en/cmd_objects.exists.html
+share/kvirc/4.0/help/en/cmd_objects.instances.html
+share/kvirc/4.0/help/en/cmd_objects.killclass.html
+share/kvirc/4.0/help/en/cmd_objects.name.html
+share/kvirc/4.0/help/en/cmd_objects.variables.html
+share/kvirc/4.0/help/en/cmd_op.html
+share/kvirc/4.0/help/en/cmd_openurl.html
+share/kvirc/4.0/help/en/cmd_oper.html
+share/kvirc/4.0/help/en/cmd_option.html
+share/kvirc/4.0/help/en/cmd_options.dialog.html
+share/kvirc/4.0/help/en/cmd_options.edit.html
+share/kvirc/4.0/help/en/cmd_options.pages.html
+share/kvirc/4.0/help/en/cmd_options.save.html
+share/kvirc/4.0/help/en/cmd_parse.html
+share/kvirc/4.0/help/en/cmd_part.html
+share/kvirc/4.0/help/en/cmd_pass.html
+share/kvirc/4.0/help/en/cmd_perl.begin.html
+share/kvirc/4.0/help/en/cmd_perl.destroy.html
+share/kvirc/4.0/help/en/cmd_perl.end.html
+share/kvirc/4.0/help/en/cmd_play.html
+share/kvirc/4.0/help/en/cmd_popup.html
+share/kvirc/4.0/help/en/cmd_popupeditor.open.html
+share/kvirc/4.0/help/en/cmd_privateimpl.html
+share/kvirc/4.0/help/en/cmd_privmsg.html
+share/kvirc/4.0/help/en/cmd_proxydb.addproxy.html
+share/kvirc/4.0/help/en/cmd_proxydb.sethostname.html
+share/kvirc/4.0/help/en/cmd_proxydb.setip.html
+share/kvirc/4.0/help/en/cmd_proxydb.setipv6.html
+share/kvirc/4.0/help/en/cmd_proxydb.setpass.html
+share/kvirc/4.0/help/en/cmd_proxydb.setport.html
+share/kvirc/4.0/help/en/cmd_proxydb.setprotocol.html
+share/kvirc/4.0/help/en/cmd_proxydb.setuser.html
+share/kvirc/4.0/help/en/cmd_query.html
+share/kvirc/4.0/help/en/cmd_quit.html
+share/kvirc/4.0/help/en/cmd_quote.html
+share/kvirc/4.0/help/en/cmd_raise.html
+share/kvirc/4.0/help/en/cmd_raw.html
+share/kvirc/4.0/help/en/cmd_raweditor.open.html
+share/kvirc/4.0/help/en/cmd_rebind.html
+share/kvirc/4.0/help/en/cmd_regchan.add.html
+share/kvirc/4.0/help/en/cmd_regchan.remove.html
+share/kvirc/4.0/help/en/cmd_regchan.setproperty.html
+share/kvirc/4.0/help/en/cmd_regchan.showlist.html
+share/kvirc/4.0/help/en/cmd_reguser.add.html
+share/kvirc/4.0/help/en/cmd_reguser.addmask.html
+share/kvirc/4.0/help/en/cmd_reguser.delmask.html
+share/kvirc/4.0/help/en/cmd_reguser.edit.html
+share/kvirc/4.0/help/en/cmd_reguser.remove.html
+share/kvirc/4.0/help/en/cmd_reguser.setignoreenabled.html
+share/kvirc/4.0/help/en/cmd_reguser.setignoreflags.html
+share/kvirc/4.0/help/en/cmd_reguser.setproperty.html
+share/kvirc/4.0/help/en/cmd_reguser.showlist.html
+share/kvirc/4.0/help/en/cmd_reguser.wizard.html
+share/kvirc/4.0/help/en/cmd_return.html
+share/kvirc/4.0/help/en/cmd_run.html
+share/kvirc/4.0/help/en/cmd_say.html
+share/kvirc/4.0/help/en/cmd_server.html
+share/kvirc/4.0/help/en/cmd_serverdb.addnetwork.html
+share/kvirc/4.0/help/en/cmd_serverdb.addserver.html
+share/kvirc/4.0/help/en/cmd_serverdb.setnetworkconnectcommand.html
+share/kvirc/4.0/help/en/cmd_serverdb.setnetworkdescription.html
+share/kvirc/4.0/help/en/cmd_serverdb.setnetworkencoding.html
+share/kvirc/4.0/help/en/cmd_serverdb.setnetworklogincommand.html
+share/kvirc/4.0/help/en/cmd_serverdb.setnetworknickname.html
+share/kvirc/4.0/help/en/cmd_serverdb.setnetworkrealname.html
+share/kvirc/4.0/help/en/cmd_serverdb.setnetworktextencoding.html
+share/kvirc/4.0/help/en/cmd_serverdb.setnetworkusername.html
+share/kvirc/4.0/help/en/cmd_serverdb.setserverconnectcommand.html
+share/kvirc/4.0/help/en/cmd_serverdb.setserverdescription.html
+share/kvirc/4.0/help/en/cmd_serverdb.setserverencoding.html
+share/kvirc/4.0/help/en/cmd_serverdb.setserverlogincommand.html
+share/kvirc/4.0/help/en/cmd_serverdb.setservernickname.html
+share/kvirc/4.0/help/en/cmd_serverdb.setserverrealname.html
+share/kvirc/4.0/help/en/cmd_serverdb.setservertextencoding.html
+share/kvirc/4.0/help/en/cmd_serverdb.setserverusername.html
+share/kvirc/4.0/help/en/cmd_service.html
+share/kvirc/4.0/help/en/cmd_setmenu.html
+share/kvirc/4.0/help/en/cmd_setreturn.html
+share/kvirc/4.0/help/en/cmd_sharedfile.add.html
+share/kvirc/4.0/help/en/cmd_sharedfile.clear.html
+share/kvirc/4.0/help/en/cmd_sharedfile.list.html
+share/kvirc/4.0/help/en/cmd_sharedfile.remove.html
+share/kvirc/4.0/help/en/cmd_sharedfileswindow.open.html
+share/kvirc/4.0/help/en/cmd_snd.mute.html
+share/kvirc/4.0/help/en/cmd_snd.play.html
+share/kvirc/4.0/help/en/cmd_snd.unmute.html
+share/kvirc/4.0/help/en/cmd_sockets.html
+share/kvirc/4.0/help/en/cmd_socketspy.open.html
+share/kvirc/4.0/help/en/cmd_spaste.clipboard.html
+share/kvirc/4.0/help/en/cmd_spaste.file.html
+share/kvirc/4.0/help/en/cmd_spaste.list.html
+share/kvirc/4.0/help/en/cmd_spaste.setdelay.html
+share/kvirc/4.0/help/en/cmd_spaste.stop.html
+share/kvirc/4.0/help/en/cmd_squery.html
+share/kvirc/4.0/help/en/cmd_squit.html
+share/kvirc/4.0/help/en/cmd_srand.html
+share/kvirc/4.0/help/en/cmd_stats.html
+share/kvirc/4.0/help/en/cmd_switch.html
+share/kvirc/4.0/help/en/cmd_system.setclipboard.html
+share/kvirc/4.0/help/en/cmd_system.setenv.html
+share/kvirc/4.0/help/en/cmd_system.setselection.html
+share/kvirc/4.0/help/en/cmd_system.toclipboard.html
+share/kvirc/4.0/help/en/cmd_term.open.html
+share/kvirc/4.0/help/en/cmd_texticons.set.html
+share/kvirc/4.0/help/en/cmd_theme.dialog.html
+share/kvirc/4.0/help/en/cmd_theme.install.html
+share/kvirc/4.0/help/en/cmd_theme.screenshot.html
+share/kvirc/4.0/help/en/cmd_time.html
+share/kvirc/4.0/help/en/cmd_timer.html
+share/kvirc/4.0/help/en/cmd_tip.open.html
+share/kvirc/4.0/help/en/cmd_toolbar.additem.html
+share/kvirc/4.0/help/en/cmd_toolbar.clear.html
+share/kvirc/4.0/help/en/cmd_toolbar.create.html
+share/kvirc/4.0/help/en/cmd_toolbar.destroy.html
+share/kvirc/4.0/help/en/cmd_toolbar.hide.html
+share/kvirc/4.0/help/en/cmd_toolbar.remove.html
+share/kvirc/4.0/help/en/cmd_toolbar.show.html
+share/kvirc/4.0/help/en/cmd_toolbareditor.open.html
+share/kvirc/4.0/help/en/cmd_topic.html
+share/kvirc/4.0/help/en/cmd_torrent.announce.html
+share/kvirc/4.0/help/en/cmd_torrent.setclient.html
+share/kvirc/4.0/help/en/cmd_torrent.setfilepriority.html
+share/kvirc/4.0/help/en/cmd_torrent.setmaxdownloadspeed.html
+share/kvirc/4.0/help/en/cmd_torrent.setmaxuploadspeed.html
+share/kvirc/4.0/help/en/cmd_torrent.start.html
+share/kvirc/4.0/help/en/cmd_torrent.startall.html
+share/kvirc/4.0/help/en/cmd_torrent.stop.html
+share/kvirc/4.0/help/en/cmd_torrent.stopall.html
+share/kvirc/4.0/help/en/cmd_trace.html
+share/kvirc/4.0/help/en/cmd_trayicon.hide.html
+share/kvirc/4.0/help/en/cmd_trayicon.hidewindow.html
+share/kvirc/4.0/help/en/cmd_trayicon.show.html
+share/kvirc/4.0/help/en/cmd_trload.html
+share/kvirc/4.0/help/en/cmd_trunload.html
+share/kvirc/4.0/help/en/cmd_unban.html
+share/kvirc/4.0/help/en/cmd_unset.html
+share/kvirc/4.0/help/en/cmd_upnp.addportmapping.html
+share/kvirc/4.0/help/en/cmd_upnp.delportmapping.html
+share/kvirc/4.0/help/en/cmd_upnp.refresh.html
+share/kvirc/4.0/help/en/cmd_url.config.html
+share/kvirc/4.0/help/en/cmd_url.list.html
+share/kvirc/4.0/help/en/cmd_version.html
+share/kvirc/4.0/help/en/cmd_voice.html
+share/kvirc/4.0/help/en/cmd_warning.html
+share/kvirc/4.0/help/en/cmd_while.html
+share/kvirc/4.0/help/en/cmd_who.html
+share/kvirc/4.0/help/en/cmd_whois.html
+share/kvirc/4.0/help/en/cmd_whowas.html
+share/kvirc/4.0/help/en/cmd_window.activate.html
+share/kvirc/4.0/help/en/cmd_window.clearoutput.html
+share/kvirc/4.0/help/en/cmd_window.close.html
+share/kvirc/4.0/help/en/cmd_window.demandattention.html
+share/kvirc/4.0/help/en/cmd_window.dock.html
+share/kvirc/4.0/help/en/cmd_window.highlight.html
+share/kvirc/4.0/help/en/cmd_window.insertininputtext.html
+share/kvirc/4.0/help/en/cmd_window.listtypes.html
+share/kvirc/4.0/help/en/cmd_window.maximize.html
+share/kvirc/4.0/help/en/cmd_window.minimize.html
+share/kvirc/4.0/help/en/cmd_window.restore.html
+share/kvirc/4.0/help/en/cmd_window.setbackground.html
+share/kvirc/4.0/help/en/cmd_window.setcryptengine.html
+share/kvirc/4.0/help/en/cmd_window.setinputtext.html
+share/kvirc/4.0/help/en/cmd_window.setwindowtitle.html
+share/kvirc/4.0/help/en/cmd_window.undock.html
+share/kvirc/4.0/help/en/doc_aliases.html
+share/kvirc/4.0/help/en/doc_antispam.html
+share/kvirc/4.0/help/en/doc_arrayconcatenation.html
+share/kvirc/4.0/help/en/doc_assignment.html
+share/kvirc/4.0/help/en/doc_binding.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_$.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_a.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_b.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_c.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_d.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_e.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_f.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_g.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_h.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_i.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_j.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_k.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_l.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_m.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_n.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_o.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_p.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_q.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_r.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_s.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_t.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_u.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_v.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_w.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_x.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_y.html
+share/kvirc/4.0/help/en/doc_class_alphabetic_z.html
+share/kvirc/4.0/help/en/doc_class_index_all.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_$.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_a.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_b.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_c.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_d.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_e.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_f.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_g.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_h.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_i.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_j.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_k.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_l.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_m.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_n.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_o.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_p.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_q.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_r.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_s.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_t.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_u.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_v.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_w.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_x.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_y.html
+share/kvirc/4.0/help/en/doc_command_alphabetic_z.html
+share/kvirc/4.0/help/en/doc_command_index_all.html
+share/kvirc/4.0/help/en/doc_command_rebinding.html
+share/kvirc/4.0/help/en/doc_commandline.html
+share/kvirc/4.0/help/en/doc_connection_dependant_commands.html
+share/kvirc/4.0/help/en/doc_crypt_engines.html
+share/kvirc/4.0/help/en/doc_ctcp_avatar.html
+share/kvirc/4.0/help/en/doc_ctcp_handling.html
+share/kvirc/4.0/help/en/doc_dcc_connection.html
+share/kvirc/4.0/help/en/doc_easyplugins.html
+share/kvirc/4.0/help/en/doc_escape_sequences.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_$.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_a.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_b.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_c.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_d.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_e.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_f.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_g.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_h.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_i.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_j.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_k.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_l.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_m.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_n.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_o.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_p.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_q.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_r.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_s.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_t.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_u.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_v.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_w.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_x.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_y.html
+share/kvirc/4.0/help/en/doc_event_alphabetic_z.html
+share/kvirc/4.0/help/en/doc_event_index_all.html
+share/kvirc/4.0/help/en/doc_events.html
+share/kvirc/4.0/help/en/doc_expressioneval.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_$.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_a.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_b.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_c.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_d.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_e.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_f.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_g.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_h.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_i.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_j.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_k.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_l.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_m.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_n.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_o.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_p.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_q.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_r.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_s.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_t.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_u.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_v.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_w.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_x.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_y.html
+share/kvirc/4.0/help/en/doc_function_alphabetic_z.html
+share/kvirc/4.0/help/en/doc_function_index_all.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_$.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_a.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_b.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_c.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_d.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_e.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_f.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_g.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_h.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_i.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_j.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_k.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_l.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_m.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_n.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_o.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_p.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_q.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_r.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_s.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_t.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_u.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_v.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_w.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_x.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_y.html
+share/kvirc/4.0/help/en/doc_generic_alphabetic_z.html
+share/kvirc/4.0/help/en/doc_generic_index_all.html
+share/kvirc/4.0/help/en/doc_image_id.html
+share/kvirc/4.0/help/en/doc_incrementdecrement.html
+share/kvirc/4.0/help/en/doc_irc_masks.html
+share/kvirc/4.0/help/en/doc_ircintro.html
+share/kvirc/4.0/help/en/doc_keyboard.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_$.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_a.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_b.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_c.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_d.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_e.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_f.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_g.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_h.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_i.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_j.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_k.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_l.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_m.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_n.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_o.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_p.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_q.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_r.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_s.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_t.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_u.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_v.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_w.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_x.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_y.html
+share/kvirc/4.0/help/en/doc_keyterms_alphabetic_z.html
+share/kvirc/4.0/help/en/doc_keyterms_index_all.html
+share/kvirc/4.0/help/en/doc_kvircintro.html
+share/kvirc/4.0/help/en/doc_kvs_addons.html
+share/kvirc/4.0/help/en/doc_kvs_aliasesandfunctions.html
+share/kvirc/4.0/help/en/doc_kvs_basicconcepts.html
+share/kvirc/4.0/help/en/doc_kvs_codingtips.html
+share/kvirc/4.0/help/en/doc_kvs_datatypes.html
+share/kvirc/4.0/help/en/doc_kvs_introduction.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_$.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_a.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_b.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_c.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_d.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_e.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_f.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_g.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_h.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_i.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_j.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_k.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_l.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_m.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_n.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_o.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_p.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_q.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_r.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_s.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_t.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_u.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_v.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_w.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_x.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_y.html
+share/kvirc/4.0/help/en/doc_language_alphabetic_z.html
+share/kvirc/4.0/help/en/doc_language_index_all.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_$.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_a.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_b.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_c.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_d.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_e.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_f.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_g.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_h.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_i.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_j.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_k.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_l.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_m.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_n.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_o.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_p.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_q.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_r.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_s.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_t.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_u.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_v.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_w.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_x.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_y.html
+share/kvirc/4.0/help/en/doc_module_alphabetic_z.html
+share/kvirc/4.0/help/en/doc_module_index_all.html
+share/kvirc/4.0/help/en/doc_modules.html
+share/kvirc/4.0/help/en/doc_nickserv_proto.html
+share/kvirc/4.0/help/en/doc_noblockingdialogs.html
+share/kvirc/4.0/help/en/doc_notify_list.html
+share/kvirc/4.0/help/en/doc_objects.html
+share/kvirc/4.0/help/en/doc_operators.html
+share/kvirc/4.0/help/en/doc_perl_and_kvs.html
+share/kvirc/4.0/help/en/doc_registered_users.html
+share/kvirc/4.0/help/en/doc_rfc2812.html
+share/kvirc/4.0/help/en/doc_rfc2821wrappers.html
+share/kvirc/4.0/help/en/doc_script_localization.html
+share/kvirc/4.0/help/en/doc_selfarithmetic.html
+share/kvirc/4.0/help/en/doc_selfbitwise.html
+share/kvirc/4.0/help/en/doc_shared_files.html
+share/kvirc/4.0/help/en/doc_stringconcatenation.html
+share/kvirc/4.0/help/en/doc_syntactic_rules.html
+share/kvirc/4.0/help/en/doc_texticons.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_$.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_a.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_b.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_c.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_d.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_e.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_f.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_g.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_h.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_i.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_j.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_k.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_l.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_m.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_n.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_o.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_p.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_q.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_r.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_s.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_t.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_u.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_v.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_w.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_x.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_y.html
+share/kvirc/4.0/help/en/doc_widget_alphabetic_z.html
+share/kvirc/4.0/help/en/doc_widget_index_all.html
+share/kvirc/4.0/help/en/doc_window.html
+share/kvirc/4.0/help/en/doc_window_naming_conventions.html
+share/kvirc/4.0/help/en/event_onaccelkeypressed.html
+share/kvirc/4.0/help/en/event_onaction.html
+share/kvirc/4.0/help/en/event_onban.html
+share/kvirc/4.0/help/en/event_onbanexception.html
+share/kvirc/4.0/help/en/event_onbanexceptionremove.html
+share/kvirc/4.0/help/en/event_onchanadmin.html
+share/kvirc/4.0/help/en/event_onchannellinkclick.html
+share/kvirc/4.0/help/en/event_onchannellinkpopuprequest.html
+share/kvirc/4.0/help/en/event_onchannelmessage.html
+share/kvirc/4.0/help/en/event_onchannelmodechange.html
+share/kvirc/4.0/help/en/event_onchannelnickdefaultactionrequest.html
+share/kvirc/4.0/help/en/event_onchannelnicklinkclick.html
+share/kvirc/4.0/help/en/event_onchannelnickpopuprequest.html
+share/kvirc/4.0/help/en/event_onchannelnotice.html
+share/kvirc/4.0/help/en/event_onchannelpopuprequest.html
+share/kvirc/4.0/help/en/event_onchannelsync.html
+share/kvirc/4.0/help/en/event_onchannelwindowcreated.html
+share/kvirc/4.0/help/en/event_onchanowner.html
+share/kvirc/4.0/help/en/event_onchanservnotice.html
+share/kvirc/4.0/help/en/event_onconsolenicklinkclick.html
+share/kvirc/4.0/help/en/event_onconsolepopuprequest.html
+share/kvirc/4.0/help/en/event_onctcpflood.html
+share/kvirc/4.0/help/en/event_onctcpreply.html
+share/kvirc/4.0/help/en/event_onctcprequest.html
+share/kvirc/4.0/help/en/event_ondccchatconnected.html
+share/kvirc/4.0/help/en/event_ondccchatconnectioninprogress.html
+share/kvirc/4.0/help/en/event_ondccchatdisconnected.html
+share/kvirc/4.0/help/en/event_ondccchaterror.html
+share/kvirc/4.0/help/en/event_ondccchatmessage.html
+share/kvirc/4.0/help/en/event_ondccchatpopuprequest.html
+share/kvirc/4.0/help/en/event_ondccchatwindowclosing.html
+share/kvirc/4.0/help/en/event_ondccchatwindowcreated.html
+share/kvirc/4.0/help/en/event_ondccfiletransferbegin.html
+share/kvirc/4.0/help/en/event_ondccfiletransferconnectioninprogress.html
+share/kvirc/4.0/help/en/event_ondccfiletransferfailed.html
+share/kvirc/4.0/help/en/event_ondccfiletransfersuccess.html
+share/kvirc/4.0/help/en/event_ondccsessioncreated.html
+share/kvirc/4.0/help/en/event_ondccsessiondestroyed.html
+share/kvirc/4.0/help/en/event_ondechanadmin.html
+share/kvirc/4.0/help/en/event_ondechanowner.html
+share/kvirc/4.0/help/en/event_ondehalfop.html
+share/kvirc/4.0/help/en/event_ondeop.html
+share/kvirc/4.0/help/en/event_ondeuserop.html
+share/kvirc/4.0/help/en/event_ondevoice.html
+share/kvirc/4.0/help/en/event_ondisconnectrequest.html
+share/kvirc/4.0/help/en/event_onerror.html
+share/kvirc/4.0/help/en/event_onframewindowcreated.html
+share/kvirc/4.0/help/en/event_onframewindowdestroyed.html
+share/kvirc/4.0/help/en/event_onhalfop.html
+share/kvirc/4.0/help/en/event_onhighlight.html
+share/kvirc/4.0/help/en/event_onhostlinkclick.html
+share/kvirc/4.0/help/en/event_onhostlinkpopuprequest.html
+share/kvirc/4.0/help/en/event_onhttpgetterminated.html
+share/kvirc/4.0/help/en/event_onignoredmessage.html
+share/kvirc/4.0/help/en/event_oninvite.html
+share/kvirc/4.0/help/en/event_oninviteexception.html
+share/kvirc/4.0/help/en/event_oninviteexceptionremove.html
+share/kvirc/4.0/help/en/event_onirc.html
+share/kvirc/4.0/help/en/event_onircconnectionestablished.html
+share/kvirc/4.0/help/en/event_onircconnectionterminated.html
+share/kvirc/4.0/help/en/event_onirccontextcreated.html
+share/kvirc/4.0/help/en/event_onirccontextdestroyed.html
+share/kvirc/4.0/help/en/event_onjoin.html
+share/kvirc/4.0/help/en/event_onkeyset.html
+share/kvirc/4.0/help/en/event_onkeyunset.html
+share/kvirc/4.0/help/en/event_onkick.html
+share/kvirc/4.0/help/en/event_onkvircshutdown.html
+share/kvirc/4.0/help/en/event_onkvircstartup.html
+share/kvirc/4.0/help/en/event_onlagalarmtimedown.html
+share/kvirc/4.0/help/en/event_onlagalarmtimeup.html
+share/kvirc/4.0/help/en/event_onlagcheck.html
+share/kvirc/4.0/help/en/event_onlimitset.html
+share/kvirc/4.0/help/en/event_onlimitunset.html
+share/kvirc/4.0/help/en/event_onmeaction.html
+share/kvirc/4.0/help/en/event_onmeaway.html
+share/kvirc/4.0/help/en/event_onmeback.html
+share/kvirc/4.0/help/en/event_onmeban.html
+share/kvirc/4.0/help/en/event_onmebanexception.html
+share/kvirc/4.0/help/en/event_onmebanexceptionremove.html
+share/kvirc/4.0/help/en/event_onmechanadmin.html
+share/kvirc/4.0/help/en/event_onmechanowner.html
+share/kvirc/4.0/help/en/event_onmedechanadmin.html
+share/kvirc/4.0/help/en/event_onmedechanowner.html
+share/kvirc/4.0/help/en/event_onmedehalfop.html
+share/kvirc/4.0/help/en/event_onmedeop.html
+share/kvirc/4.0/help/en/event_onmedeuserop.html
+share/kvirc/4.0/help/en/event_onmedevoice.html
+share/kvirc/4.0/help/en/event_onmehalfop.html
+share/kvirc/4.0/help/en/event_onmeinviteexception.html
+share/kvirc/4.0/help/en/event_onmeinviteexceptionremove.html
+share/kvirc/4.0/help/en/event_onmejoin.html
+share/kvirc/4.0/help/en/event_onmekick.html
+share/kvirc/4.0/help/en/event_onmenickchange.html
+share/kvirc/4.0/help/en/event_onmeop.html
+share/kvirc/4.0/help/en/event_onmepart.html
+share/kvirc/4.0/help/en/event_onmeunban.html
+share/kvirc/4.0/help/en/event_onmeuserop.html
+share/kvirc/4.0/help/en/event_onmevoice.html
+share/kvirc/4.0/help/en/event_onnetsplit.html
+share/kvirc/4.0/help/en/event_onnickchange.html
+share/kvirc/4.0/help/en/event_onnicklinkdefaultactionrequest.html
+share/kvirc/4.0/help/en/event_onnicklinkpopuprequest.html
+share/kvirc/4.0/help/en/event_onnickservauth.html
+share/kvirc/4.0/help/en/event_onnickservnotice.html
+share/kvirc/4.0/help/en/event_onnotifylistdefaultactionrequest.html
+share/kvirc/4.0/help/en/event_onnotifylistpopuprequest.html
+share/kvirc/4.0/help/en/event_onnotifyoffline.html
+share/kvirc/4.0/help/en/event_onnotifyonline.html
+share/kvirc/4.0/help/en/event_onop.html
+share/kvirc/4.0/help/en/event_onoutboundtraffic.html
+share/kvirc/4.0/help/en/event_onpart.html
+share/kvirc/4.0/help/en/event_onping.html
+share/kvirc/4.0/help/en/event_onpong.html
+share/kvirc/4.0/help/en/event_onqueryfiledropped.html
+share/kvirc/4.0/help/en/event_onquerymessage.html
+share/kvirc/4.0/help/en/event_onquerynickdefaultactionrequest.html
+share/kvirc/4.0/help/en/event_onquerynicklinkclick.html
+share/kvirc/4.0/help/en/event_onquerynickpopuprequest.html
+share/kvirc/4.0/help/en/event_onquerynotice.html
+share/kvirc/4.0/help/en/event_onquerypopuprequest.html
+share/kvirc/4.0/help/en/event_onquerytargetadded.html
+share/kvirc/4.0/help/en/event_onquerywindowcreated.html
+share/kvirc/4.0/help/en/event_onquerywindowrequest.html
+share/kvirc/4.0/help/en/event_onquit.html
+share/kvirc/4.0/help/en/event_onserverlinkclick.html
+share/kvirc/4.0/help/en/event_onserverlinkpopuprequest.html
+share/kvirc/4.0/help/en/event_onservernotice.html
+share/kvirc/4.0/help/en/event_ontextinput.html
+share/kvirc/4.0/help/en/event_ontextviewdoublecliked.html
+share/kvirc/4.0/help/en/event_ontopic.html
+share/kvirc/4.0/help/en/event_onunban.html
+share/kvirc/4.0/help/en/event_onunhandledliteral.html
+share/kvirc/4.0/help/en/event_onurl.html
+share/kvirc/4.0/help/en/event_onurllinkclick.html
+share/kvirc/4.0/help/en/event_onurllinkpopuprequest.html
+share/kvirc/4.0/help/en/event_onusermode.html
+share/kvirc/4.0/help/en/event_onuserop.html
+share/kvirc/4.0/help/en/event_onvoice.html
+share/kvirc/4.0/help/en/event_onwallops.html
+share/kvirc/4.0/help/en/event_onwindowactivated.html
+share/kvirc/4.0/help/en/event_onwindowpopuprequest.html
+share/kvirc/4.0/help/en/fnc_$.html
+share/kvirc/4.0/help/en/fnc_$window.inputtext.html
+share/kvirc/4.0/help/en/fnc_action.exists.html
+share/kvirc/4.0/help/en/fnc_action.isenabled.html
+share/kvirc/4.0/help/en/fnc_active.html
+share/kvirc/4.0/help/en/fnc_addon.exists.html
+share/kvirc/4.0/help/en/fnc_addon.version.html
+share/kvirc/4.0/help/en/fnc_array.html
+share/kvirc/4.0/help/en/fnc_ascii.html
+share/kvirc/4.0/help/en/fnc_asciitobase64.html
+share/kvirc/4.0/help/en/fnc_asciitohex.html
+share/kvirc/4.0/help/en/fnc_avatar.name.html
+share/kvirc/4.0/help/en/fnc_avatar.path.html
+share/kvirc/4.0/help/en/fnc_away.html
+share/kvirc/4.0/help/en/fnc_b.html
+share/kvirc/4.0/help/en/fnc_base64toascii.html
+share/kvirc/4.0/help/en/fnc_bool.html
+share/kvirc/4.0/help/en/fnc_boolean.html
+share/kvirc/4.0/help/en/fnc_chan.admincount.html
+share/kvirc/4.0/help/en/fnc_chan.bancount.html
+share/kvirc/4.0/help/en/fnc_chan.banexceptioncount.html
+share/kvirc/4.0/help/en/fnc_chan.banexceptionlist.html
+share/kvirc/4.0/help/en/fnc_chan.banlist.html
+share/kvirc/4.0/help/en/fnc_chan.getflag.html
+share/kvirc/4.0/help/en/fnc_chan.geturl.html
+share/kvirc/4.0/help/en/fnc_chan.halfopcount.html
+share/kvirc/4.0/help/en/fnc_chan.invitecount.html
+share/kvirc/4.0/help/en/fnc_chan.invitelist.html
+share/kvirc/4.0/help/en/fnc_chan.isadmin.html
+share/kvirc/4.0/help/en/fnc_chan.isdead.html
+share/kvirc/4.0/help/en/fnc_chan.ishalfop.html
+share/kvirc/4.0/help/en/fnc_chan.ismeadmin.html
+share/kvirc/4.0/help/en/fnc_chan.ismehalfop.html
+share/kvirc/4.0/help/en/fnc_chan.ismeop.html
+share/kvirc/4.0/help/en/fnc_chan.ismeowner.html
+share/kvirc/4.0/help/en/fnc_chan.ismeuserop.html
+share/kvirc/4.0/help/en/fnc_chan.ismevoice.html
+share/kvirc/4.0/help/en/fnc_chan.ison.html
+share/kvirc/4.0/help/en/fnc_chan.isop.html
+share/kvirc/4.0/help/en/fnc_chan.isowner.html
+share/kvirc/4.0/help/en/fnc_chan.isuserop.html
+share/kvirc/4.0/help/en/fnc_chan.isvoice.html
+share/kvirc/4.0/help/en/fnc_chan.key.html
+share/kvirc/4.0/help/en/fnc_chan.limit.html
+share/kvirc/4.0/help/en/fnc_chan.matchban.html
+share/kvirc/4.0/help/en/fnc_chan.matchbanexception.html
+share/kvirc/4.0/help/en/fnc_chan.matchinvite.html
+share/kvirc/4.0/help/en/fnc_chan.mode.html
+share/kvirc/4.0/help/en/fnc_chan.name.html
+share/kvirc/4.0/help/en/fnc_chan.opcount.html
+share/kvirc/4.0/help/en/fnc_chan.ownercount.html
+share/kvirc/4.0/help/en/fnc_chan.topic.html
+share/kvirc/4.0/help/en/fnc_chan.topicsetat.html
+share/kvirc/4.0/help/en/fnc_chan.topicsetby.html
+share/kvirc/4.0/help/en/fnc_chan.usercount.html
+share/kvirc/4.0/help/en/fnc_chan.userjointime.html
+share/kvirc/4.0/help/en/fnc_chan.userlastactiontime.html
+share/kvirc/4.0/help/en/fnc_chan.usermodelevel.html
+share/kvirc/4.0/help/en/fnc_chan.useropcount.html
+share/kvirc/4.0/help/en/fnc_chan.users.html
+share/kvirc/4.0/help/en/fnc_chan.voicecount.html
+share/kvirc/4.0/help/en/fnc_channel.html
+share/kvirc/4.0/help/en/fnc_char.html
+share/kvirc/4.0/help/en/fnc_classdefined.html
+share/kvirc/4.0/help/en/fnc_config.filelist.html
+share/kvirc/4.0/help/en/fnc_config.filename.html
+share/kvirc/4.0/help/en/fnc_config.hassection.html
+share/kvirc/4.0/help/en/fnc_config.id.html
+share/kvirc/4.0/help/en/fnc_config.keylist.html
+share/kvirc/4.0/help/en/fnc_config.open.html
+share/kvirc/4.0/help/en/fnc_config.read.html
+share/kvirc/4.0/help/en/fnc_config.readonly.html
+share/kvirc/4.0/help/en/fnc_config.section.html
+share/kvirc/4.0/help/en/fnc_config.sectionlist.html
+share/kvirc/4.0/help/en/fnc_console.html
+share/kvirc/4.0/help/en/fnc_context.html
+share/kvirc/4.0/help/en/fnc_context.list.html
+share/kvirc/4.0/help/en/fnc_context.networkname.html
+share/kvirc/4.0/help/en/fnc_context.serverhostname.html
+share/kvirc/4.0/help/en/fnc_context.serveripaddress.html
+share/kvirc/4.0/help/en/fnc_context.serverisipv6.html
+share/kvirc/4.0/help/en/fnc_context.serverisssl.html
+share/kvirc/4.0/help/en/fnc_context.serverpassword.html
+share/kvirc/4.0/help/en/fnc_context.serverport.html
+share/kvirc/4.0/help/en/fnc_context.state.html
+share/kvirc/4.0/help/en/fnc_countstatusbaritems.html
+share/kvirc/4.0/help/en/fnc_cr.html
+share/kvirc/4.0/help/en/fnc_date.html
+share/kvirc/4.0/help/en/fnc_dcc.averagespeed.html
+share/kvirc/4.0/help/en/fnc_dcc.connectiontype.html
+share/kvirc/4.0/help/en/fnc_dcc.irccontext.html
+share/kvirc/4.0/help/en/fnc_dcc.isfiledownload.html
+share/kvirc/4.0/help/en/fnc_dcc.isfiletransfer.html
+share/kvirc/4.0/help/en/fnc_dcc.isfileupload.html
+share/kvirc/4.0/help/en/fnc_dcc.localfilename.html
+share/kvirc/4.0/help/en/fnc_dcc.localfilesize.html
+share/kvirc/4.0/help/en/fnc_dcc.localhost.html
+share/kvirc/4.0/help/en/fnc_dcc.localip.html
+share/kvirc/4.0/help/en/fnc_dcc.localnick.html
+share/kvirc/4.0/help/en/fnc_dcc.localport.html
+share/kvirc/4.0/help/en/fnc_dcc.localuser.html
+share/kvirc/4.0/help/en/fnc_dcc.protocol.html
+share/kvirc/4.0/help/en/fnc_dcc.remotefilename.html
+share/kvirc/4.0/help/en/fnc_dcc.remotefilesize.html
+share/kvirc/4.0/help/en/fnc_dcc.remotehost.html
+share/kvirc/4.0/help/en/fnc_dcc.remoteip.html
+share/kvirc/4.0/help/en/fnc_dcc.remotenick.html
+share/kvirc/4.0/help/en/fnc_dcc.remoteport.html
+share/kvirc/4.0/help/en/fnc_dcc.remoteuser.html
+share/kvirc/4.0/help/en/fnc_dcc.session.html
+share/kvirc/4.0/help/en/fnc_dcc.sessionlist.html
+share/kvirc/4.0/help/en/fnc_dcc.transferredbytes.html
+share/kvirc/4.0/help/en/fnc_dcc.transferstatus.html
+share/kvirc/4.0/help/en/fnc_dialog.yesno.html
+share/kvirc/4.0/help/en/fnc_false.html
+share/kvirc/4.0/help/en/fnc_features.html
+share/kvirc/4.0/help/en/fnc_file.cwd.html
+share/kvirc/4.0/help/en/fnc_file.exists.html
+share/kvirc/4.0/help/en/fnc_file.extractfilename.html
+share/kvirc/4.0/help/en/fnc_file.extractpath.html
+share/kvirc/4.0/help/en/fnc_file.fixpath.html
+share/kvirc/4.0/help/en/fnc_file.globaldir.html
+share/kvirc/4.0/help/en/fnc_file.homedir.html
+share/kvirc/4.0/help/en/fnc_file.localdir.html
+share/kvirc/4.0/help/en/fnc_file.ls.html
+share/kvirc/4.0/help/en/fnc_file.ps.html
+share/kvirc/4.0/help/en/fnc_file.read.html
+share/kvirc/4.0/help/en/fnc_file.readlines.html
+share/kvirc/4.0/help/en/fnc_file.rootdir.html
+share/kvirc/4.0/help/en/fnc_file.size.html
+share/kvirc/4.0/help/en/fnc_file.type.html
+share/kvirc/4.0/help/en/fnc_firstconnectedconsole.html
+share/kvirc/4.0/help/en/fnc_flatten.html
+share/kvirc/4.0/help/en/fnc_fmtlink.html
+share/kvirc/4.0/help/en/fnc_globals.html
+share/kvirc/4.0/help/en/fnc_hash.html
+share/kvirc/4.0/help/en/fnc_hextoascii.html
+share/kvirc/4.0/help/en/fnc_hostname.html
+share/kvirc/4.0/help/en/fnc_hptimestamp.html
+share/kvirc/4.0/help/en/fnc_icon.html
+share/kvirc/4.0/help/en/fnc_iconname.html
+share/kvirc/4.0/help/en/fnc_int.html
+share/kvirc/4.0/help/en/fnc_integer.html
+share/kvirc/4.0/help/en/fnc_isempty.html
+share/kvirc/4.0/help/en/fnc_iseventenabled.html
+share/kvirc/4.0/help/en/fnc_ismainwindowactive.html
+share/kvirc/4.0/help/en/fnc_ismainwindowminimized.html
+share/kvirc/4.0/help/en/fnc_isnumeric.html
+share/kvirc/4.0/help/en/fnc_isset.html
+share/kvirc/4.0/help/en/fnc_istimer.html
+share/kvirc/4.0/help/en/fnc_iswellknown.html
+share/kvirc/4.0/help/en/fnc_k.html
+share/kvirc/4.0/help/en/fnc_keys.html
+share/kvirc/4.0/help/en/fnc_lag.html
+share/kvirc/4.0/help/en/fnc_lang.html
+share/kvirc/4.0/help/en/fnc_language.detect.html
+share/kvirc/4.0/help/en/fnc_length.html
+share/kvirc/4.0/help/en/fnc_lf.html
+share/kvirc/4.0/help/en/fnc_log.file.html
+share/kvirc/4.0/help/en/fnc_mask.hasnumerichost.html
+share/kvirc/4.0/help/en/fnc_mask.host.html
+share/kvirc/4.0/help/en/fnc_mask.html
+share/kvirc/4.0/help/en/fnc_mask.match.html
+share/kvirc/4.0/help/en/fnc_mask.nick.html
+share/kvirc/4.0/help/en/fnc_mask.user.html
+share/kvirc/4.0/help/en/fnc_math.abs.html
+share/kvirc/4.0/help/en/fnc_math.acos.html
+share/kvirc/4.0/help/en/fnc_math.asin.html
+share/kvirc/4.0/help/en/fnc_math.atan.html
+share/kvirc/4.0/help/en/fnc_math.cbrt.html
+share/kvirc/4.0/help/en/fnc_math.ceil.html
+share/kvirc/4.0/help/en/fnc_math.cos.html
+share/kvirc/4.0/help/en/fnc_math.e.html
+share/kvirc/4.0/help/en/fnc_math.exp.html
+share/kvirc/4.0/help/en/fnc_math.floor.html
+share/kvirc/4.0/help/en/fnc_math.isinf.html
+share/kvirc/4.0/help/en/fnc_math.isnan.html
+share/kvirc/4.0/help/en/fnc_math.log.html
+share/kvirc/4.0/help/en/fnc_math.log10.html
+share/kvirc/4.0/help/en/fnc_math.pi.html
+share/kvirc/4.0/help/en/fnc_math.pow.html
+share/kvirc/4.0/help/en/fnc_math.sin.html
+share/kvirc/4.0/help/en/fnc_math.sqrt.html
+share/kvirc/4.0/help/en/fnc_math.tan.html
+share/kvirc/4.0/help/en/fnc_me.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.album.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.artist.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.bitrate.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.channels.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.comment.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.genre.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.geteqdata.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.getlistlength.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.getplaylistpos.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.getrepeat.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.getshuffle.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.getvol.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.length.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.localfile.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.mediatype.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.mrl.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.nowplaying.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.player.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.playerlist.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.position.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.samplerate.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.status.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.title.html
+share/kvirc/4.0/help/en/fnc_mediaplayer.year.html
+share/kvirc/4.0/help/en/fnc_msgtype.html
+share/kvirc/4.0/help/en/fnc_my.globalidle.html
+share/kvirc/4.0/help/en/fnc_my.host.html
+share/kvirc/4.0/help/en/fnc_my.ip.html
+share/kvirc/4.0/help/en/fnc_my.network.html
+share/kvirc/4.0/help/en/fnc_my.nick.html
+share/kvirc/4.0/help/en/fnc_my.server.html
+share/kvirc/4.0/help/en/fnc_my.serverisipv6.html
+share/kvirc/4.0/help/en/fnc_my.serverisssl.html
+share/kvirc/4.0/help/en/fnc_my.umode.html
+share/kvirc/4.0/help/en/fnc_my.user.html
+share/kvirc/4.0/help/en/fnc_new.html
+share/kvirc/4.0/help/en/fnc_nothing.html
+share/kvirc/4.0/help/en/fnc_notifier.isenabled.html
+share/kvirc/4.0/help/en/fnc_null.html
+share/kvirc/4.0/help/en/fnc_o.html
+share/kvirc/4.0/help/en/fnc_objects.classallhandlers.html
+share/kvirc/4.0/help/en/fnc_objects.dump.html
+share/kvirc/4.0/help/en/fnc_option.html
+share/kvirc/4.0/help/en/fnc_options.isdialog.html
+share/kvirc/4.0/help/en/fnc_perl.isavailable.html
+share/kvirc/4.0/help/en/fnc_proxydb.hostname.html
+share/kvirc/4.0/help/en/fnc_proxydb.ip.html
+share/kvirc/4.0/help/en/fnc_proxydb.isipv6.html
+share/kvirc/4.0/help/en/fnc_proxydb.password.html
+share/kvirc/4.0/help/en/fnc_proxydb.port.html
+share/kvirc/4.0/help/en/fnc_proxydb.protocol.html
+share/kvirc/4.0/help/en/fnc_proxydb.username.html
+share/kvirc/4.0/help/en/fnc_query.html
+share/kvirc/4.0/help/en/fnc_r.html
+share/kvirc/4.0/help/en/fnc_rand.html
+share/kvirc/4.0/help/en/fnc_real.html
+share/kvirc/4.0/help/en/fnc_receivedbytes.html
+share/kvirc/4.0/help/en/fnc_regchan.find.html
+share/kvirc/4.0/help/en/fnc_regchan.list.html
+share/kvirc/4.0/help/en/fnc_regchan.match.html
+share/kvirc/4.0/help/en/fnc_regchan.property.html
+share/kvirc/4.0/help/en/fnc_reguser.exactmatch.html
+share/kvirc/4.0/help/en/fnc_reguser.getignoreflags.html
+share/kvirc/4.0/help/en/fnc_reguser.isignoreenabled.html
+share/kvirc/4.0/help/en/fnc_reguser.list.html
+share/kvirc/4.0/help/en/fnc_reguser.mask.html
+share/kvirc/4.0/help/en/fnc_reguser.match.html
+share/kvirc/4.0/help/en/fnc_reguser.matchproperty.html
+share/kvirc/4.0/help/en/fnc_reguser.property.html
+share/kvirc/4.0/help/en/fnc_rsort.html
+share/kvirc/4.0/help/en/fnc_selected.html
+share/kvirc/4.0/help/en/fnc_sentbytes.html
+share/kvirc/4.0/help/en/fnc_serialize.html
+share/kvirc/4.0/help/en/fnc_server.html
+share/kvirc/4.0/help/en/fnc_serverdb.cacheip.html
+share/kvirc/4.0/help/en/fnc_serverdb.isautoconnect.html
+share/kvirc/4.0/help/en/fnc_serverdb.isipv6.html
+share/kvirc/4.0/help/en/fnc_serverdb.isssl.html
+share/kvirc/4.0/help/en/fnc_serverdb.networkconnectcommand.html
+share/kvirc/4.0/help/en/fnc_serverdb.networkdescription.html
+share/kvirc/4.0/help/en/fnc_serverdb.networkencoding.html
+share/kvirc/4.0/help/en/fnc_serverdb.networkexists.html
+share/kvirc/4.0/help/en/fnc_serverdb.networklogincommand.html
+share/kvirc/4.0/help/en/fnc_serverdb.networknickname.html
+share/kvirc/4.0/help/en/fnc_serverdb.networkrealname.html
+share/kvirc/4.0/help/en/fnc_serverdb.networktextencoding.html
+share/kvirc/4.0/help/en/fnc_serverdb.networkusername.html
+share/kvirc/4.0/help/en/fnc_serverdb.serverconnectcommand.html
+share/kvirc/4.0/help/en/fnc_serverdb.serverdescription.html
+share/kvirc/4.0/help/en/fnc_serverdb.serverencoding.html
+share/kvirc/4.0/help/en/fnc_serverdb.serverexists.html
+share/kvirc/4.0/help/en/fnc_serverdb.serverid.html
+share/kvirc/4.0/help/en/fnc_serverdb.serverip.html
+share/kvirc/4.0/help/en/fnc_serverdb.serverlogincommand.html
+share/kvirc/4.0/help/en/fnc_serverdb.servernickname.html
+share/kvirc/4.0/help/en/fnc_serverdb.serverpassword.html
+share/kvirc/4.0/help/en/fnc_serverdb.serverport.html
+share/kvirc/4.0/help/en/fnc_serverdb.serverrealname.html
+share/kvirc/4.0/help/en/fnc_serverdb.servertextencoding.html
+share/kvirc/4.0/help/en/fnc_serverdb.serverusername.html
+share/kvirc/4.0/help/en/fnc_snd.ismuted.html
+share/kvirc/4.0/help/en/fnc_sort.html
+share/kvirc/4.0/help/en/fnc_str.append.html
+share/kvirc/4.0/help/en/fnc_str.charsum.html
+share/kvirc/4.0/help/en/fnc_str.cmp.html
+share/kvirc/4.0/help/en/fnc_str.cmpnocase.html
+share/kvirc/4.0/help/en/fnc_str.contains.html
+share/kvirc/4.0/help/en/fnc_str.containsnocase.html
+share/kvirc/4.0/help/en/fnc_str.digest.html
+share/kvirc/4.0/help/en/fnc_str.equal.html
+share/kvirc/4.0/help/en/fnc_str.equalnocase.html
+share/kvirc/4.0/help/en/fnc_str.find.html
+share/kvirc/4.0/help/en/fnc_str.findfirst.html
+share/kvirc/4.0/help/en/fnc_str.findfirstnocase.html
+share/kvirc/4.0/help/en/fnc_str.findlast.html
+share/kvirc/4.0/help/en/fnc_str.findlastnocase.html
+share/kvirc/4.0/help/en/fnc_str.fromclipboard.html
+share/kvirc/4.0/help/en/fnc_str.grep.html
+share/kvirc/4.0/help/en/fnc_str.insert.html
+share/kvirc/4.0/help/en/fnc_str.isempty.html
+share/kvirc/4.0/help/en/fnc_str.isnumber.html
+share/kvirc/4.0/help/en/fnc_str.isunsignednumber.html
+share/kvirc/4.0/help/en/fnc_str.join.html
+share/kvirc/4.0/help/en/fnc_str.left.html
+share/kvirc/4.0/help/en/fnc_str.lefttofirst.html
+share/kvirc/4.0/help/en/fnc_str.lefttolast.html
+share/kvirc/4.0/help/en/fnc_str.len.html
+share/kvirc/4.0/help/en/fnc_str.length.html
+share/kvirc/4.0/help/en/fnc_str.localelowcase.html
+share/kvirc/4.0/help/en/fnc_str.localeupcase.html
+share/kvirc/4.0/help/en/fnc_str.lowcase.html
+share/kvirc/4.0/help/en/fnc_str.match.html
+share/kvirc/4.0/help/en/fnc_str.matchnocase.html
+share/kvirc/4.0/help/en/fnc_str.mid.html
+share/kvirc/4.0/help/en/fnc_str.prepend.html
+share/kvirc/4.0/help/en/fnc_str.printf.html
+share/kvirc/4.0/help/en/fnc_str.replace.html
+share/kvirc/4.0/help/en/fnc_str.replacenocase.html
+share/kvirc/4.0/help/en/fnc_str.right.html
+share/kvirc/4.0/help/en/fnc_str.rightfromfirst.html
+share/kvirc/4.0/help/en/fnc_str.rightfromlast.html
+share/kvirc/4.0/help/en/fnc_str.section.html
+share/kvirc/4.0/help/en/fnc_str.split.html
+share/kvirc/4.0/help/en/fnc_str.strip.html
+share/kvirc/4.0/help/en/fnc_str.stripcolors.html
+share/kvirc/4.0/help/en/fnc_str.stripleft.html
+share/kvirc/4.0/help/en/fnc_str.stripright.html
+share/kvirc/4.0/help/en/fnc_str.token.html
+share/kvirc/4.0/help/en/fnc_str.upcase.html
+share/kvirc/4.0/help/en/fnc_str.urlencode.html
+share/kvirc/4.0/help/en/fnc_str.word.html
+share/kvirc/4.0/help/en/fnc_string.html
+share/kvirc/4.0/help/en/fnc_sw.html
+share/kvirc/4.0/help/en/fnc_system.call.html
+share/kvirc/4.0/help/en/fnc_system.checkmodule.html
+share/kvirc/4.0/help/en/fnc_system.clipboard.html
+share/kvirc/4.0/help/en/fnc_system.getenv.html
+share/kvirc/4.0/help/en/fnc_system.hostname.html
+share/kvirc/4.0/help/en/fnc_system.osmachine.html
+share/kvirc/4.0/help/en/fnc_system.osname.html
+share/kvirc/4.0/help/en/fnc_system.osnodename.html
+share/kvirc/4.0/help/en/fnc_system.osrelease.html
+share/kvirc/4.0/help/en/fnc_system.ostype.html
+share/kvirc/4.0/help/en/fnc_system.osversion.html
+share/kvirc/4.0/help/en/fnc_system.selection.html
+share/kvirc/4.0/help/en/fnc_target.html
+share/kvirc/4.0/help/en/fnc_texticons.get.html
+share/kvirc/4.0/help/en/fnc_this.html
+share/kvirc/4.0/help/en/fnc_toolbar.exists.html
+share/kvirc/4.0/help/en/fnc_toolbar.isvisible.html
+share/kvirc/4.0/help/en/fnc_toolbar.items.html
+share/kvirc/4.0/help/en/fnc_toolbar.list.html
+share/kvirc/4.0/help/en/fnc_torrent.client.html
+share/kvirc/4.0/help/en/fnc_torrent.clientlist.html
+share/kvirc/4.0/help/en/fnc_torrent.count.html
+share/kvirc/4.0/help/en/fnc_torrent.filecount.html
+share/kvirc/4.0/help/en/fnc_torrent.filename.html
+share/kvirc/4.0/help/en/fnc_torrent.filepriority.html
+share/kvirc/4.0/help/en/fnc_torrent.list.html
+share/kvirc/4.0/help/en/fnc_torrent.maxdownloadspeed.html
+share/kvirc/4.0/help/en/fnc_torrent.maxuploadspeed.html
+share/kvirc/4.0/help/en/fnc_torrent.name.html
+share/kvirc/4.0/help/en/fnc_torrent.speeddown.html
+share/kvirc/4.0/help/en/fnc_torrent.speedup.html
+share/kvirc/4.0/help/en/fnc_torrent.state.html
+share/kvirc/4.0/help/en/fnc_torrent.trafficdown.html
+share/kvirc/4.0/help/en/fnc_torrent.trafficup.html
+share/kvirc/4.0/help/en/fnc_tr.html
+share/kvirc/4.0/help/en/fnc_trayicon.isvisible.html
+share/kvirc/4.0/help/en/fnc_true.html
+share/kvirc/4.0/help/en/fnc_typeof.html
+share/kvirc/4.0/help/en/fnc_u.html
+share/kvirc/4.0/help/en/fnc_unicode.html
+share/kvirc/4.0/help/en/fnc_unixtime.html
+share/kvirc/4.0/help/en/fnc_unserialize.html
+share/kvirc/4.0/help/en/fnc_upnp.getexternalipaddress.html
+share/kvirc/4.0/help/en/fnc_upnp.isgatewayavailable.html
+share/kvirc/4.0/help/en/fnc_username.html
+share/kvirc/4.0/help/en/fnc_version.html
+share/kvirc/4.0/help/en/fnc_window.activitylevel.html
+share/kvirc/4.0/help/en/fnc_window.activitytemperature.html
+share/kvirc/4.0/help/en/fnc_window.caption.html
+share/kvirc/4.0/help/en/fnc_window.console.html
+share/kvirc/4.0/help/en/fnc_window.context.html
+share/kvirc/4.0/help/en/fnc_window.exists.html
+share/kvirc/4.0/help/en/fnc_window.hasinput.html
+share/kvirc/4.0/help/en/fnc_window.hasoutput.html
+share/kvirc/4.0/help/en/fnc_window.hasuserfocus.html
+share/kvirc/4.0/help/en/fnc_window.highlightlevel.html
+share/kvirc/4.0/help/en/fnc_window.ismaximized.html
+share/kvirc/4.0/help/en/fnc_window.isminimized.html
+share/kvirc/4.0/help/en/fnc_window.list.html
+share/kvirc/4.0/help/en/fnc_window.open.html
+share/kvirc/4.0/help/en/fnc_window.type.html
+share/kvirc/4.0/help/en/helplogoleft.png
+share/kvirc/4.0/help/en/helplogoright.png
+share/kvirc/4.0/help/en/index.html
+share/kvirc/4.0/help/en/module_config.html
+share/kvirc/4.0/help/en/module_dcc.html
+share/kvirc/4.0/help/en/module_lamerizer.html
+share/kvirc/4.0/help/en/module_log.html
+share/kvirc/4.0/help/en/module_mediaplayer.html
+share/kvirc/4.0/help/en/module_reguser.html
+share/kvirc/4.0/help/en/module_rijndael.html
+share/kvirc/4.0/help/en/module_url.html
+share/kvirc/4.0/help/en/nohelpavailable.html
+share/kvirc/4.0/help/en/widget_ctcpfloodprotectionoptions.html
+share/kvirc/4.0/help/en/event_onircop.html
+share/kvirc/4.0/help/en/event_ondeircop.html
+share/kvirc/4.0/help/en/event_onmeircop.html
+share/kvirc/4.0/help/en/event_onmedeircop.html
+share/kvirc/4.0/help/en/fnc_link.html
+share/kvirc/4.0/help/en/fnc_file.allsizes.html
+share/kvirc/4.0/help/en/class_sql.html
+share/kvirc/4.0/help/en/module_rot13.html
+share/kvirc/4.0/help/en/class_datetimeedit.html
+share/kvirc/4.0/help/en/class_listview.html
+share/kvirc/4.0/help/en/class_tablewidget.html
+share/kvirc/4.0/help/en/class_listbox.html
+share/kvirc/4.0/help/en/class_memorybuffer.html
+share/kvirc/4.0/help/en/fnc_python.isavailable.html
+share/kvirc/4.0/help/en/fnc_system.dbus.html
+share/kvirc/4.0/help/en/cmd_system.runcmd.html
+share/kvirc/4.0/help/en/cmd_tmphighlight.addnick.html
+share/kvirc/4.0/help/en/cmd_tmphighlight.removenick.html
+share/kvirc/4.0/help/en/cmd_tmphighlight.addchannel.html
+share/kvirc/4.0/help/en/cmd_tmphighlight.removechannel.html
+share/kvirc/4.0/help/en/fnc_tmphighlight.isnickhighlighted.html
+share/kvirc/4.0/help/en/fnc_tmphighlight.ischannelhighlighted.html
+share/kvirc/4.0/help/en/fnc_serverdb.networkname.html
+share/kvirc/4.0/license/COPYING
+share/kvirc/4.0/locale/about_bg.mo
+share/kvirc/4.0/locale/about_ca.mo
+share/kvirc/4.0/locale/about_cs.mo
+share/kvirc/4.0/locale/about_de.mo
+share/kvirc/4.0/locale/about_es.mo
+share/kvirc/4.0/locale/about_fi.mo
+share/kvirc/4.0/locale/about_fr.mo
+share/kvirc/4.0/locale/about_hr.mo
+share/kvirc/4.0/locale/about_hu.mo
+share/kvirc/4.0/locale/about_it.mo
+share/kvirc/4.0/locale/about_nl.mo
+share/kvirc/4.0/locale/about_pl.mo
+share/kvirc/4.0/locale/about_pt.mo
+share/kvirc/4.0/locale/about_pt_BR.mo
+share/kvirc/4.0/locale/about_ru.mo
+share/kvirc/4.0/locale/about_sr.mo
+share/kvirc/4.0/locale/about_uk.mo
+share/kvirc/4.0/locale/dcc_bg.mo
+share/kvirc/4.0/locale/dcc_ca.mo
+share/kvirc/4.0/locale/dcc_cs.mo
+share/kvirc/4.0/locale/dcc_de.mo
+share/kvirc/4.0/locale/dcc_es.mo
+share/kvirc/4.0/locale/dcc_fi.mo
+share/kvirc/4.0/locale/dcc_fr.mo
+share/kvirc/4.0/locale/dcc_hr.mo
+share/kvirc/4.0/locale/dcc_hu.mo
+share/kvirc/4.0/locale/dcc_it.mo
+share/kvirc/4.0/locale/dcc_nl.mo
+share/kvirc/4.0/locale/dcc_pl.mo
+share/kvirc/4.0/locale/dcc_pt.mo
+share/kvirc/4.0/locale/dcc_pt_BR.mo
+share/kvirc/4.0/locale/dcc_ru.mo
+share/kvirc/4.0/locale/dcc_sr.mo
+share/kvirc/4.0/locale/dcc_uk.mo
+share/kvirc/4.0/locale/editor_bg.mo
+share/kvirc/4.0/locale/editor_ca.mo
+share/kvirc/4.0/locale/editor_cs.mo
+share/kvirc/4.0/locale/editor_de.mo
+share/kvirc/4.0/locale/editor_es.mo
+share/kvirc/4.0/locale/editor_fi.mo
+share/kvirc/4.0/locale/editor_fr.mo
+share/kvirc/4.0/locale/editor_hr.mo
+share/kvirc/4.0/locale/editor_hu.mo
+share/kvirc/4.0/locale/editor_it.mo
+share/kvirc/4.0/locale/editor_nl.mo
+share/kvirc/4.0/locale/editor_pl.mo
+share/kvirc/4.0/locale/editor_pt.mo
+share/kvirc/4.0/locale/editor_pt_BR.mo
+share/kvirc/4.0/locale/editor_ru.mo
+share/kvirc/4.0/locale/editor_sr.mo
+share/kvirc/4.0/locale/editor_uk.mo
+share/kvirc/4.0/locale/filetransferwindow_bg.mo
+share/kvirc/4.0/locale/filetransferwindow_ca.mo
+share/kvirc/4.0/locale/filetransferwindow_cs.mo
+share/kvirc/4.0/locale/filetransferwindow_de.mo
+share/kvirc/4.0/locale/filetransferwindow_es.mo
+share/kvirc/4.0/locale/filetransferwindow_fi.mo
+share/kvirc/4.0/locale/filetransferwindow_fr.mo
+share/kvirc/4.0/locale/filetransferwindow_hr.mo
+share/kvirc/4.0/locale/filetransferwindow_hu.mo
+share/kvirc/4.0/locale/filetransferwindow_it.mo
+share/kvirc/4.0/locale/filetransferwindow_nl.mo
+share/kvirc/4.0/locale/filetransferwindow_pl.mo
+share/kvirc/4.0/locale/filetransferwindow_pt.mo
+share/kvirc/4.0/locale/filetransferwindow_pt_BR.mo
+share/kvirc/4.0/locale/filetransferwindow_ru.mo
+share/kvirc/4.0/locale/filetransferwindow_sr.mo
+share/kvirc/4.0/locale/filetransferwindow_uk.mo
+share/kvirc/4.0/locale/kvirc_bg.mo
+share/kvirc/4.0/locale/kvirc_ca.mo
+share/kvirc/4.0/locale/kvirc_cs.mo
+share/kvirc/4.0/locale/kvirc_de.mo
+share/kvirc/4.0/locale/kvirc_es.mo
+share/kvirc/4.0/locale/kvirc_fi.mo
+share/kvirc/4.0/locale/kvirc_fr.mo
+share/kvirc/4.0/locale/kvirc_hr.mo
+share/kvirc/4.0/locale/kvirc_hu.mo
+share/kvirc/4.0/locale/kvirc_it.mo
+share/kvirc/4.0/locale/kvirc_nl.mo
+share/kvirc/4.0/locale/kvirc_pl.mo
+share/kvirc/4.0/locale/kvirc_pt.mo
+share/kvirc/4.0/locale/kvirc_pt_BR.mo
+share/kvirc/4.0/locale/kvirc_ru.mo
+share/kvirc/4.0/locale/kvirc_sr.mo
+share/kvirc/4.0/locale/kvirc_uk.mo
+share/kvirc/4.0/locale/logview_bg.mo
+share/kvirc/4.0/locale/logview_ca.mo
+share/kvirc/4.0/locale/logview_cs.mo
+share/kvirc/4.0/locale/logview_de.mo
+share/kvirc/4.0/locale/logview_es.mo
+share/kvirc/4.0/locale/logview_fi.mo
+share/kvirc/4.0/locale/logview_fr.mo
+share/kvirc/4.0/locale/logview_hr.mo
+share/kvirc/4.0/locale/logview_hu.mo
+share/kvirc/4.0/locale/logview_it.mo
+share/kvirc/4.0/locale/logview_nl.mo
+share/kvirc/4.0/locale/logview_pl.mo
+share/kvirc/4.0/locale/logview_pt.mo
+share/kvirc/4.0/locale/logview_pt_BR.mo
+share/kvirc/4.0/locale/logview_ru.mo
+share/kvirc/4.0/locale/logview_sr.mo
+share/kvirc/4.0/locale/logview_uk.mo
+share/kvirc/4.0/locale/mediaplayer_bg.mo
+share/kvirc/4.0/locale/mediaplayer_ca.mo
+share/kvirc/4.0/locale/mediaplayer_cs.mo
+share/kvirc/4.0/locale/mediaplayer_de.mo
+share/kvirc/4.0/locale/mediaplayer_es.mo
+share/kvirc/4.0/locale/mediaplayer_fi.mo
+share/kvirc/4.0/locale/mediaplayer_fr.mo
+share/kvirc/4.0/locale/mediaplayer_hr.mo
+share/kvirc/4.0/locale/mediaplayer_hu.mo
+share/kvirc/4.0/locale/mediaplayer_it.mo
+share/kvirc/4.0/locale/mediaplayer_nl.mo
+share/kvirc/4.0/locale/mediaplayer_pl.mo
+share/kvirc/4.0/locale/mediaplayer_pt.mo
+share/kvirc/4.0/locale/mediaplayer_pt_BR.mo
+share/kvirc/4.0/locale/mediaplayer_ru.mo
+share/kvirc/4.0/locale/mediaplayer_sr.mo
+share/kvirc/4.0/locale/mediaplayer_uk.mo
+share/kvirc/4.0/locale/notifier_bg.mo
+share/kvirc/4.0/locale/notifier_ca.mo
+share/kvirc/4.0/locale/notifier_cs.mo
+share/kvirc/4.0/locale/notifier_de.mo
+share/kvirc/4.0/locale/notifier_es.mo
+share/kvirc/4.0/locale/notifier_fi.mo
+share/kvirc/4.0/locale/notifier_fr.mo
+share/kvirc/4.0/locale/notifier_hr.mo
+share/kvirc/4.0/locale/notifier_hu.mo
+share/kvirc/4.0/locale/notifier_it.mo
+share/kvirc/4.0/locale/notifier_nl.mo
+share/kvirc/4.0/locale/notifier_pl.mo
+share/kvirc/4.0/locale/notifier_pt.mo
+share/kvirc/4.0/locale/notifier_pt_BR.mo
+share/kvirc/4.0/locale/notifier_ru.mo
+share/kvirc/4.0/locale/notifier_sr.mo
+share/kvirc/4.0/locale/notifier_uk.mo
+share/kvirc/4.0/locale/options_bg.mo
+share/kvirc/4.0/locale/options_ca.mo
+share/kvirc/4.0/locale/options_cs.mo
+share/kvirc/4.0/locale/options_de.mo
+share/kvirc/4.0/locale/options_es.mo
+share/kvirc/4.0/locale/options_fi.mo
+share/kvirc/4.0/locale/options_fr.mo
+share/kvirc/4.0/locale/options_hr.mo
+share/kvirc/4.0/locale/options_hu.mo
+share/kvirc/4.0/locale/options_it.mo
+share/kvirc/4.0/locale/options_nl.mo
+share/kvirc/4.0/locale/options_pl.mo
+share/kvirc/4.0/locale/options_pt.mo
+share/kvirc/4.0/locale/options_pt_BR.mo
+share/kvirc/4.0/locale/options_ru.mo
+share/kvirc/4.0/locale/options_sr.mo
+share/kvirc/4.0/locale/options_uk.mo
+share/kvirc/4.0/locale/perl_bg.mo
+share/kvirc/4.0/locale/perl_ca.mo
+share/kvirc/4.0/locale/perl_cs.mo
+share/kvirc/4.0/locale/perl_de.mo
+share/kvirc/4.0/locale/perl_es.mo
+share/kvirc/4.0/locale/perl_fi.mo
+share/kvirc/4.0/locale/perl_fr.mo
+share/kvirc/4.0/locale/perl_hr.mo
+share/kvirc/4.0/locale/perl_hu.mo
+share/kvirc/4.0/locale/perl_it.mo
+share/kvirc/4.0/locale/perl_nl.mo
+share/kvirc/4.0/locale/perl_pl.mo
+share/kvirc/4.0/locale/perl_pt.mo
+share/kvirc/4.0/locale/perl_pt_BR.mo
+share/kvirc/4.0/locale/perl_ru.mo
+share/kvirc/4.0/locale/perl_sr.mo
+share/kvirc/4.0/locale/perl_uk.mo
+share/kvirc/4.0/locale/serverdb_bg.mo
+share/kvirc/4.0/locale/serverdb_ca.mo
+share/kvirc/4.0/locale/serverdb_cs.mo
+share/kvirc/4.0/locale/serverdb_de.mo
+share/kvirc/4.0/locale/serverdb_es.mo
+share/kvirc/4.0/locale/serverdb_fi.mo
+share/kvirc/4.0/locale/serverdb_fr.mo
+share/kvirc/4.0/locale/serverdb_hr.mo
+share/kvirc/4.0/locale/serverdb_hu.mo
+share/kvirc/4.0/locale/serverdb_it.mo
+share/kvirc/4.0/locale/serverdb_nl.mo
+share/kvirc/4.0/locale/serverdb_pl.mo
+share/kvirc/4.0/locale/serverdb_pt.mo
+share/kvirc/4.0/locale/serverdb_pt_BR.mo
+share/kvirc/4.0/locale/serverdb_ru.mo
+share/kvirc/4.0/locale/serverdb_sr.mo
+share/kvirc/4.0/locale/serverdb_uk.mo
+share/kvirc/4.0/locale/sharedfileswindow_bg.mo
+share/kvirc/4.0/locale/sharedfileswindow_ca.mo
+share/kvirc/4.0/locale/sharedfileswindow_cs.mo
+share/kvirc/4.0/locale/sharedfileswindow_de.mo
+share/kvirc/4.0/locale/sharedfileswindow_es.mo
+share/kvirc/4.0/locale/sharedfileswindow_fi.mo
+share/kvirc/4.0/locale/sharedfileswindow_fr.mo
+share/kvirc/4.0/locale/sharedfileswindow_hr.mo
+share/kvirc/4.0/locale/sharedfileswindow_hu.mo
+share/kvirc/4.0/locale/sharedfileswindow_it.mo
+share/kvirc/4.0/locale/sharedfileswindow_nl.mo
+share/kvirc/4.0/locale/sharedfileswindow_pl.mo
+share/kvirc/4.0/locale/sharedfileswindow_pt.mo
+share/kvirc/4.0/locale/sharedfileswindow_pt_BR.mo
+share/kvirc/4.0/locale/sharedfileswindow_ru.mo
+share/kvirc/4.0/locale/sharedfileswindow_sr.mo
+share/kvirc/4.0/locale/sharedfileswindow_uk.mo
+share/kvirc/4.0/locale/theme_bg.mo
+share/kvirc/4.0/locale/theme_ca.mo
+share/kvirc/4.0/locale/theme_cs.mo
+share/kvirc/4.0/locale/theme_de.mo
+share/kvirc/4.0/locale/theme_es.mo
+share/kvirc/4.0/locale/theme_fi.mo
+share/kvirc/4.0/locale/theme_fr.mo
+share/kvirc/4.0/locale/theme_hr.mo
+share/kvirc/4.0/locale/theme_hu.mo
+share/kvirc/4.0/locale/theme_it.mo
+share/kvirc/4.0/locale/theme_nl.mo
+share/kvirc/4.0/locale/theme_pl.mo
+share/kvirc/4.0/locale/theme_pt.mo
+share/kvirc/4.0/locale/theme_pt_BR.mo
+share/kvirc/4.0/locale/theme_ru.mo
+share/kvirc/4.0/locale/theme_sr.mo
+share/kvirc/4.0/locale/theme_uk.mo
+share/kvirc/4.0/locale/torrent_bg.mo
+share/kvirc/4.0/locale/torrent_ca.mo
+share/kvirc/4.0/locale/torrent_cs.mo
+share/kvirc/4.0/locale/torrent_de.mo
+share/kvirc/4.0/locale/torrent_es.mo
+share/kvirc/4.0/locale/torrent_fi.mo
+share/kvirc/4.0/locale/torrent_fr.mo
+share/kvirc/4.0/locale/torrent_hr.mo
+share/kvirc/4.0/locale/torrent_hu.mo
+share/kvirc/4.0/locale/torrent_it.mo
+share/kvirc/4.0/locale/torrent_nl.mo
+share/kvirc/4.0/locale/torrent_pl.mo
+share/kvirc/4.0/locale/torrent_pt.mo
+share/kvirc/4.0/locale/torrent_pt_BR.mo
+share/kvirc/4.0/locale/torrent_ru.mo
+share/kvirc/4.0/locale/torrent_sr.mo
+share/kvirc/4.0/locale/torrent_uk.mo
+share/kvirc/4.0/locale/kvs_de.mo
+share/kvirc/4.0/locale/kvs_it.mo
+share/kvirc/4.0/locale/objects_de.mo
+share/kvirc/4.0/locale/objects_it.mo
+share/kvirc/4.0/locale/register_de.mo
+share/kvirc/4.0/locale/register_it.mo
+share/kvirc/4.0/modules/caps/action/url
+share/kvirc/4.0/modules/caps/crypt/rijndael
+share/kvirc/4.0/modules/caps/crypt/lamerizer
+share/kvirc/4.0/modules/caps/crypt/rot13
+share/kvirc/4.0/modules/caps/serverimport/mircimport
+share/kvirc/4.0/modules/caps/tool/filetransferwindow
+share/kvirc/4.0/modules/caps/tool/iograph
+share/kvirc/4.0/modules/caps/tool/sharedfilewindow
+share/kvirc/4.0/modules/caps/tool/logview
+share/kvirc/4.0/msgcolors/all-black.msgclr
+share/kvirc/4.0/msgcolors/all-gray.msgclr
+share/kvirc/4.0/msgcolors/all-green.msgclr
+share/kvirc/4.0/msgcolors/all-white.msgclr
+share/kvirc/4.0/msgcolors/colored-2.msgclr
+share/kvirc/4.0/msgcolors/colored.msgclr
+share/kvirc/4.0/msgcolors/default.msgclr
+share/kvirc/4.0/msgcolors/heavy-colors.msgclr
+share/kvirc/4.0/pics/coresmall/kcs_accept.png
+share/kvirc/4.0/pics/coresmall/kcs_action.png
+share/kvirc/4.0/pics/coresmall/kcs_addons.png
+share/kvirc/4.0/pics/coresmall/kcs_afraid.png
+share/kvirc/4.0/pics/coresmall/kcs_alert.png
+share/kvirc/4.0/pics/coresmall/kcs_alias.png
+share/kvirc/4.0/pics/coresmall/kcs_aliashighlighted.png
+share/kvirc/4.0/pics/coresmall/kcs_angry.png
+share/kvirc/4.0/pics/coresmall/kcs_applet.png
+share/kvirc/4.0/pics/coresmall/kcs_autotilewindows.png
+share/kvirc/4.0/pics/coresmall/kcs_avatar.png
+share/kvirc/4.0/pics/coresmall/kcs_away.png
+share/kvirc/4.0/pics/coresmall/kcs_ban.png
+share/kvirc/4.0/pics/coresmall/kcs_banexcept.png
+share/kvirc/4.0/pics/coresmall/kcs_banunexcept.png
+share/kvirc/4.0/pics/coresmall/kcs_biggrin.png
+share/kvirc/4.0/pics/coresmall/kcs_biggrineyes.png
+share/kvirc/4.0/pics/coresmall/kcs_biggringlasses.png
+share/kvirc/4.0/pics/coresmall/kcs_binarytext.png
+share/kvirc/4.0/pics/coresmall/kcs_blacksquare.png
+share/kvirc/4.0/pics/coresmall/kcs_bluesquare.png
+share/kvirc/4.0/pics/coresmall/kcs_bomb.png
+share/kvirc/4.0/pics/coresmall/kcs_bookmarks.png
+share/kvirc/4.0/pics/coresmall/kcs_broadcastnotice.png
+share/kvirc/4.0/pics/coresmall/kcs_broadcastprivmsg.png
+share/kvirc/4.0/pics/coresmall/kcs_bug.png
+share/kvirc/4.0/pics/coresmall/kcs_cafe.png
+share/kvirc/4.0/pics/coresmall/kcs_canvas.png
+share/kvirc/4.0/pics/coresmall/kcs_caption.png
+share/kvirc/4.0/pics/coresmall/kcs_cascadewindows.png
+share/kvirc/4.0/pics/coresmall/kcs_chanadmin.png
+share/kvirc/4.0/pics/coresmall/kcs_chanadminaway.png
+share/kvirc/4.0/pics/coresmall/kcs_chanmode.png
+share/kvirc/4.0/pics/coresmall/kcs_chanmodehide.png
+share/kvirc/4.0/pics/coresmall/kcs_channel.png
+share/kvirc/4.0/pics/coresmall/kcs_channelnotice.png
+share/kvirc/4.0/pics/coresmall/kcs_channelnoticecrypted.png
+share/kvirc/4.0/pics/coresmall/kcs_chanowner.png
+share/kvirc/4.0/pics/coresmall/kcs_chanowneraway.png
+share/kvirc/4.0/pics/coresmall/kcs_chanprivmsg.png
+share/kvirc/4.0/pics/coresmall/kcs_chanprivmsgcrypted.png
+share/kvirc/4.0/pics/coresmall/kcs_chanserv.png
+share/kvirc/4.0/pics/coresmall/kcs_chanunadmin.png
+share/kvirc/4.0/pics/coresmall/kcs_chanunowner.png
+share/kvirc/4.0/pics/coresmall/kcs_classicwindowlist.png
+share/kvirc/4.0/pics/coresmall/kcs_close.png
+share/kvirc/4.0/pics/coresmall/kcs_colors.png
+share/kvirc/4.0/pics/coresmall/kcs_console.png
+share/kvirc/4.0/pics/coresmall/kcs_copy.png
+share/kvirc/4.0/pics/coresmall/kcs_cry.png
+share/kvirc/4.0/pics/coresmall/kcs_ctcpreply.png
+share/kvirc/4.0/pics/coresmall/kcs_ctcpreplyunknown.png
+share/kvirc/4.0/pics/coresmall/kcs_ctcprequestflood.png
+share/kvirc/4.0/pics/coresmall/kcs_ctcprequestignored.png
+share/kvirc/4.0/pics/coresmall/kcs_ctcprequestreplied.png
+share/kvirc/4.0/pics/coresmall/kcs_ctcprequestunknown.png
+share/kvirc/4.0/pics/coresmall/kcs_cut.png
+share/kvirc/4.0/pics/coresmall/kcs_cyansquare.png
+share/kvirc/4.0/pics/coresmall/kcs_dccchatmsg.png
+share/kvirc/4.0/pics/coresmall/kcs_dccchatmsgcrypted.png
+share/kvirc/4.0/pics/coresmall/kcs_dccerror.png
+share/kvirc/4.0/pics/coresmall/kcs_dccmsg.png
+share/kvirc/4.0/pics/coresmall/kcs_dccrequest.png
+share/kvirc/4.0/pics/coresmall/kcs_dccvoice.png
+share/kvirc/4.0/pics/coresmall/kcs_deadchannel.png
+share/kvirc/4.0/pics/coresmall/kcs_deadquery.png
+share/kvirc/4.0/pics/coresmall/kcs_default.png
+share/kvirc/4.0/pics/coresmall/kcs_deleteitem.png
+share/kvirc/4.0/pics/coresmall/kcs_demoralized.png
+share/kvirc/4.0/pics/coresmall/kcs_deop.png
+share/kvirc/4.0/pics/coresmall/kcs_deuserop.png
+share/kvirc/4.0/pics/coresmall/kcs_devoice.png
+share/kvirc/4.0/pics/coresmall/kcs_discard.png
+share/kvirc/4.0/pics/coresmall/kcs_dkgreensquare.png
+share/kvirc/4.0/pics/coresmall/kcs_dock.png
+share/kvirc/4.0/pics/coresmall/kcs_dockwidget.png
+share/kvirc/4.0/pics/coresmall/kcs_edititem.png
+share/kvirc/4.0/pics/coresmall/kcs_editor.png
+share/kvirc/4.0/pics/coresmall/kcs_epilogue.png
+share/kvirc/4.0/pics/coresmall/kcs_event.png
+share/kvirc/4.0/pics/coresmall/kcs_eventnohandlers.png
+share/kvirc/4.0/pics/coresmall/kcs_eye.png
+share/kvirc/4.0/pics/coresmall/kcs_failupdate.png
+share/kvirc/4.0/pics/coresmall/kcs_file.png
+share/kvirc/4.0/pics/coresmall/kcs_files.png
+share/kvirc/4.0/pics/coresmall/kcs_filetransfer.png
+share/kvirc/4.0/pics/coresmall/kcs_finger.png
+share/kvirc/4.0/pics/coresmall/kcs_floppy.png
+share/kvirc/4.0/pics/coresmall/kcs_folder.png
+share/kvirc/4.0/pics/coresmall/kcs_gnutella.png
+share/kvirc/4.0/pics/coresmall/kcs_greensquare.png
+share/kvirc/4.0/pics/coresmall/kcs_gui.png
+share/kvirc/4.0/pics/coresmall/kcs_halfdeop.png
+share/kvirc/4.0/pics/coresmall/kcs_halfop.png
+share/kvirc/4.0/pics/coresmall/kcs_halfopaway.png
+share/kvirc/4.0/pics/coresmall/kcs_handler.png
+share/kvirc/4.0/pics/coresmall/kcs_handlerdisabled.png
+share/kvirc/4.0/pics/coresmall/kcs_heart.png
+share/kvirc/4.0/pics/coresmall/kcs_heartbroken.png
+share/kvirc/4.0/pics/coresmall/kcs_help.png
+share/kvirc/4.0/pics/coresmall/kcs_hidedoubleview.png
+share/kvirc/4.0/pics/coresmall/kcs_hidelistview.png
+share/kvirc/4.0/pics/coresmall/kcs_home.png
+share/kvirc/4.0/pics/coresmall/kcs_homepage.png
+share/kvirc/4.0/pics/coresmall/kcs_iconmanager.png
+share/kvirc/4.0/pics/coresmall/kcs_icq.png
+share/kvirc/4.0/pics/coresmall/kcs_icqblue.png
+share/kvirc/4.0/pics/coresmall/kcs_icqlightgreen.png
+share/kvirc/4.0/pics/coresmall/kcs_icqlightyellow.png
+share/kvirc/4.0/pics/coresmall/kcs_icqred.png
+share/kvirc/4.0/pics/coresmall/kcs_icqyellow.png
+share/kvirc/4.0/pics/coresmall/kcs_idea.png
+share/kvirc/4.0/pics/coresmall/kcs_ident.png
+share/kvirc/4.0/pics/coresmall/kcs_ignore.png
+share/kvirc/4.0/pics/coresmall/kcs_input.png
+share/kvirc/4.0/pics/coresmall/kcs_invisible.png
+share/kvirc/4.0/pics/coresmall/kcs_invite.png
+share/kvirc/4.0/pics/coresmall/kcs_inviteexcept.png
+share/kvirc/4.0/pics/coresmall/kcs_inviteunexcept.png
+share/kvirc/4.0/pics/coresmall/kcs_irc.png
+share/kvirc/4.0/pics/coresmall/kcs_irc0.png
+share/kvirc/4.0/pics/coresmall/kcs_irc1.png
+share/kvirc/4.0/pics/coresmall/kcs_irc2.png
+share/kvirc/4.0/pics/coresmall/kcs_irc3.png
+share/kvirc/4.0/pics/coresmall/kcs_irc4.png
+share/kvirc/4.0/pics/coresmall/kcs_irc5.png
+share/kvirc/4.0/pics/coresmall/kcs_ircview.png
+share/kvirc/4.0/pics/coresmall/kcs_join.png
+share/kvirc/4.0/pics/coresmall/kcs_key.png
+share/kvirc/4.0/pics/coresmall/kcs_kick.png
+share/kvirc/4.0/pics/coresmall/kcs_kiss.png
+share/kvirc/4.0/pics/coresmall/kcs_kvirc.png
+share/kvirc/4.0/pics/coresmall/kcs_limit.png
+share/kvirc/4.0/pics/coresmall/kcs_links.png
+share/kvirc/4.0/pics/coresmall/kcs_linux.png
+share/kvirc/4.0/pics/coresmall/kcs_list.png
+share/kvirc/4.0/pics/coresmall/kcs_locked.png
+share/kvirc/4.0/pics/coresmall/kcs_lockedoff.png
+share/kvirc/4.0/pics/coresmall/kcs_log.png
+share/kvirc/4.0/pics/coresmall/kcs_look.png
+share/kvirc/4.0/pics/coresmall/kcs_maxhorizontal.png
+share/kvirc/4.0/pics/coresmall/kcs_maximize.png
+share/kvirc/4.0/pics/coresmall/kcs_maxvertical.png
+share/kvirc/4.0/pics/coresmall/kcs_mdihelp.png
+share/kvirc/4.0/pics/coresmall/kcs_meban.png
+share/kvirc/4.0/pics/coresmall/kcs_mebanexcept.png
+share/kvirc/4.0/pics/coresmall/kcs_mebanunexcept.png
+share/kvirc/4.0/pics/coresmall/kcs_mechanadmin.png
+share/kvirc/4.0/pics/coresmall/kcs_mechanowner.png
+share/kvirc/4.0/pics/coresmall/kcs_mechanunadmin.png
+share/kvirc/4.0/pics/coresmall/kcs_mechanunowner.png
+share/kvirc/4.0/pics/coresmall/kcs_medehalfop.png
+share/kvirc/4.0/pics/coresmall/kcs_medeop.png
+share/kvirc/4.0/pics/coresmall/kcs_medeuserop.png
+share/kvirc/4.0/pics/coresmall/kcs_medevoice.png
+share/kvirc/4.0/pics/coresmall/kcs_mehalfop.png
+share/kvirc/4.0/pics/coresmall/kcs_meinviteexcept.png
+share/kvirc/4.0/pics/coresmall/kcs_meinviteunexcept.png
+share/kvirc/4.0/pics/coresmall/kcs_mekick.png
+share/kvirc/4.0/pics/coresmall/kcs_meop.png
+share/kvirc/4.0/pics/coresmall/kcs_message.png
+share/kvirc/4.0/pics/coresmall/kcs_messages.png
+share/kvirc/4.0/pics/coresmall/kcs_messagesent.png
+share/kvirc/4.0/pics/coresmall/kcs_meunban.png
+share/kvirc/4.0/pics/coresmall/kcs_meuserop.png
+share/kvirc/4.0/pics/coresmall/kcs_mevoice.png
+share/kvirc/4.0/pics/coresmall/kcs_minimize.png
+share/kvirc/4.0/pics/coresmall/kcs_minus.png
+share/kvirc/4.0/pics/coresmall/kcs_mode.png
+share/kvirc/4.0/pics/coresmall/kcs_motd.png
+share/kvirc/4.0/pics/coresmall/kcs_multimedia.png
+share/kvirc/4.0/pics/coresmall/kcs_namespace.png
+share/kvirc/4.0/pics/coresmall/kcs_newitem.png
+share/kvirc/4.0/pics/coresmall/kcs_newitembywizard.png
+share/kvirc/4.0/pics/coresmall/kcs_nick.png
+share/kvirc/4.0/pics/coresmall/kcs_nicknameproblem.png
+share/kvirc/4.0/pics/coresmall/kcs_nickserv.png
+share/kvirc/4.0/pics/coresmall/kcs_nochannel.png
+share/kvirc/4.0/pics/coresmall/kcs_none.png
+share/kvirc/4.0/pics/coresmall/kcs_notaway.png
+share/kvirc/4.0/pics/coresmall/kcs_notifyoffline.png
+share/kvirc/4.0/pics/coresmall/kcs_notifyonline.png
+share/kvirc/4.0/pics/coresmall/kcs_notupdate.png
+share/kvirc/4.0/pics/coresmall/kcs_op.png
+share/kvirc/4.0/pics/coresmall/kcs_opaway.png
+share/kvirc/4.0/pics/coresmall/kcs_options.png
+share/kvirc/4.0/pics/coresmall/kcs_ownprivmsg.png
+share/kvirc/4.0/pics/coresmall/kcs_ownprivmsgcrypted.png
+share/kvirc/4.0/pics/coresmall/kcs_package.png
+share/kvirc/4.0/pics/coresmall/kcs_parsererror.png
+share/kvirc/4.0/pics/coresmall/kcs_parserwarning.png
+share/kvirc/4.0/pics/coresmall/kcs_part.png
+share/kvirc/4.0/pics/coresmall/kcs_paste.png
+share/kvirc/4.0/pics/coresmall/kcs_play.png
+share/kvirc/4.0/pics/coresmall/kcs_plus.png
+share/kvirc/4.0/pics/coresmall/kcs_popup.png
+share/kvirc/4.0/pics/coresmall/kcs_popupmenu.png
+share/kvirc/4.0/pics/coresmall/kcs_prologue.png
+share/kvirc/4.0/pics/coresmall/kcs_proxy.png
+share/kvirc/4.0/pics/coresmall/kcs_query.png
+share/kvirc/4.0/pics/coresmall/kcs_querynotice.png
+share/kvirc/4.0/pics/coresmall/kcs_querynoticecrypted.png
+share/kvirc/4.0/pics/coresmall/kcs_queryprivmsg.png
+share/kvirc/4.0/pics/coresmall/kcs_queryprivmsgcrypted.png
+share/kvirc/4.0/pics/coresmall/kcs_querytrace.png
+share/kvirc/4.0/pics/coresmall/kcs_quit.png
+share/kvirc/4.0/pics/coresmall/kcs_quitapp.png
+share/kvirc/4.0/pics/coresmall/kcs_quitsplit.png
+share/kvirc/4.0/pics/coresmall/kcs_raw.png
+share/kvirc/4.0/pics/coresmall/kcs_rawevent.png
+share/kvirc/4.0/pics/coresmall/kcs_raweventnohandlers.png
+share/kvirc/4.0/pics/coresmall/kcs_record.png
+share/kvirc/4.0/pics/coresmall/kcs_redsquare.png
+share/kvirc/4.0/pics/coresmall/kcs_refresh.png
+share/kvirc/4.0/pics/coresmall/kcs_regusers.png
+share/kvirc/4.0/pics/coresmall/kcs_restore.png
+share/kvirc/4.0/pics/coresmall/kcs_retry.png
+share/kvirc/4.0/pics/coresmall/kcs_rose.png
+share/kvirc/4.0/pics/coresmall/kcs_saycolors.png
+share/kvirc/4.0/pics/coresmall/kcs_sayicon.png
+share/kvirc/4.0/pics/coresmall/kcs_saykvs.png
+share/kvirc/4.0/pics/coresmall/kcs_saysmile.png
+share/kvirc/4.0/pics/coresmall/kcs_screenshot.png
+share/kvirc/4.0/pics/coresmall/kcs_scriptaction.png
+share/kvirc/4.0/pics/coresmall/kcs_scriptcenter.png
+share/kvirc/4.0/pics/coresmall/kcs_search.png
+share/kvirc/4.0/pics/coresmall/kcs_server.png
+share/kvirc/4.0/pics/coresmall/kcs_servererror.png
+share/kvirc/4.0/pics/coresmall/kcs_serverinfo.png
+share/kvirc/4.0/pics/coresmall/kcs_servernotice.png
+share/kvirc/4.0/pics/coresmall/kcs_serverping.png
+share/kvirc/4.0/pics/coresmall/kcs_servnotice.png
+share/kvirc/4.0/pics/coresmall/kcs_sharedfiles.png
+share/kvirc/4.0/pics/coresmall/kcs_showdoubleview.png
+share/kvirc/4.0/pics/coresmall/kcs_showlistview.png
+share/kvirc/4.0/pics/coresmall/kcs_shy.png
+share/kvirc/4.0/pics/coresmall/kcs_slurp.png
+share/kvirc/4.0/pics/coresmall/kcs_smile.png
+share/kvirc/4.0/pics/coresmall/kcs_socketerror.png
+share/kvirc/4.0/pics/coresmall/kcs_socketmessage.png
+share/kvirc/4.0/pics/coresmall/kcs_socketwarning.png
+share/kvirc/4.0/pics/coresmall/kcs_sound.png
+share/kvirc/4.0/pics/coresmall/kcs_spam.png
+share/kvirc/4.0/pics/coresmall/kcs_split.png
+share/kvirc/4.0/pics/coresmall/kcs_spy.png
+share/kvirc/4.0/pics/coresmall/kcs_ssl.png
+share/kvirc/4.0/pics/coresmall/kcs_stats.png
+share/kvirc/4.0/pics/coresmall/kcs_statusbar.png
+share/kvirc/4.0/pics/coresmall/kcs_surprised1.png
+share/kvirc/4.0/pics/coresmall/kcs_surprised2.png
+share/kvirc/4.0/pics/coresmall/kcs_systemerror.png
+share/kvirc/4.0/pics/coresmall/kcs_systemmessage.png
+share/kvirc/4.0/pics/coresmall/kcs_systemwarning.png
+share/kvirc/4.0/pics/coresmall/kcs_tearsmile.png
+share/kvirc/4.0/pics/coresmall/kcs_terminal.png
+share/kvirc/4.0/pics/coresmall/kcs_textencoding.png
+share/kvirc/4.0/pics/coresmall/kcs_textexclamative.png
+share/kvirc/4.0/pics/coresmall/kcs_textpoints.png
+share/kvirc/4.0/pics/coresmall/kcs_theme.png
+share/kvirc/4.0/pics/coresmall/kcs_themeoptions.png
+share/kvirc/4.0/pics/coresmall/kcs_tilewindows.png
+share/kvirc/4.0/pics/coresmall/kcs_time.png
+share/kvirc/4.0/pics/coresmall/kcs_tongue.png
+share/kvirc/4.0/pics/coresmall/kcs_tongue2.png
+share/kvirc/4.0/pics/coresmall/kcs_toolbar.png
+share/kvirc/4.0/pics/coresmall/kcs_topic.png
+share/kvirc/4.0/pics/coresmall/kcs_transfer.png
+share/kvirc/4.0/pics/coresmall/kcs_transparent.png
+share/kvirc/4.0/pics/coresmall/kcs_treewindowlist.png
+share/kvirc/4.0/pics/coresmall/kcs_ugly.png
+share/kvirc/4.0/pics/coresmall/kcs_unban.png
+share/kvirc/4.0/pics/coresmall/kcs_undock.png
+share/kvirc/4.0/pics/coresmall/kcs_unhandled.png
+share/kvirc/4.0/pics/coresmall/kcs_unlocked.png
+share/kvirc/4.0/pics/coresmall/kcs_unlockedoff.png
+share/kvirc/4.0/pics/coresmall/kcs_unreadtext.png
+share/kvirc/4.0/pics/coresmall/kcs_unrecognized.png
+share/kvirc/4.0/pics/coresmall/kcs_update.png
+share/kvirc/4.0/pics/coresmall/kcs_url.png
+share/kvirc/4.0/pics/coresmall/kcs_userlist.png
+share/kvirc/4.0/pics/coresmall/kcs_userop.png
+share/kvirc/4.0/pics/coresmall/kcs_useropaway.png
+share/kvirc/4.0/pics/coresmall/kcs_userwindow.png
+share/kvirc/4.0/pics/coresmall/kcs_violetsquare.png
+share/kvirc/4.0/pics/coresmall/kcs_voice.png
+share/kvirc/4.0/pics/coresmall/kcs_voiceaway.png
+share/kvirc/4.0/pics/coresmall/kcs_wallops.png
+share/kvirc/4.0/pics/coresmall/kcs_who.png
+share/kvirc/4.0/pics/coresmall/kcs_whoischannels.png
+share/kvirc/4.0/pics/coresmall/kcs_whoisidle.png
+share/kvirc/4.0/pics/coresmall/kcs_whoisother.png
+share/kvirc/4.0/pics/coresmall/kcs_whoisserver.png
+share/kvirc/4.0/pics/coresmall/kcs_whoisuser.png
+share/kvirc/4.0/pics/coresmall/kcs_world.png
+share/kvirc/4.0/pics/coresmall/kcs_xy.png
+share/kvirc/4.0/pics/coresmall/kcs_yellowsquare.png
+share/kvirc/4.0/pics/coresmall/kcs_medeircop.png
+share/kvirc/4.0/pics/coresmall/kcs_deircop.png
+share/kvirc/4.0/pics/coresmall/kcs_ircopaway.png
+share/kvirc/4.0/pics/coresmall/kcs_ircop.png
+share/kvirc/4.0/pics/coresmall/kcs_meircop.png
+share/kvirc/4.0/pics/kvi_activitymeter.png
+share/kvirc/4.0/pics/kvi_bigicon_actioneditor.png
+share/kvirc/4.0/pics/kvi_bigicon_actions.png
+share/kvirc/4.0/pics/kvi_bigicon_addons.png
+share/kvirc/4.0/pics/kvi_bigicon_aliaseditor.png
+share/kvirc/4.0/pics/kvi_bigicon_cascadewindows.png
+share/kvirc/4.0/pics/kvi_bigicon_channellist.png
+share/kvirc/4.0/pics/kvi_bigicon_channels.png
+share/kvirc/4.0/pics/kvi_bigicon_channelspopup.png
+share/kvirc/4.0/pics/kvi_bigicon_codetester.png
+share/kvirc/4.0/pics/kvi_bigicon_connected.png
+share/kvirc/4.0/pics/kvi_bigicon_connecting.png
+share/kvirc/4.0/pics/kvi_bigicon_disconnected.png
+share/kvirc/4.0/pics/kvi_bigicon_eventeditor.png
+share/kvirc/4.0/pics/kvi_bigicon_folder.png
+share/kvirc/4.0/pics/kvi_bigicon_help.png
+share/kvirc/4.0/pics/kvi_bigicon_helpback.png
+share/kvirc/4.0/pics/kvi_bigicon_helpclose.png
+share/kvirc/4.0/pics/kvi_bigicon_helpforward.png
+share/kvirc/4.0/pics/kvi_bigicon_helpindex.png
+share/kvirc/4.0/pics/kvi_bigicon_helpsearch.png
+share/kvirc/4.0/pics/kvi_bigicon_identity.png
+share/kvirc/4.0/pics/kvi_bigicon_irccontextdisplay.png
+share/kvirc/4.0/pics/kvi_bigicon_keyboard.png
+share/kvirc/4.0/pics/kvi_bigicon_kvircwww.png
+share/kvirc/4.0/pics/kvi_bigicon_kvs.png
+share/kvirc/4.0/pics/kvi_bigicon_mailinglist.png
+share/kvirc/4.0/pics/kvi_bigicon_minimizeallwindows.png
+share/kvirc/4.0/pics/kvi_bigicon_networklinks.png
+share/kvirc/4.0/pics/kvi_bigicon_newirccontext.png
+share/kvirc/4.0/pics/kvi_bigicon_nickpopup.png
+share/kvirc/4.0/pics/kvi_bigicon_nokeyboard.png
+share/kvirc/4.0/pics/kvi_bigicon_open.png
+share/kvirc/4.0/pics/kvi_bigicon_pack.png
+share/kvirc/4.0/pics/kvi_bigicon_popupeditor.png
+share/kvirc/4.0/pics/kvi_bigicon_quit.png
+share/kvirc/4.0/pics/kvi_bigicon_raweditor.png
+share/kvirc/4.0/pics/kvi_bigicon_regusers.png
+share/kvirc/4.0/pics/kvi_bigicon_remove.png
+share/kvirc/4.0/pics/kvi_bigicon_save.png
+share/kvirc/4.0/pics/kvi_bigicon_screenshot.png
+share/kvirc/4.0/pics/kvi_bigicon_separator.png
+share/kvirc/4.0/pics/kvi_bigicon_server.png
+share/kvirc/4.0/pics/kvi_bigicon_servers.png
+share/kvirc/4.0/pics/kvi_bigicon_settings.png
+share/kvirc/4.0/pics/kvi_bigicon_socketspy.png
+share/kvirc/4.0/pics/kvi_bigicon_theme.png
+share/kvirc/4.0/pics/kvi_bigicon_themeoptions.png
+share/kvirc/4.0/pics/kvi_bigicon_tilewindows.png
+share/kvirc/4.0/pics/kvi_bigicon_toolbareditor.png
+share/kvirc/4.0/pics/kvi_bigicon_tools.png
+share/kvirc/4.0/pics/kvi_bigicon_trashcan.png
+share/kvirc/4.0/pics/kvi_bigicon_unknown.png
+share/kvirc/4.0/pics/kvi_bigicon_usermode.png
+share/kvirc/4.0/pics/kvi_bigicon_www.png
+share/kvirc/4.0/pics/kvi_dccfiletransfericons.png
+share/kvirc/4.0/pics/kvi_dock.png
+share/kvirc/4.0/pics/kvi_dock_part-0.png
+share/kvirc/4.0/pics/kvi_dock_part-1.png
+share/kvirc/4.0/pics/kvi_dock_part-2.png
+share/kvirc/4.0/pics/kvi_horizontal_left.png
+share/kvirc/4.0/pics/kvi_horizontal_right.png
+share/kvirc/4.0/pics/kvi_httpicons.png
+share/kvirc/4.0/pics/kvi_icon_bot.png
+share/kvirc/4.0/pics/kvi_icon_female.png
+share/kvirc/4.0/pics/kvi_icon_male.png
+share/kvirc/4.0/pics/kvi_icon_refresh.png
+share/kvirc/4.0/pics/kvi_mircimport.png
+share/kvirc/4.0/pics/kvi_setup_label.png
+share/kvirc/4.0/pics/kvi_setup_theme_hires.png
+share/kvirc/4.0/pics/kvi_setup_theme_lowres.png
+share/kvirc/4.0/pics/kvi_splash.png
+share/kvirc/4.0/pics/kvi_splash_overlay.png
+share/kvirc/4.0/pics/kvi_toolbutton_menuindicator.png
+share/kvirc/4.0/pics/kvi_userchanstate.png
+share/kvirc/4.0/pics/notifier_background.png
+share/kvirc/4.0/pics/notifier_close.png
+share/kvirc/4.0/pics/notifier_down.png
+share/kvirc/4.0/pics/notifier_icon_body_next_clicked.png
+share/kvirc/4.0/pics/notifier_icon_body_next_off.png
+share/kvirc/4.0/pics/notifier_icon_body_next_on.png
+share/kvirc/4.0/pics/notifier_icon_body_prev_clicked.png
+share/kvirc/4.0/pics/notifier_icon_body_prev_off.png
+share/kvirc/4.0/pics/notifier_icon_body_prev_on.png
+share/kvirc/4.0/pics/notifier_icon_body_write_clicked.png
+share/kvirc/4.0/pics/notifier_icon_body_write_off.png
+share/kvirc/4.0/pics/notifier_icon_body_write_on.png
+share/kvirc/4.0/pics/notifier_icon_close_clicked.png
+share/kvirc/4.0/pics/notifier_icon_close_clicked_hl.png
+share/kvirc/4.0/pics/notifier_icon_close_out.png
+share/kvirc/4.0/pics/notifier_icon_close_out_hl.png
+share/kvirc/4.0/pics/notifier_icon_close_over.png
+share/kvirc/4.0/pics/notifier_icon_close_over_hl.png
+share/kvirc/4.0/pics/notifier_icon_tab_close_clicked.png
+share/kvirc/4.0/pics/notifier_icon_tab_close_off.png
+share/kvirc/4.0/pics/notifier_icon_tab_close_on.png
+share/kvirc/4.0/pics/notifier_icon_tab_next_clicked.png
+share/kvirc/4.0/pics/notifier_icon_tab_next_out.png
+share/kvirc/4.0/pics/notifier_icon_tab_next_over.png
+share/kvirc/4.0/pics/notifier_icon_tab_prev_clicked.png
+share/kvirc/4.0/pics/notifier_icon_tab_prev_out.png
+share/kvirc/4.0/pics/notifier_icon_tab_prev_over.png
+share/kvirc/4.0/pics/notifier_left.png
+share/kvirc/4.0/pics/notifier_pen.png
+share/kvirc/4.0/pics/notifier_pix_body_dwn.png
+share/kvirc/4.0/pics/notifier_pix_body_dwndx.png
+share/kvirc/4.0/pics/notifier_pix_body_dwnsx.png
+share/kvirc/4.0/pics/notifier_pix_body_dx.png
+share/kvirc/4.0/pics/notifier_pix_body_kvirc.png
+share/kvirc/4.0/pics/notifier_pix_body_kvirc_dwn.png
+share/kvirc/4.0/pics/notifier_pix_body_kvirc_sx.png
+share/kvirc/4.0/pics/notifier_pix_body_sx.png
+share/kvirc/4.0/pics/notifier_pix_caption_bkg.png
+share/kvirc/4.0/pics/notifier_pix_caption_bkg_hl.png
+share/kvirc/4.0/pics/notifier_pix_caption_dx.png
+share/kvirc/4.0/pics/notifier_pix_caption_dx_hl.png
+share/kvirc/4.0/pics/notifier_pix_caption_sx.png
+share/kvirc/4.0/pics/notifier_pix_caption_sx_hl.png
+share/kvirc/4.0/pics/notifier_pix_tab_bkg.png
+share/kvirc/4.0/pics/notifier_pix_tab_dx.png
+share/kvirc/4.0/pics/notifier_pix_tab_focused_bkg.png
+share/kvirc/4.0/pics/notifier_pix_tab_focused_dx.png
+share/kvirc/4.0/pics/notifier_pix_tab_focused_sx.png
+share/kvirc/4.0/pics/notifier_pix_tab_sx.png
+share/kvirc/4.0/pics/notifier_pix_tab_unfocused_bkg.png
+share/kvirc/4.0/pics/notifier_pix_tab_unfocused_dx.png
+share/kvirc/4.0/pics/notifier_pix_tab_unfocused_sx.png
+share/kvirc/4.0/pics/notifier_pix_wnd_dwn.png
+share/kvirc/4.0/pics/notifier_pix_wnd_dwn_hl.png
+share/kvirc/4.0/pics/notifier_pix_wnd_dwndx.png
+share/kvirc/4.0/pics/notifier_pix_wnd_dwndx_hl.png
+share/kvirc/4.0/pics/notifier_pix_wnd_dwnsx.png
+share/kvirc/4.0/pics/notifier_pix_wnd_dwnsx_hl.png
+share/kvirc/4.0/pics/notifier_pix_wnd_dx.png
+share/kvirc/4.0/pics/notifier_pix_wnd_dx_hl.png
+share/kvirc/4.0/pics/notifier_pix_wnd_sx.png
+share/kvirc/4.0/pics/notifier_pix_wnd_sx_hl.png
+share/kvirc/4.0/pics/notifier_right.png
+share/kvirc/4.0/pics/notifier_up.png
+share/kvirc/4.0/themes/YellowIRC-1.0.0/pixmapGlobalTransparencyBackground.png
+share/kvirc/4.0/themes/YellowIRC-1.0.0/pixmapInputBackground.png
+share/kvirc/4.0/themes/YellowIRC-1.0.0/themeinfo.kvc
+share/kvirc/4.0/themes/YellowIRC-1.0.0/themedata.kvc
+@dirrmtry share/applications
+@dirrmtry share/icons/hicolor/16x16/apps
+@dirrmtry share/icons/hicolor/16x16/mimetypes
+@dirrmtry share/icons/hicolor/32x32/apps
+@dirrmtry share/icons/hicolor/32x32/mimetypes
+@dirrmtry share/icons/hicolor/48x48/apps
+@dirrmtry share/icons/hicolor/48x48/mimetypes
+@dirrmtry share/icons/hicolor/64x64/apps
+@dirrmtry share/icons/hicolor/64x64/mimetypes
+@dirrmtry share/icons/hicolor/128x128/apps
+@dirrmtry share/icons/hicolor/128x128/mimetypes
+@dirrmtry share/icons/hicolor/16x16
+@dirrmtry share/icons/hicolor/32x32
+@dirrmtry share/icons/hicolor/48x48
+@dirrmtry share/icons/hicolor/64x64
+@dirrmtry share/icons/hicolor/128x128
+@dirrmtry share/icons/hicolor/scalable/apps
+@dirrmtry share/icons/hicolor/scalable/mimetypes
+@dirrmtry share/icons/hicolor/scalable
+@dirrmtry share/icons/hicolor
+@dirrmtry share/icons
+@dirrmtry man/de.UTF-8/man1
+@dirrmtry man/de.UTF-8
+@dirrmtry man/it.ISO8859-1/man1
+@dirrmtry man/it.ISO8859-1
+@dirrmtry man/it.UTF-8/man1
+@dirrmtry man/it.UTF-8
+@dirrm share/kvirc/4.0/pics/coresmall
+@dirrm share/kvirc/4.0/pics
+@dirrm share/kvirc/4.0/msgcolors
+@dirrm share/kvirc/4.0/modules/caps/tool
+@dirrm share/kvirc/4.0/modules/caps/serverimport
+@dirrm share/kvirc/4.0/modules/caps/crypt
+@dirrm share/kvirc/4.0/modules/caps/action
+@dirrm share/kvirc/4.0/modules/caps
+@dirrm share/kvirc/4.0/modules
+@dirrm share/kvirc/4.0/license
+@dirrm share/kvirc/4.0/locale
+@dirrm share/kvirc/4.0/help/en
+@dirrm share/kvirc/4.0/help
+@dirrm share/kvirc/4.0/doc/scriptexamples/tutorial
+@dirrm share/kvirc/4.0/doc/scriptexamples/playing
+@dirrm share/kvirc/4.0/doc/scriptexamples/mp3share
+@dirrm share/kvirc/4.0/doc/scriptexamples/kvisounds/waves
+@dirrm share/kvirc/4.0/doc/scriptexamples/kvisounds
+@dirrm share/kvirc/4.0/doc/scriptexamples
+@dirrm share/kvirc/4.0/doc
+@dirrm share/kvirc/4.0/defscript
+@dirrm share/kvirc/4.0/config/modules
+@dirrm share/kvirc/4.0/config
+@dirrm share/kvirc/4.0/themes/YellowIRC-1.0.0
+@dirrm share/kvirc/4.0/themes
+@dirrm share/kvirc/4.0
+@dirrm share/kvirc
+@dirrm lib/kvirc/4.0/modules
+@dirrm lib/kvirc/4.0
+@dirrm lib/kvirc