From a46667fa7d5268ecfe524fb0145919a8088047f2 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Sat, 17 Jul 2010 19:16:14 +0000 Subject: Update to 4.0.0 Build with KDE4 support --- irc/kvirc/Makefile | 134 +- irc/kvirc/distinfo | 6 +- irc/kvirc/files/patch-Makefile.am | 10 - irc/kvirc/files/patch-Makefile.in | 11 - irc/kvirc/files/patch-configure | 29 - irc/kvirc/files/patch-notifierwindowtabs.cpp | 11 - irc/kvirc/pkg-descr | 6 +- irc/kvirc/pkg-plist | 4559 ++++++++++++-------------- 8 files changed, 2279 insertions(+), 2487 deletions(-) delete mode 100644 irc/kvirc/files/patch-Makefile.am delete mode 100644 irc/kvirc/files/patch-Makefile.in delete mode 100644 irc/kvirc/files/patch-configure delete mode 100644 irc/kvirc/files/patch-notifierwindowtabs.cpp (limited to 'irc/kvirc') diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index 096d04a3610c..0687a950658b 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -6,72 +6,120 @@ # PORTNAME= kvirc -PORTVERSION= 3.4.2 -PORTREVISION= 4 +PORTVERSION= 4.0.0 CATEGORIES= irc kde -MASTER_SITES= ftp://ftp.kvirc.de/pub/kvirc/${PORTVERSION}/source/ \ - ftp://ftp.kvirc.de/pub/%SUBDIR%/ \ - http://kvirc.gmake.de/pub/%SUBDIR%/ \ - LOCAL/beech -MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}/source +MASTER_SITES= ftp://ftp.kvirc.de/pub/kvirc/%SUBDIR%/ \ + http://kvirc.gmake.de/pub/kvirc/%SUBDIR%/ \ + http://kvirc-ftp.visualscripts.com/%SUBDIR%/ \ + ftp://dedimarbo.ath.cx/pub/kvirc/%SUBDIR%/ \ + ftp://kvirc.eban-meban.com/%SUBDIR%/ \ + http://kvirc.tradebit.com/%SUBDIR%/ \ + http://kvirc.imsam.info/%SUBDIR%/ \ + http://kvirc.bcoos.net/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTVERSION}/source MAINTAINER= makc@FreeBSD.org -COMMENT= IRC client for QT and KDE +COMMENT?= IRC client for KDE4 -FORBIDDEN= multiple vulnerabilities +.if !defined(PKGNAMESUFFIX) +CONFLICTS= kvirc-qt4-4.* +.endif -USE_AUTOTOOLS= libtool:22 USE_BZIP2= yes -USE_KDELIBS_VER=3 -USE_GMAKE= yes -USE_LDCONFIG= yes USE_GETTEXT= yes +USE_OPENSSL= yes +USE_PERL5_BUILD= yes +USE_QT_VER= 4 +QT_COMPONENTS= moc_build qmake_build rcc_build uic_build \ + dbus gui network sql xml +USE_CMAKE= yes +CMAKE_ARGS= -DWITHOUT_ESD=yes -DWITHOUT_DOXYGEN=yes \ + -DMANDIR=${MANPREFIX} INSTALLS_ICONS= yes -PLIST_SUB= VER=${PORTVERSION} +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes -MAN1= kvirc.1 +MAN1= kvirc.1 +MANLANG= "" de it -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 "Support for various audio formats" off \ + DEBUG "Build with debug support" off \ + GSM "u-law to gsm audio converter support" off \ + PERL "Perl scripting support" off \ + PYTHON "Python scripting support" off +.if defined(PKGNAMESUFFIX) +OPTIONS+= PHONON "Build with Phonon support" off \ + WEBKIT "Build with QtWebkit support" off +.endif -.include +PLIST_SUB+= VER="${PORTVERSION:R}" -.if defined(WITH_ARTS) -LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts -.else -CONFIGURE_ARGS+= --without-arts-support +.include + +.if defined(PKGNAMESUFFIX) +CMAKE_ARGS+= -DWITHOUT_KDE4=yes +PLIST_SUB+= QT="" KDE="@comment " +. if defined(WITH_PHONON) +QT_COMPONENTS+= phonon +. else +CMAKE_ARGS+= -DWITHOUT_PHONON=yes +. endif +. if defined(WITH_WEBKIT) +QT_COMPONENTS+= webkit +. else +CMAKE_ARGS+= -DWITHOUT_QTWEBKIT=yes +. endif +.else #defined(PKGNAMESUFFIX) +USE_KDE4= kdelibs automoc4 kdeprefix +PLIST_SUB+= QT="@comment " KDE="" +.endif #defined(PKGNAMESUFFIX) + +.if defined(WITH_DEBUG) +CMAKE_ARGS+= -DWITH_DEBUG -DVERBOSE=yes .endif +#audio support .if defined(WITH_AUDIOFILE) -LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile +LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile +.else +CMAKE_ARGS+= -DWITHOUT_AUDIOFILE=yes +.endif + +.if defined(WITH_GSM) +LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm .else -CONFIGURE_ARGS+= --without-af-support +CMAKE_ARGS+= -DWITHOUT_GSM=yes .endif -.if defined(WITH_ESOUND) -LIB_DEPENDS+= esd.2:${PORTSDIR}/audio/esound +#scripting support +.if defined(WITH_PYTHON) +USE_PYTHON= yes +PLIST_SUB+= PYTHON="" .else -CONFIGURE_ARGS+= --without-esd-support +CMAKE_ARGS+= -DWITHOUT_PYTHON=yes +PLIST_SUB+= PYTHON="@comment " .endif -.if defined(WITH_GSM) -LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm +.if defined(WITH_PERL) +USE_PERL5_RUN= yes +PLIST_SUB+= PERL="" .else -CONFIGURE_ARGS+= --without-gsm +CMAKE_ARGS+= -DWITHOUT_PERL=yes +PLIST_SUB+= PERL="@comment " .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 +.include + +.if ${OSVERSION}<700042 +CMAKE_USE_PTHREAD= yes +.endif + +.if defined(WITH_PERL) +pre-everything:: + @${ECHO_CMD} "=====================================================" + @${ECHO_CMD} " To enable perl scripting you need to rebuild" + @${ECHO_CMD} " perl with multiplicity support!" + @${ECHO_CMD} "=====================================================" +.endif .include diff --git a/irc/kvirc/distinfo b/irc/kvirc/distinfo index 2475a12fa552..aeb702088d20 100644 --- a/irc/kvirc/distinfo +++ b/irc/kvirc/distinfo @@ -1,3 +1,3 @@ -MD5 (kvirc-3.4.2.tar.bz2) = cc1839c54f6c1bf9a15e169f3213a0a7 -SHA256 (kvirc-3.4.2.tar.bz2) = 7335bda4c646d70aee1bd565a678a7a2af379313e48d5c81e3a063775a351a33 -SIZE (kvirc-3.4.2.tar.bz2) = 5421405 +MD5 (kvirc-4.0.0.tar.bz2) = 8fafe420551c273e684236fd4e396af5 +SHA256 (kvirc-4.0.0.tar.bz2) = 23f79a54dab00b8f2669c1c28eca7169eb10ace06e63a2da90e2b74772249ed6 +SIZE (kvirc-4.0.0.tar.bz2) = 5257838 diff --git a/irc/kvirc/files/patch-Makefile.am b/irc/kvirc/files/patch-Makefile.am deleted file mode 100644 index f1bebcb5c8ec..000000000000 --- a/irc/kvirc/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/files/patch-Makefile.in b/irc/kvirc/files/patch-Makefile.in deleted file mode 100644 index 956ed1f3a371..000000000000 --- a/irc/kvirc/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- data/protocols/Makefile.in.orig 2008-03-12 18:28:40.000000000 -0800 -+++ data/protocols/Makefile.in 2008-06-30 12:04:08.000000000 -0800 -@@ -215,7 +215,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/files/patch-configure b/irc/kvirc/files/patch-configure deleted file mode 100644 index cf3f03e35072..000000000000 --- a/irc/kvirc/files/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig 2008-03-12 18:29:00.000000000 -0800 -+++ configure 2008-06-30 12:21:03.000000000 -0800 -@@ -20761,7 +20761,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' -@@ -26694,7 +26694,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 -@@ -28452,7 +28452,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 ? diff --git a/irc/kvirc/files/patch-notifierwindowtabs.cpp b/irc/kvirc/files/patch-notifierwindowtabs.cpp deleted file mode 100644 index f7573438a6c1..000000000000 --- a/irc/kvirc/files/patch-notifierwindowtabs.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/modules/notifier/notifierwindowtabs.cpp.orig Sun Apr 17 00:58:15 2005 -+++ src/modules/notifier/notifierwindowtabs.cpp Sun Apr 17 00:58:36 2005 -@@ -228,7 +228,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/pkg-descr b/irc/kvirc/pkg-descr index 8db6a515f5ce..6a9b3e0b46ea 100644 --- a/irc/kvirc/pkg-descr +++ b/irc/kvirc/pkg-descr @@ -1,5 +1,3 @@ -A powerful Internet Relay Chat client designed for UNIX platforms. -It is distributed as Free Software under the terms of the GNU -General Public License. +KVIrc is a free portable IRC client based on the Qt GUI toolkit. -WWW: http://www.kvirc.net +WWW: http://www.kvirc.net diff --git a/irc/kvirc/pkg-plist b/irc/kvirc/pkg-plist index 60c56a7246e8..0297337193c5 100644 --- a/irc/kvirc/pkg-plist +++ b/irc/kvirc/pkg-plist @@ -1,2385 +1,2192 @@ -bin/kvi_run_netscape -bin/kvi_search_help bin/kvirc bin/kvirc-config -include/kvirc/%%VER%%/kvi_accel.h -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_debug.h -include/kvirc/%%VER%%/kvi_debugwindow.h -include/kvirc/%%VER%%/kvi_defaults.h -include/kvirc/%%VER%%/kvi_dns.h -include/kvirc/%%VER%%/kvi_doublebuffer.h -include/kvirc/%%VER%%/kvi_draganddrop.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_fileextensions.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_htmldialog.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_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_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_eventtriggers.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_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_parser.h -include/kvirc/%%VER%%/kvi_kvs_parser_macros.h -include/kvirc/%%VER%%/kvi_kvs_popupmanager.h -include/kvirc/%%VER%%/kvi_kvs_popupmenu.h -include/kvirc/%%VER%%/kvi_kvs_processmanager.h -include/kvirc/%%VER%%/kvi_kvs_report.h -include/kvirc/%%VER%%/kvi_kvs_runtimecall.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_scriptaddonmanager.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_objectfield.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_rebindingswitch.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_specialcommandclass.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_specialcommandunset.h -include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandwhile.h -include/kvirc/%%VER%%/kvi_kvs_treenode_stringcast.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_types.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_listview.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_miscutils.h -include/kvirc/%%VER%%/kvi_modeeditor.h -include/kvirc/%%VER%%/kvi_modew.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_osinfo.h -include/kvirc/%%VER%%/kvi_out.h -include/kvirc/%%VER%%/kvi_packagefile.h -include/kvirc/%%VER%%/kvi_parameterlist.h -include/kvirc/%%VER%%/kvi_pixmap.h -include/kvirc/%%VER%%/kvi_pointerhashtable.h -include/kvirc/%%VER%%/kvi_pointerlist.h -include/kvirc/%%VER%%/kvi_process.h -include/kvirc/%%VER%%/kvi_proxydb.h -include/kvirc/%%VER%%/kvi_qcstring.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_sourcesdate.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_styled_controls.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_filedialog_qt4.h -include/kvirc/%%VER%%/kvi_tal_grid.h -include/kvirc/%%VER%%/kvi_tal_grid_qt3.h -include/kvirc/%%VER%%/kvi_tal_grid_qt4.h -include/kvirc/%%VER%%/kvi_tal_groupbox.h -include/kvirc/%%VER%%/kvi_tal_groupbox_qt3.h -include/kvirc/%%VER%%/kvi_tal_groupbox_qt4.h -include/kvirc/%%VER%%/kvi_tal_hbox.h -include/kvirc/%%VER%%/kvi_tal_hbox_qt3.h -include/kvirc/%%VER%%/kvi_tal_hbox_qt4.h -include/kvirc/%%VER%%/kvi_tal_iconview.h -include/kvirc/%%VER%%/kvi_tal_iconview_qt3.h -include/kvirc/%%VER%%/kvi_tal_iconview_qt4.h -include/kvirc/%%VER%%/kvi_tal_listbox.h -include/kvirc/%%VER%%/kvi_tal_listbox_qt3.h -include/kvirc/%%VER%%/kvi_tal_listbox_qt4.h -include/kvirc/%%VER%%/kvi_tal_listview.h -include/kvirc/%%VER%%/kvi_tal_listview_qt3.h -include/kvirc/%%VER%%/kvi_tal_listview_qt4.h -include/kvirc/%%VER%%/kvi_tal_mainwindow.h -include/kvirc/%%VER%%/kvi_tal_mainwindow_kde.h -include/kvirc/%%VER%%/kvi_tal_mainwindow_qt3.h -include/kvirc/%%VER%%/kvi_tal_mainwindow_qt4.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_popupmenu.h -include/kvirc/%%VER%%/kvi_tal_popupmenu_qt3.h -include/kvirc/%%VER%%/kvi_tal_popupmenu_qt4.h -include/kvirc/%%VER%%/kvi_tal_scrollview.h -include/kvirc/%%VER%%/kvi_tal_scrollview_qt3.h -include/kvirc/%%VER%%/kvi_tal_scrollview_qt4.h -include/kvirc/%%VER%%/kvi_tal_tabdialog.h -include/kvirc/%%VER%%/kvi_tal_tabdialog_qt3.h -include/kvirc/%%VER%%/kvi_tal_tabdialog_qt4.h -include/kvirc/%%VER%%/kvi_tal_textedit.h -include/kvirc/%%VER%%/kvi_tal_textedit_qt3.h -include/kvirc/%%VER%%/kvi_tal_textedit_qt4.h -include/kvirc/%%VER%%/kvi_tal_toolbar.h -include/kvirc/%%VER%%/kvi_tal_toolbar_kde.h -include/kvirc/%%VER%%/kvi_tal_toolbar_qt3.h -include/kvirc/%%VER%%/kvi_tal_toolbar_qt4.h -include/kvirc/%%VER%%/kvi_tal_toolbardocktype.h -include/kvirc/%%VER%%/kvi_tal_tooltip.h -include/kvirc/%%VER%%/kvi_tal_vbox.h -include/kvirc/%%VER%%/kvi_tal_vbox_qt3.h -include/kvirc/%%VER%%/kvi_tal_vbox_qt4.h -include/kvirc/%%VER%%/kvi_tal_widgetstack.h -include/kvirc/%%VER%%/kvi_tal_widgetstack_qt3.h -include/kvirc/%%VER%%/kvi_tal_widgetstack_qt4.h -include/kvirc/%%VER%%/kvi_tal_windowstate.h -include/kvirc/%%VER%%/kvi_tal_wizard.h -include/kvirc/%%VER%%/kvi_taskbar.h -include/kvirc/%%VER%%/kvi_texticonmanager.h -include/kvirc/%%VER%%/kvi_texticonwin.h -include/kvirc/%%VER%%/kvi_theme.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_toolwindows_container.h -include/kvirc/%%VER%%/kvi_topicw.h -include/kvirc/%%VER%%/kvi_url.h -include/kvirc/%%VER%%/kvi_useraction.h -include/kvirc/%%VER%%/kvi_useridentity.h -include/kvirc/%%VER%%/kvi_userinput.h -include/kvirc/%%VER%%/kvi_userlistview.h -include/kvirc/%%VER%%/kvi_valuelist.h -include/kvirc/%%VER%%/kvi_wincfg.h -include/kvirc/%%VER%%/kvi_window.h -include/kvirc/%%VER%%/kvi_xlib.h -lib/libkvilib.a -lib/libkvilib.la +lib/kvirc/%%VER%%/modules/libkviabout.so +lib/kvirc/%%VER%%/modules/libkviaction.so +lib/kvirc/%%VER%%/modules/libkviactioneditor.so +lib/kvirc/%%VER%%/modules/libkviaddon.so +lib/kvirc/%%VER%%/modules/libkvialiaseditor.so +lib/kvirc/%%VER%%/modules/libkviavatar.so +lib/kvirc/%%VER%%/modules/libkvichan.so +lib/kvirc/%%VER%%/modules/libkvichannelsjoin.so +lib/kvirc/%%VER%%/modules/libkviclasseditor.so +lib/kvirc/%%VER%%/modules/libkvicodetester.so +lib/kvirc/%%VER%%/modules/libkviconfig.so +lib/kvirc/%%VER%%/modules/libkvicontext.so +lib/kvirc/%%VER%%/modules/libkvidcc.so +lib/kvirc/%%VER%%/modules/libkvidialog.so +lib/kvirc/%%VER%%/modules/libkvieditor.so +lib/kvirc/%%VER%%/modules/libkvieventeditor.so +lib/kvirc/%%VER%%/modules/libkvifile.so +lib/kvirc/%%VER%%/modules/libkvifiletransferwindow.so +lib/kvirc/%%VER%%/modules/libkvihelp.so +lib/kvirc/%%VER%%/modules/libkvihttp.so +lib/kvirc/%%VER%%/modules/libkviident.so +lib/kvirc/%%VER%%/modules/libkviiograph.so +lib/kvirc/%%VER%%/modules/libkvilamerizer.so +lib/kvirc/%%VER%%/modules/libkvilanguage.so +lib/kvirc/%%VER%%/modules/libkvilinks.so +lib/kvirc/%%VER%%/modules/libkvilist.so +lib/kvirc/%%VER%%/modules/libkvilog.so +lib/kvirc/%%VER%%/modules/libkvilogview.so +lib/kvirc/%%VER%%/modules/libkvimask.so +lib/kvirc/%%VER%%/modules/libkvimath.so +lib/kvirc/%%VER%%/modules/libkvimediaplayer.so +lib/kvirc/%%VER%%/modules/libkvimircimport.so +lib/kvirc/%%VER%%/modules/libkvimy.so +lib/kvirc/%%VER%%/modules/libkvinotifier.so +lib/kvirc/%%VER%%/modules/libkviobjects.so +lib/kvirc/%%VER%%/modules/libkvioptions.so +%%PERL%%lib/kvirc/%%VER%%/modules/libkviperl.so +lib/kvirc/%%VER%%/modules/libkviperlcore.so +%%PYTHON%%lib/kvirc/%%VER%%/modules/libkvipython.so +lib/kvirc/%%VER%%/modules/libkvipopupeditor.so +lib/kvirc/%%VER%%/modules/libkviproxydb.so +lib/kvirc/%%VER%%/modules/libkvipythoncore.so +lib/kvirc/%%VER%%/modules/libkviraweditor.so +lib/kvirc/%%VER%%/modules/libkviregchan.so +lib/kvirc/%%VER%%/modules/libkvireguser.so +lib/kvirc/%%VER%%/modules/libkvirijndael.so +lib/kvirc/%%VER%%/modules/libkvirot13.so +lib/kvirc/%%VER%%/modules/libkviserverdb.so +lib/kvirc/%%VER%%/modules/libkvisetup.so +lib/kvirc/%%VER%%/modules/libkvisharedfile.so +lib/kvirc/%%VER%%/modules/libkvisharedfileswindow.so +lib/kvirc/%%VER%%/modules/libkvisnd.so +lib/kvirc/%%VER%%/modules/libkvisocketspy.so +lib/kvirc/%%VER%%/modules/libkvispaste.so +lib/kvirc/%%VER%%/modules/libkvistr.so +lib/kvirc/%%VER%%/modules/libkvisystem.so +lib/kvirc/%%VER%%/modules/libkviterm.so +lib/kvirc/%%VER%%/modules/libkvitexticons.so +lib/kvirc/%%VER%%/modules/libkvitheme.so +lib/kvirc/%%VER%%/modules/libkvitip.so +lib/kvirc/%%VER%%/modules/libkvitmphighlight.so +lib/kvirc/%%VER%%/modules/libkvitoolbar.so +lib/kvirc/%%VER%%/modules/libkvitoolbareditor.so +lib/kvirc/%%VER%%/modules/libkvitorrent.so +lib/kvirc/%%VER%%/modules/libkvitrayicon.so +lib/kvirc/%%VER%%/modules/libkviupnp.so +lib/kvirc/%%VER%%/modules/libkviurl.so +lib/kvirc/%%VER%%/modules/libkviwindow.so lib/libkvilib.so -lib/libkvilib.so.3 -share/applnk/Internet/kvirc.desktop +lib/libkvilib.so.4 +lib/libkvilib.so.4.0.0 +share/applications/kvirc.desktop +share/icons/hicolor/128x128/apps/kvirc.png +share/icons/hicolor/128x128/mimetypes/application-x-kva.png +share/icons/hicolor/128x128/mimetypes/application-x-kvt.png +share/icons/hicolor/128x128/mimetypes/text-x-kvc.png +share/icons/hicolor/128x128/mimetypes/text-x-kvs.png share/icons/hicolor/16x16/apps/kvirc.png -share/icons/hicolor/16x16/mimetypes/kva.png -share/icons/hicolor/16x16/mimetypes/kvc.png -share/icons/hicolor/16x16/mimetypes/kvs.png -share/icons/hicolor/16x16/mimetypes/kvt.png +share/icons/hicolor/16x16/mimetypes/application-x-kva.png +share/icons/hicolor/16x16/mimetypes/application-x-kvt.png +share/icons/hicolor/16x16/mimetypes/text-x-kvc.png +share/icons/hicolor/16x16/mimetypes/text-x-kvs.png share/icons/hicolor/32x32/apps/kvirc.png -share/icons/hicolor/32x32/mimetypes/kva.png -share/icons/hicolor/32x32/mimetypes/kvc.png -share/icons/hicolor/32x32/mimetypes/kvs.png -share/icons/hicolor/32x32/mimetypes/kvt.png +share/icons/hicolor/32x32/mimetypes/application-x-kva.png +share/icons/hicolor/32x32/mimetypes/application-x-kvt.png +share/icons/hicolor/32x32/mimetypes/text-x-kvc.png +share/icons/hicolor/32x32/mimetypes/text-x-kvs.png share/icons/hicolor/48x48/apps/kvirc.png -share/icons/hicolor/48x48/mimetypes/kva.png -share/icons/hicolor/48x48/mimetypes/kvc.png -share/icons/hicolor/48x48/mimetypes/kvs.png -share/icons/hicolor/48x48/mimetypes/kvt.png +share/icons/hicolor/48x48/mimetypes/application-x-kva.png +share/icons/hicolor/48x48/mimetypes/application-x-kvt.png +share/icons/hicolor/48x48/mimetypes/text-x-kvc.png +share/icons/hicolor/48x48/mimetypes/text-x-kvs.png share/icons/hicolor/64x64/apps/kvirc.png -share/icons/hicolor/64x64/mimetypes/kva.png -share/icons/hicolor/64x64/mimetypes/kvc.png -share/icons/hicolor/64x64/mimetypes/kvs.png -share/icons/hicolor/64x64/mimetypes/kvt.png +share/icons/hicolor/64x64/mimetypes/application-x-kva.png +share/icons/hicolor/64x64/mimetypes/application-x-kvt.png +share/icons/hicolor/64x64/mimetypes/text-x-kvc.png +share/icons/hicolor/64x64/mimetypes/text-x-kvs.png share/icons/hicolor/scalable/apps/kvirc.svgz -share/icons/hicolor/scalable/mimetypes/kva.svgz -share/icons/hicolor/scalable/mimetypes/kvc.svgz -share/icons/hicolor/scalable/mimetypes/kvs.svgz -share/icons/hicolor/scalable/mimetypes/kvt.svgz -%%DATADIR%%/3.4/config/modules/libkvinotifier.kvc -%%DATADIR%%/3.4/config/modules/libkvitip.kvc -%%DATADIR%%/3.4/config/modules/libkvitip_cs.kvc -%%DATADIR%%/3.4/config/modules/libkvitip_it.kvc -%%DATADIR%%/3.4/config/modules/libkvitip_ru.kvc -%%DATADIR%%/3.4/config/serverdb.kvc -%%DATADIR%%/3.4/config/texticons.kvc -%%DATADIR%%/3.4/defscript/aliases.kvs -%%DATADIR%%/3.4/defscript/default.kvs -%%DATADIR%%/3.4/defscript/events.kvs -%%DATADIR%%/3.4/defscript/installer.kvs -%%DATADIR%%/3.4/defscript/popups.kvs -%%DATADIR%%/3.4/defscript/theme-install.kvs -%%DATADIR%%/3.4/defscript/toolbars.kvs -%%DATADIR%%/3.4/help/en/_db_class.idx -%%DATADIR%%/3.4/help/en/_db_command.idx -%%DATADIR%%/3.4/help/en/_db_event.idx -%%DATADIR%%/3.4/help/en/_db_function.idx -%%DATADIR%%/3.4/help/en/_db_generic.idx -%%DATADIR%%/3.4/help/en/_db_keyterms.idx -%%DATADIR%%/3.4/help/en/_db_language.idx -%%DATADIR%%/3.4/help/en/_db_module.idx -%%DATADIR%%/3.4/help/en/_db_widget.idx -%%DATADIR%%/3.4/help/en/class_buttongroup.html -%%DATADIR%%/3.4/help/en/class_checkbox.html -%%DATADIR%%/3.4/help/en/class_combobox.html -%%DATADIR%%/3.4/help/en/class_dialog.html -%%DATADIR%%/3.4/help/en/class_dockwindow.html -%%DATADIR%%/3.4/help/en/class_file.html -%%DATADIR%%/3.4/help/en/class_groupbox.html -%%DATADIR%%/3.4/help/en/class_hbox.html -%%DATADIR%%/3.4/help/en/class_label.html -%%DATADIR%%/3.4/help/en/class_layout.html -%%DATADIR%%/3.4/help/en/class_lcdnumber.html -%%DATADIR%%/3.4/help/en/class_lineedit.html -%%DATADIR%%/3.4/help/en/class_list.html -%%DATADIR%%/3.4/help/en/class_listbox.html -%%DATADIR%%/3.4/help/en/class_listview.html -%%DATADIR%%/3.4/help/en/class_listviewitem.html -%%DATADIR%%/3.4/help/en/class_mainwindow.html -%%DATADIR%%/3.4/help/en/class_menubar.html -%%DATADIR%%/3.4/help/en/class_multilineedit.html -%%DATADIR%%/3.4/help/en/class_object.html -%%DATADIR%%/3.4/help/en/class_painter.html -%%DATADIR%%/3.4/help/en/class_pixmap.html -%%DATADIR%%/3.4/help/en/class_popupmenu.html -%%DATADIR%%/3.4/help/en/class_process.html -%%DATADIR%%/3.4/help/en/class_progressbar.html -%%DATADIR%%/3.4/help/en/class_radiobutton.html -%%DATADIR%%/3.4/help/en/class_slider.html -%%DATADIR%%/3.4/help/en/class_socket.html -%%DATADIR%%/3.4/help/en/class_spinbox.html -%%DATADIR%%/3.4/help/en/class_tabwidget.html -%%DATADIR%%/3.4/help/en/class_textbrowser.html -%%DATADIR%%/3.4/help/en/class_toolbar.html -%%DATADIR%%/3.4/help/en/class_toolbutton.html -%%DATADIR%%/3.4/help/en/class_urllabel.html -%%DATADIR%%/3.4/help/en/class_vbox.html -%%DATADIR%%/3.4/help/en/class_widget.html -%%DATADIR%%/3.4/help/en/class_window.html -%%DATADIR%%/3.4/help/en/class_wizard.html -%%DATADIR%%/3.4/help/en/class_workspace.html -%%DATADIR%%/3.4/help/en/class_wrapper.html -%%DATADIR%%/3.4/help/en/class_xmlreader.html -%%DATADIR%%/3.4/help/en/cmd_about.kvirc.html -%%DATADIR%%/3.4/help/en/cmd_action.create.html -%%DATADIR%%/3.4/help/en/cmd_action.destroy.html -%%DATADIR%%/3.4/help/en/cmd_action.disable.html -%%DATADIR%%/3.4/help/en/cmd_action.enable.html -%%DATADIR%%/3.4/help/en/cmd_action.list.html -%%DATADIR%%/3.4/help/en/cmd_action.trigger.html -%%DATADIR%%/3.4/help/en/cmd_actioneditor.open.html -%%DATADIR%%/3.4/help/en/cmd_addon.configure.html -%%DATADIR%%/3.4/help/en/cmd_addon.dialog.html -%%DATADIR%%/3.4/help/en/cmd_addon.help.html -%%DATADIR%%/3.4/help/en/cmd_addon.list.html -%%DATADIR%%/3.4/help/en/cmd_addon.register.html -%%DATADIR%%/3.4/help/en/cmd_addon.setconfigurecallback.html -%%DATADIR%%/3.4/help/en/cmd_addon.sethelpcallback.html -%%DATADIR%%/3.4/help/en/cmd_addon.uninstall.html -%%DATADIR%%/3.4/help/en/cmd_admin.html -%%DATADIR%%/3.4/help/en/cmd_ahost.html -%%DATADIR%%/3.4/help/en/cmd_alias.html -%%DATADIR%%/3.4/help/en/cmd_aliaseditor.open.html -%%DATADIR%%/3.4/help/en/cmd_avatar.notify.html -%%DATADIR%%/3.4/help/en/cmd_avatar.query.html -%%DATADIR%%/3.4/help/en/cmd_avatar.set.html -%%DATADIR%%/3.4/help/en/cmd_avatar.unset.html -%%DATADIR%%/3.4/help/en/cmd_away.html -%%DATADIR%%/3.4/help/en/cmd_awhois.html -%%DATADIR%%/3.4/help/en/cmd_back.html -%%DATADIR%%/3.4/help/en/cmd_ban.html -%%DATADIR%%/3.4/help/en/cmd_beep.html -%%DATADIR%%/3.4/help/en/cmd_break.html -%%DATADIR%%/3.4/help/en/cmd_button.html -%%DATADIR%%/3.4/help/en/cmd_buttonctl.html -%%DATADIR%%/3.4/help/en/cmd_channelsjoin.open.html -%%DATADIR%%/3.4/help/en/cmd_class.html -%%DATADIR%%/3.4/help/en/cmd_clock.add.html -%%DATADIR%%/3.4/help/en/cmd_codepage.html -%%DATADIR%%/3.4/help/en/cmd_codetester.open.html -%%DATADIR%%/3.4/help/en/cmd_config.clear.html -%%DATADIR%%/3.4/help/en/cmd_config.clearsection.html -%%DATADIR%%/3.4/help/en/cmd_config.close.html -%%DATADIR%%/3.4/help/en/cmd_config.flush.html -%%DATADIR%%/3.4/help/en/cmd_config.setsection.html -%%DATADIR%%/3.4/help/en/cmd_config.write.html -%%DATADIR%%/3.4/help/en/cmd_ctcp.html -%%DATADIR%%/3.4/help/en/cmd_dcc.abort.html -%%DATADIR%%/3.4/help/en/cmd_dcc.chat.html -%%DATADIR%%/3.4/help/en/cmd_dcc.get.html -%%DATADIR%%/3.4/help/en/cmd_dcc.recv.html -%%DATADIR%%/3.4/help/en/cmd_dcc.rsend.html -%%DATADIR%%/3.4/help/en/cmd_dcc.send.html -%%DATADIR%%/3.4/help/en/cmd_dcc.setbandwidthlimit.html -%%DATADIR%%/3.4/help/en/cmd_dcc.voice.html -%%DATADIR%%/3.4/help/en/cmd_debug.html -%%DATADIR%%/3.4/help/en/cmd_defpopup.html -%%DATADIR%%/3.4/help/en/cmd_delete.html -%%DATADIR%%/3.4/help/en/cmd_delpopupitem.html -%%DATADIR%%/3.4/help/en/cmd_deop.html -%%DATADIR%%/3.4/help/en/cmd_destroy.html -%%DATADIR%%/3.4/help/en/cmd_devoice.html -%%DATADIR%%/3.4/help/en/cmd_dialog.file.html -%%DATADIR%%/3.4/help/en/cmd_dialog.image.html -%%DATADIR%%/3.4/help/en/cmd_dialog.message.html -%%DATADIR%%/3.4/help/en/cmd_dialog.textinput.html -%%DATADIR%%/3.4/help/en/cmd_die.html -%%DATADIR%%/3.4/help/en/cmd_do.html -%%DATADIR%%/3.4/help/en/cmd_dockwidget.hide.html -%%DATADIR%%/3.4/help/en/cmd_dockwidget.hidewindow.html -%%DATADIR%%/3.4/help/en/cmd_dockwidget.show.html -%%DATADIR%%/3.4/help/en/cmd_echo.html -%%DATADIR%%/3.4/help/en/cmd_echoprivmsg.html -%%DATADIR%%/3.4/help/en/cmd_error.html -%%DATADIR%%/3.4/help/en/cmd_eval.html -%%DATADIR%%/3.4/help/en/cmd_event.html -%%DATADIR%%/3.4/help/en/cmd_eventctl.html -%%DATADIR%%/3.4/help/en/cmd_eventeditor.open.html -%%DATADIR%%/3.4/help/en/cmd_exec.html -%%DATADIR%%/3.4/help/en/cmd_exit.html -%%DATADIR%%/3.4/help/en/cmd_file.addimagepath.html -%%DATADIR%%/3.4/help/en/cmd_file.copy.html -%%DATADIR%%/3.4/help/en/cmd_file.delimagepath.html -%%DATADIR%%/3.4/help/en/cmd_file.mkdir.html -%%DATADIR%%/3.4/help/en/cmd_file.remove.html -%%DATADIR%%/3.4/help/en/cmd_file.rename.html -%%DATADIR%%/3.4/help/en/cmd_file.rmdir.html -%%DATADIR%%/3.4/help/en/cmd_file.write.html -%%DATADIR%%/3.4/help/en/cmd_file.writelines.html -%%DATADIR%%/3.4/help/en/cmd_filetransferwindow.open.html -%%DATADIR%%/3.4/help/en/cmd_for.html -%%DATADIR%%/3.4/help/en/cmd_foreach.html -%%DATADIR%%/3.4/help/en/cmd_function.html -%%DATADIR%%/3.4/help/en/cmd_global.html -%%DATADIR%%/3.4/help/en/cmd_halt.html -%%DATADIR%%/3.4/help/en/cmd_help.html -%%DATADIR%%/3.4/help/en/cmd_help.open.html -%%DATADIR%%/3.4/help/en/cmd_help.search.html -%%DATADIR%%/3.4/help/en/cmd_host.html -%%DATADIR%%/3.4/help/en/cmd_http.asyncget.html -%%DATADIR%%/3.4/help/en/cmd_http.get.html -%%DATADIR%%/3.4/help/en/cmd_ident.start.html -%%DATADIR%%/3.4/help/en/cmd_ident.stop.html -%%DATADIR%%/3.4/help/en/cmd_if.html -%%DATADIR%%/3.4/help/en/cmd_include.html -%%DATADIR%%/3.4/help/en/cmd_info.html -%%DATADIR%%/3.4/help/en/cmd_invite.html -%%DATADIR%%/3.4/help/en/cmd_iograph.add.html -%%DATADIR%%/3.4/help/en/cmd_join.html -%%DATADIR%%/3.4/help/en/cmd_kick.html -%%DATADIR%%/3.4/help/en/cmd_killtimer.html -%%DATADIR%%/3.4/help/en/cmd_leave.html -%%DATADIR%%/3.4/help/en/cmd_links.html -%%DATADIR%%/3.4/help/en/cmd_links.open.html -%%DATADIR%%/3.4/help/en/cmd_list.html -%%DATADIR%%/3.4/help/en/cmd_list.open.html -%%DATADIR%%/3.4/help/en/cmd_listtimers.html -%%DATADIR%%/3.4/help/en/cmd_log.flush.html -%%DATADIR%%/3.4/help/en/cmd_log.start.html -%%DATADIR%%/3.4/help/en/cmd_log.stop.html -%%DATADIR%%/3.4/help/en/cmd_logview.open.html -%%DATADIR%%/3.4/help/en/cmd_lusers.html -%%DATADIR%%/3.4/help/en/cmd_me.html -%%DATADIR%%/3.4/help/en/cmd_mediaplayer.detect.html -%%DATADIR%%/3.4/help/en/cmd_mediaplayer.hide.html -%%DATADIR%%/3.4/help/en/cmd_mediaplayer.jumpto.html -%%DATADIR%%/3.4/help/en/cmd_mediaplayer.minimize.html -%%DATADIR%%/3.4/help/en/cmd_mediaplayer.mute.html -%%DATADIR%%/3.4/help/en/cmd_mediaplayer.next.html -%%DATADIR%%/3.4/help/en/cmd_mediaplayer.pause.html -%%DATADIR%%/3.4/help/en/cmd_mediaplayer.play.html -%%DATADIR%%/3.4/help/en/cmd_mediaplayer.playmrl.html -%%DATADIR%%/3.4/help/en/cmd_mediaplayer.prev.html -%%DATADIR%%/3.4/help/en/cmd_mediaplayer.quit.html -%%DATADIR%%/3.4/help/en/cmd_mediaplayer.seteqdata.html -%%DATADIR%%/3.4/help/en/cmd_mediaplayer.setplayer.html -%%DATADIR%%/3.4/help/en/cmd_mediaplayer.setplaylistpos.html -%%DATADIR%%/3.4/help/en/cmd_mediaplayer.setrepeat.html -%%DATADIR%%/3.4/help/en/cmd_mediaplayer.setshuffle.html -%%DATADIR%%/3.4/help/en/cmd_mediaplayer.setvol.html -%%DATADIR%%/3.4/help/en/cmd_mediaplayer.show.html -%%DATADIR%%/3.4/help/en/cmd_mediaplayer.stop.html -%%DATADIR%%/3.4/help/en/cmd_mode.html -%%DATADIR%%/3.4/help/en/cmd_motd.html -%%DATADIR%%/3.4/help/en/cmd_msg.html -%%DATADIR%%/3.4/help/en/cmd_my.startidletimer.html -%%DATADIR%%/3.4/help/en/cmd_my.stopidletimer.html -%%DATADIR%%/3.4/help/en/cmd_nick.html -%%DATADIR%%/3.4/help/en/cmd_notice.html -%%DATADIR%%/3.4/help/en/cmd_notifier.hide.html -%%DATADIR%%/3.4/help/en/cmd_notifier.message.html -%%DATADIR%%/3.4/help/en/cmd_notifier.show.html -%%DATADIR%%/3.4/help/en/cmd_objects.bitblt.html -%%DATADIR%%/3.4/help/en/cmd_objects.blend.html -%%DATADIR%%/3.4/help/en/cmd_objects.classes.html -%%DATADIR%%/3.4/help/en/cmd_objects.clear.html -%%DATADIR%%/3.4/help/en/cmd_objects.connect.html -%%DATADIR%%/3.4/help/en/cmd_objects.disconnect.html -%%DATADIR%%/3.4/help/en/cmd_objects.exists.html -%%DATADIR%%/3.4/help/en/cmd_objects.instances.html -%%DATADIR%%/3.4/help/en/cmd_objects.killclass.html -%%DATADIR%%/3.4/help/en/cmd_objects.variables.html -%%DATADIR%%/3.4/help/en/cmd_op.html -%%DATADIR%%/3.4/help/en/cmd_openurl.html -%%DATADIR%%/3.4/help/en/cmd_oper.html -%%DATADIR%%/3.4/help/en/cmd_option.html -%%DATADIR%%/3.4/help/en/cmd_options.dialog.html -%%DATADIR%%/3.4/help/en/cmd_options.edit.html -%%DATADIR%%/3.4/help/en/cmd_options.pages.html -%%DATADIR%%/3.4/help/en/cmd_options.save.html -%%DATADIR%%/3.4/help/en/cmd_parse.html -%%DATADIR%%/3.4/help/en/cmd_part.html -%%DATADIR%%/3.4/help/en/cmd_pass.html -%%DATADIR%%/3.4/help/en/cmd_perl.begin.html -%%DATADIR%%/3.4/help/en/cmd_perl.destroy.html -%%DATADIR%%/3.4/help/en/cmd_perl.end.html -%%DATADIR%%/3.4/help/en/cmd_play.html -%%DATADIR%%/3.4/help/en/cmd_popup.html -%%DATADIR%%/3.4/help/en/cmd_popupeditor.open.html -%%DATADIR%%/3.4/help/en/cmd_privateimpl.html -%%DATADIR%%/3.4/help/en/cmd_privmsg.html -%%DATADIR%%/3.4/help/en/cmd_query.html -%%DATADIR%%/3.4/help/en/cmd_quit.html -%%DATADIR%%/3.4/help/en/cmd_quote.html -%%DATADIR%%/3.4/help/en/cmd_raise.html -%%DATADIR%%/3.4/help/en/cmd_raw.html -%%DATADIR%%/3.4/help/en/cmd_raweditor.open.html -%%DATADIR%%/3.4/help/en/cmd_rebind.html -%%DATADIR%%/3.4/help/en/cmd_regchan.add.html -%%DATADIR%%/3.4/help/en/cmd_regchan.remove.html -%%DATADIR%%/3.4/help/en/cmd_regchan.setproperty.html -%%DATADIR%%/3.4/help/en/cmd_regchan.showlist.html -%%DATADIR%%/3.4/help/en/cmd_reguser.add.html -%%DATADIR%%/3.4/help/en/cmd_reguser.addmask.html -%%DATADIR%%/3.4/help/en/cmd_reguser.delmask.html -%%DATADIR%%/3.4/help/en/cmd_reguser.edit.html -%%DATADIR%%/3.4/help/en/cmd_reguser.remove.html -%%DATADIR%%/3.4/help/en/cmd_reguser.setignoreenabled.html -%%DATADIR%%/3.4/help/en/cmd_reguser.setignoreflags.html -%%DATADIR%%/3.4/help/en/cmd_reguser.setproperty.html -%%DATADIR%%/3.4/help/en/cmd_reguser.showlist.html -%%DATADIR%%/3.4/help/en/cmd_reguser.wizard.html -%%DATADIR%%/3.4/help/en/cmd_return.html -%%DATADIR%%/3.4/help/en/cmd_run.html -%%DATADIR%%/3.4/help/en/cmd_say.html -%%DATADIR%%/3.4/help/en/cmd_server.html -%%DATADIR%%/3.4/help/en/cmd_service.html -%%DATADIR%%/3.4/help/en/cmd_setmenu.html -%%DATADIR%%/3.4/help/en/cmd_setreturn.html -%%DATADIR%%/3.4/help/en/cmd_sharedfile.add.html -%%DATADIR%%/3.4/help/en/cmd_sharedfile.clear.html -%%DATADIR%%/3.4/help/en/cmd_sharedfile.list.html -%%DATADIR%%/3.4/help/en/cmd_sharedfile.remove.html -%%DATADIR%%/3.4/help/en/cmd_sharedfileswindow.open.html -%%DATADIR%%/3.4/help/en/cmd_snd.mute.html -%%DATADIR%%/3.4/help/en/cmd_snd.play.html -%%DATADIR%%/3.4/help/en/cmd_snd.unmute.html -%%DATADIR%%/3.4/help/en/cmd_sockets.html -%%DATADIR%%/3.4/help/en/cmd_socketspy.open.html -%%DATADIR%%/3.4/help/en/cmd_spaste.clipboard.html -%%DATADIR%%/3.4/help/en/cmd_spaste.file.html -%%DATADIR%%/3.4/help/en/cmd_spaste.list.html -%%DATADIR%%/3.4/help/en/cmd_spaste.setdelay.html -%%DATADIR%%/3.4/help/en/cmd_spaste.stop.html -%%DATADIR%%/3.4/help/en/cmd_squery.html -%%DATADIR%%/3.4/help/en/cmd_squit.html -%%DATADIR%%/3.4/help/en/cmd_srand.html -%%DATADIR%%/3.4/help/en/cmd_stats.html -%%DATADIR%%/3.4/help/en/cmd_switch.html -%%DATADIR%%/3.4/help/en/cmd_system.setclipboard.html -%%DATADIR%%/3.4/help/en/cmd_system.setenv.html -%%DATADIR%%/3.4/help/en/cmd_system.setselection.html -%%DATADIR%%/3.4/help/en/cmd_system.toclipboard.html -%%DATADIR%%/3.4/help/en/cmd_term.open.html -%%DATADIR%%/3.4/help/en/cmd_texticons.set.html -%%DATADIR%%/3.4/help/en/cmd_theme.dialog.html -%%DATADIR%%/3.4/help/en/cmd_theme.install.html -%%DATADIR%%/3.4/help/en/cmd_theme.screenshot.html -%%DATADIR%%/3.4/help/en/cmd_time.html -%%DATADIR%%/3.4/help/en/cmd_timer.html -%%DATADIR%%/3.4/help/en/cmd_tip.open.html -%%DATADIR%%/3.4/help/en/cmd_tmphighlight.add.html -%%DATADIR%%/3.4/help/en/cmd_tmphighlight.remove.html -%%DATADIR%%/3.4/help/en/cmd_toolbar.additem.html -%%DATADIR%%/3.4/help/en/cmd_toolbar.clear.html -%%DATADIR%%/3.4/help/en/cmd_toolbar.create.html -%%DATADIR%%/3.4/help/en/cmd_toolbar.destroy.html -%%DATADIR%%/3.4/help/en/cmd_toolbar.hide.html -%%DATADIR%%/3.4/help/en/cmd_toolbar.remove.html -%%DATADIR%%/3.4/help/en/cmd_toolbar.show.html -%%DATADIR%%/3.4/help/en/cmd_toolbareditor.open.html -%%DATADIR%%/3.4/help/en/cmd_topic.html -%%DATADIR%%/3.4/help/en/cmd_torrent.announce.html -%%DATADIR%%/3.4/help/en/cmd_torrent.setclient.html -%%DATADIR%%/3.4/help/en/cmd_torrent.setfilepriority.html -%%DATADIR%%/3.4/help/en/cmd_torrent.setmaxdownloadspeed.html -%%DATADIR%%/3.4/help/en/cmd_torrent.setmaxuploadspeed.html -%%DATADIR%%/3.4/help/en/cmd_torrent.start.html -%%DATADIR%%/3.4/help/en/cmd_torrent.startall.html -%%DATADIR%%/3.4/help/en/cmd_torrent.stop.html -%%DATADIR%%/3.4/help/en/cmd_torrent.stopall.html -%%DATADIR%%/3.4/help/en/cmd_trace.html -%%DATADIR%%/3.4/help/en/cmd_trload.html -%%DATADIR%%/3.4/help/en/cmd_trunload.html -%%DATADIR%%/3.4/help/en/cmd_unban.html -%%DATADIR%%/3.4/help/en/cmd_unset.html -%%DATADIR%%/3.4/help/en/cmd_url.config.html -%%DATADIR%%/3.4/help/en/cmd_url.list.html -%%DATADIR%%/3.4/help/en/cmd_version.html -%%DATADIR%%/3.4/help/en/cmd_voice.html -%%DATADIR%%/3.4/help/en/cmd_warning.html -%%DATADIR%%/3.4/help/en/cmd_while.html -%%DATADIR%%/3.4/help/en/cmd_who.html -%%DATADIR%%/3.4/help/en/cmd_whois.html -%%DATADIR%%/3.4/help/en/cmd_whowas.html -%%DATADIR%%/3.4/help/en/cmd_window.activate.html -%%DATADIR%%/3.4/help/en/cmd_window.clearoutput.html -%%DATADIR%%/3.4/help/en/cmd_window.close.html -%%DATADIR%%/3.4/help/en/cmd_window.demandattention.html -%%DATADIR%%/3.4/help/en/cmd_window.dock.html -%%DATADIR%%/3.4/help/en/cmd_window.insertininputtext.html -%%DATADIR%%/3.4/help/en/cmd_window.listtypes.html -%%DATADIR%%/3.4/help/en/cmd_window.maximize.html -%%DATADIR%%/3.4/help/en/cmd_window.minimize.html -%%DATADIR%%/3.4/help/en/cmd_window.restore.html -%%DATADIR%%/3.4/help/en/cmd_window.setbackground.html -%%DATADIR%%/3.4/help/en/cmd_window.setcaption.html -%%DATADIR%%/3.4/help/en/cmd_window.setcryptengine.html -%%DATADIR%%/3.4/help/en/cmd_window.setinputtext.html -%%DATADIR%%/3.4/help/en/cmd_window.undock.html -%%DATADIR%%/3.4/help/en/doc_aliases.html -%%DATADIR%%/3.4/help/en/doc_antispam.html -%%DATADIR%%/3.4/help/en/doc_arrayconcatenation.html -%%DATADIR%%/3.4/help/en/doc_assignment.html -%%DATADIR%%/3.4/help/en/doc_binding.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_$.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_a.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_b.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_c.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_d.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_e.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_f.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_g.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_h.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_i.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_j.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_k.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_l.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_m.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_n.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_o.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_p.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_q.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_r.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_s.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_t.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_u.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_v.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_w.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_x.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_y.html -%%DATADIR%%/3.4/help/en/doc_class_alphabetic_z.html -%%DATADIR%%/3.4/help/en/doc_class_index_all.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_$.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_a.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_b.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_c.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_d.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_e.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_f.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_g.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_h.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_i.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_j.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_k.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_l.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_m.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_n.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_o.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_p.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_q.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_r.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_s.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_t.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_u.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_v.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_w.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_x.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_y.html -%%DATADIR%%/3.4/help/en/doc_command_alphabetic_z.html -%%DATADIR%%/3.4/help/en/doc_command_index_all.html -%%DATADIR%%/3.4/help/en/doc_command_rebinding.html -%%DATADIR%%/3.4/help/en/doc_commandline.html -%%DATADIR%%/3.4/help/en/doc_connection_dependant_commands.html -%%DATADIR%%/3.4/help/en/doc_crypt_engines.html -%%DATADIR%%/3.4/help/en/doc_ctcp_avatar.html -%%DATADIR%%/3.4/help/en/doc_ctcp_handling.html -%%DATADIR%%/3.4/help/en/doc_dcc_connection.html -%%DATADIR%%/3.4/help/en/doc_easyplugins.html -%%DATADIR%%/3.4/help/en/doc_escape_sequences.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_$.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_a.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_b.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_c.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_d.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_e.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_f.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_g.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_h.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_i.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_j.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_k.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_l.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_m.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_n.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_o.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_p.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_q.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_r.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_s.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_t.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_u.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_v.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_w.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_x.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_y.html -%%DATADIR%%/3.4/help/en/doc_event_alphabetic_z.html -%%DATADIR%%/3.4/help/en/doc_event_index_all.html -%%DATADIR%%/3.4/help/en/doc_events.html -%%DATADIR%%/3.4/help/en/doc_expressioneval.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_$.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_a.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_b.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_c.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_d.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_e.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_f.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_g.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_h.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_i.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_j.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_k.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_l.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_m.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_n.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_o.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_p.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_q.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_r.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_s.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_t.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_u.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_v.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_w.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_x.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_y.html -%%DATADIR%%/3.4/help/en/doc_function_alphabetic_z.html -%%DATADIR%%/3.4/help/en/doc_function_index_all.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_$.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_a.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_b.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_c.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_d.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_e.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_f.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_g.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_h.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_i.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_j.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_k.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_l.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_m.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_n.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_o.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_p.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_q.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_r.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_s.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_t.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_u.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_v.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_w.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_x.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_y.html -%%DATADIR%%/3.4/help/en/doc_generic_alphabetic_z.html -%%DATADIR%%/3.4/help/en/doc_generic_index_all.html -%%DATADIR%%/3.4/help/en/doc_image_id.html -%%DATADIR%%/3.4/help/en/doc_incrementdecrement.html -%%DATADIR%%/3.4/help/en/doc_irc_masks.html -%%DATADIR%%/3.4/help/en/doc_ircintro.html -%%DATADIR%%/3.4/help/en/doc_keyboard.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_$.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_a.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_b.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_c.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_d.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_e.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_f.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_g.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_h.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_i.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_j.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_k.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_l.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_m.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_n.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_o.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_p.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_q.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_r.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_s.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_t.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_u.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_v.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_w.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_x.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_y.html -%%DATADIR%%/3.4/help/en/doc_keyterms_alphabetic_z.html -%%DATADIR%%/3.4/help/en/doc_keyterms_index_all.html -%%DATADIR%%/3.4/help/en/doc_kvircintro.html -%%DATADIR%%/3.4/help/en/doc_kvs_addons.html -%%DATADIR%%/3.4/help/en/doc_kvs_aliasesandfunctions.html -%%DATADIR%%/3.4/help/en/doc_kvs_basicconcepts.html -%%DATADIR%%/3.4/help/en/doc_kvs_codingtips.html -%%DATADIR%%/3.4/help/en/doc_kvs_datatypes.html -%%DATADIR%%/3.4/help/en/doc_kvs_introduction.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_$.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_a.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_b.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_c.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_d.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_e.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_f.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_g.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_h.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_i.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_j.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_k.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_l.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_m.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_n.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_o.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_p.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_q.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_r.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_s.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_t.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_u.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_v.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_w.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_x.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_y.html -%%DATADIR%%/3.4/help/en/doc_language_alphabetic_z.html -%%DATADIR%%/3.4/help/en/doc_language_index_all.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_$.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_a.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_b.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_c.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_d.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_e.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_f.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_g.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_h.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_i.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_j.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_k.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_l.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_m.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_n.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_o.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_p.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_q.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_r.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_s.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_t.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_u.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_v.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_w.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_x.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_y.html -%%DATADIR%%/3.4/help/en/doc_module_alphabetic_z.html -%%DATADIR%%/3.4/help/en/doc_module_index_all.html -%%DATADIR%%/3.4/help/en/doc_modules.html -%%DATADIR%%/3.4/help/en/doc_nickserv_proto.html -%%DATADIR%%/3.4/help/en/doc_noblockingdialogs.html -%%DATADIR%%/3.4/help/en/doc_notify_list.html -%%DATADIR%%/3.4/help/en/doc_objects.html -%%DATADIR%%/3.4/help/en/doc_ondccchatwindowcreated.html -%%DATADIR%%/3.4/help/en/doc_onservernotice.html -%%DATADIR%%/3.4/help/en/doc_operators.html -%%DATADIR%%/3.4/help/en/doc_perl_and_kvs.html -%%DATADIR%%/3.4/help/en/doc_registered_users.html -%%DATADIR%%/3.4/help/en/doc_rfc2812.html -%%DATADIR%%/3.4/help/en/doc_rfc2821wrappers.html -%%DATADIR%%/3.4/help/en/doc_script_localization.html -%%DATADIR%%/3.4/help/en/doc_selfarithmetic.html -%%DATADIR%%/3.4/help/en/doc_selfbitwise.html -%%DATADIR%%/3.4/help/en/doc_shared_files.html -%%DATADIR%%/3.4/help/en/doc_stringconcatenation.html -%%DATADIR%%/3.4/help/en/doc_syntactic_rules.html -%%DATADIR%%/3.4/help/en/doc_texticons.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_$.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_a.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_b.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_c.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_d.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_e.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_f.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_g.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_h.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_i.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_j.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_k.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_l.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_m.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_n.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_o.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_p.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_q.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_r.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_s.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_t.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_u.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_v.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_w.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_x.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_y.html -%%DATADIR%%/3.4/help/en/doc_widget_alphabetic_z.html -%%DATADIR%%/3.4/help/en/doc_widget_index_all.html -%%DATADIR%%/3.4/help/en/doc_window.html -%%DATADIR%%/3.4/help/en/doc_window_naming_conventions.html -%%DATADIR%%/3.4/help/en/event_onaccelkeypressed.html -%%DATADIR%%/3.4/help/en/event_onaction.html -%%DATADIR%%/3.4/help/en/event_onban.html -%%DATADIR%%/3.4/help/en/event_onbanexception.html -%%DATADIR%%/3.4/help/en/event_onbanexceptionremove.html -%%DATADIR%%/3.4/help/en/event_onchanadmin.html -%%DATADIR%%/3.4/help/en/event_onchannellinkclick.html -%%DATADIR%%/3.4/help/en/event_onchannellinkpopuprequest.html -%%DATADIR%%/3.4/help/en/event_onchannelmessage.html -%%DATADIR%%/3.4/help/en/event_onchannelmodechange.html -%%DATADIR%%/3.4/help/en/event_onchannelnickdefaultactionrequest.html -%%DATADIR%%/3.4/help/en/event_onchannelnicklinkclick.html -%%DATADIR%%/3.4/help/en/event_onchannelnickpopuprequest.html -%%DATADIR%%/3.4/help/en/event_onchannelnotice.html -%%DATADIR%%/3.4/help/en/event_onchannelpopuprequest.html -%%DATADIR%%/3.4/help/en/event_onchannelsync.html -%%DATADIR%%/3.4/help/en/event_onchannelwindowcreated.html -%%DATADIR%%/3.4/help/en/event_onchanowner.html -%%DATADIR%%/3.4/help/en/event_onchanservnotice.html -%%DATADIR%%/3.4/help/en/event_onconsolenicklinkclick.html -%%DATADIR%%/3.4/help/en/event_onconsolepopuprequest.html -%%DATADIR%%/3.4/help/en/event_onctcpflood.html -%%DATADIR%%/3.4/help/en/event_onctcpreply.html -%%DATADIR%%/3.4/help/en/event_onctcprequest.html -%%DATADIR%%/3.4/help/en/event_ondccchatconnected.html -%%DATADIR%%/3.4/help/en/event_ondccchatconnectioninprogress.html -%%DATADIR%%/3.4/help/en/event_ondccchatdisconnected.html -%%DATADIR%%/3.4/help/en/event_ondccchaterror.html -%%DATADIR%%/3.4/help/en/event_ondccchatmessage.html -%%DATADIR%%/3.4/help/en/event_ondccchatpopuprequest.html -%%DATADIR%%/3.4/help/en/event_ondccchatwindowclosing.html -%%DATADIR%%/3.4/help/en/event_ondccfiletransferbegin.html -%%DATADIR%%/3.4/help/en/event_ondccfiletransferconnectioninprogress.html -%%DATADIR%%/3.4/help/en/event_ondccfiletransferfailed.html -%%DATADIR%%/3.4/help/en/event_ondccfiletransfersuccess.html -%%DATADIR%%/3.4/help/en/event_ondccsessioncreated.html -%%DATADIR%%/3.4/help/en/event_ondccsessiondestroyed.html -%%DATADIR%%/3.4/help/en/event_ondechanadmin.html -%%DATADIR%%/3.4/help/en/event_ondechanowner.html -%%DATADIR%%/3.4/help/en/event_ondehalfop.html -%%DATADIR%%/3.4/help/en/event_ondeop.html -%%DATADIR%%/3.4/help/en/event_ondeuserop.html -%%DATADIR%%/3.4/help/en/event_ondevoice.html -%%DATADIR%%/3.4/help/en/event_ondisconnectrequest.html -%%DATADIR%%/3.4/help/en/event_onerror.html -%%DATADIR%%/3.4/help/en/event_onframewindowcreated.html -%%DATADIR%%/3.4/help/en/event_onframewindowdestroyed.html -%%DATADIR%%/3.4/help/en/event_onhalfop.html -%%DATADIR%%/3.4/help/en/event_onhighlight.html -%%DATADIR%%/3.4/help/en/event_onhostlinkclick.html -%%DATADIR%%/3.4/help/en/event_onhostlinkpopuprequest.html -%%DATADIR%%/3.4/help/en/event_onhttpgetterminated.html -%%DATADIR%%/3.4/help/en/event_onignoredmessage.html -%%DATADIR%%/3.4/help/en/event_oninvite.html -%%DATADIR%%/3.4/help/en/event_oninviteexception.html -%%DATADIR%%/3.4/help/en/event_oninviteexceptionremove.html -%%DATADIR%%/3.4/help/en/event_onirc.html -%%DATADIR%%/3.4/help/en/event_onircconnectionestablished.html -%%DATADIR%%/3.4/help/en/event_onircconnectionterminated.html -%%DATADIR%%/3.4/help/en/event_onirccontextcreated.html -%%DATADIR%%/3.4/help/en/event_onirccontextdestroyed.html -%%DATADIR%%/3.4/help/en/event_onjoin.html -%%DATADIR%%/3.4/help/en/event_onkeyset.html -%%DATADIR%%/3.4/help/en/event_onkeyunset.html -%%DATADIR%%/3.4/help/en/event_onkick.html -%%DATADIR%%/3.4/help/en/event_onkvircshutdown.html -%%DATADIR%%/3.4/help/en/event_onkvircstartup.html -%%DATADIR%%/3.4/help/en/event_onlagalarmtimedown.html -%%DATADIR%%/3.4/help/en/event_onlagalarmtimeup.html -%%DATADIR%%/3.4/help/en/event_onlagcheck.html -%%DATADIR%%/3.4/help/en/event_onlimitset.html -%%DATADIR%%/3.4/help/en/event_onlimitunset.html -%%DATADIR%%/3.4/help/en/event_onmeaction.html -%%DATADIR%%/3.4/help/en/event_onmeaway.html -%%DATADIR%%/3.4/help/en/event_onmeback.html -%%DATADIR%%/3.4/help/en/event_onmeban.html -%%DATADIR%%/3.4/help/en/event_onmebanexception.html -%%DATADIR%%/3.4/help/en/event_onmebanexceptionremove.html -%%DATADIR%%/3.4/help/en/event_onmechanadmin.html -%%DATADIR%%/3.4/help/en/event_onmechanowner.html -%%DATADIR%%/3.4/help/en/event_onmedechanadmin.html -%%DATADIR%%/3.4/help/en/event_onmedechanowner.html -%%DATADIR%%/3.4/help/en/event_onmedehalfop.html -%%DATADIR%%/3.4/help/en/event_onmedeop.html -%%DATADIR%%/3.4/help/en/event_onmedeuserop.html -%%DATADIR%%/3.4/help/en/event_onmedevoice.html -%%DATADIR%%/3.4/help/en/event_onmehalfop.html -%%DATADIR%%/3.4/help/en/event_onmeinviteexception.html -%%DATADIR%%/3.4/help/en/event_onmeinviteexceptionremove.html -%%DATADIR%%/3.4/help/en/event_onmejoin.html -%%DATADIR%%/3.4/help/en/event_onmekick.html -%%DATADIR%%/3.4/help/en/event_onmenickchange.html -%%DATADIR%%/3.4/help/en/event_onmeop.html -%%DATADIR%%/3.4/help/en/event_onmepart.html -%%DATADIR%%/3.4/help/en/event_onmeunban.html -%%DATADIR%%/3.4/help/en/event_onmeuserop.html -%%DATADIR%%/3.4/help/en/event_onmevoice.html -%%DATADIR%%/3.4/help/en/event_onnetsplit.html -%%DATADIR%%/3.4/help/en/event_onnickchange.html -%%DATADIR%%/3.4/help/en/event_onnicklinkdefaultactionrequest.html -%%DATADIR%%/3.4/help/en/event_onnicklinkpopuprequest.html -%%DATADIR%%/3.4/help/en/event_onnickservauth.html -%%DATADIR%%/3.4/help/en/event_onnickservnotice.html -%%DATADIR%%/3.4/help/en/event_onnotifylistdefaultactionrequest.html -%%DATADIR%%/3.4/help/en/event_onnotifylistpopuprequest.html -%%DATADIR%%/3.4/help/en/event_onnotifyoffline.html -%%DATADIR%%/3.4/help/en/event_onnotifyonline.html -%%DATADIR%%/3.4/help/en/event_onop.html -%%DATADIR%%/3.4/help/en/event_onpart.html -%%DATADIR%%/3.4/help/en/event_onping.html -%%DATADIR%%/3.4/help/en/event_onpong.html -%%DATADIR%%/3.4/help/en/event_onqueryfiledropped.html -%%DATADIR%%/3.4/help/en/event_onquerymessage.html -%%DATADIR%%/3.4/help/en/event_onquerynickdefaultactionrequest.html -%%DATADIR%%/3.4/help/en/event_onquerynicklinkclick.html -%%DATADIR%%/3.4/help/en/event_onquerynickpopuprequest.html -%%DATADIR%%/3.4/help/en/event_onquerynotice.html -%%DATADIR%%/3.4/help/en/event_onquerypopuprequest.html -%%DATADIR%%/3.4/help/en/event_onquerytargetadded.html -%%DATADIR%%/3.4/help/en/event_onquerywindowcreated.html -%%DATADIR%%/3.4/help/en/event_onquerywindowrequest.html -%%DATADIR%%/3.4/help/en/event_onquit.html -%%DATADIR%%/3.4/help/en/event_onserverlinkclick.html -%%DATADIR%%/3.4/help/en/event_onserverlinkpopuprequest.html -%%DATADIR%%/3.4/help/en/event_ontextinput.html -%%DATADIR%%/3.4/help/en/event_ontextviewdoublecliked.html -%%DATADIR%%/3.4/help/en/event_ontopic.html -%%DATADIR%%/3.4/help/en/event_onunban.html -%%DATADIR%%/3.4/help/en/event_onunhandledliteral.html -%%DATADIR%%/3.4/help/en/event_onurl.html -%%DATADIR%%/3.4/help/en/event_onurllinkclick.html -%%DATADIR%%/3.4/help/en/event_onurllinkpopuprequest.html -%%DATADIR%%/3.4/help/en/event_onusermode.html -%%DATADIR%%/3.4/help/en/event_onuserop.html -%%DATADIR%%/3.4/help/en/event_onvoice.html -%%DATADIR%%/3.4/help/en/event_onwallops.html -%%DATADIR%%/3.4/help/en/event_onwindowactivated.html -%%DATADIR%%/3.4/help/en/event_onwindowpopuprequest.html -%%DATADIR%%/3.4/help/en/fnc_$.html -%%DATADIR%%/3.4/help/en/fnc_$window.inputtext.html -%%DATADIR%%/3.4/help/en/fnc_action.exists.html -%%DATADIR%%/3.4/help/en/fnc_action.isenabled.html -%%DATADIR%%/3.4/help/en/fnc_active.html -%%DATADIR%%/3.4/help/en/fnc_addon.exists.html -%%DATADIR%%/3.4/help/en/fnc_addon.version.html -%%DATADIR%%/3.4/help/en/fnc_array.html -%%DATADIR%%/3.4/help/en/fnc_ascii.html -%%DATADIR%%/3.4/help/en/fnc_asciitobase64.html -%%DATADIR%%/3.4/help/en/fnc_asciitohex.html -%%DATADIR%%/3.4/help/en/fnc_avatar.name.html -%%DATADIR%%/3.4/help/en/fnc_avatar.path.html -%%DATADIR%%/3.4/help/en/fnc_away.html -%%DATADIR%%/3.4/help/en/fnc_b.html -%%DATADIR%%/3.4/help/en/fnc_base64toascii.html -%%DATADIR%%/3.4/help/en/fnc_bool.html -%%DATADIR%%/3.4/help/en/fnc_boolean.html -%%DATADIR%%/3.4/help/en/fnc_chan.admincount.html -%%DATADIR%%/3.4/help/en/fnc_chan.bancount.html -%%DATADIR%%/3.4/help/en/fnc_chan.banexceptioncount.html -%%DATADIR%%/3.4/help/en/fnc_chan.banexceptionlist.html -%%DATADIR%%/3.4/help/en/fnc_chan.banlist.html -%%DATADIR%%/3.4/help/en/fnc_chan.getflag.html -%%DATADIR%%/3.4/help/en/fnc_chan.geturl.html -%%DATADIR%%/3.4/help/en/fnc_chan.halfopcount.html -%%DATADIR%%/3.4/help/en/fnc_chan.invitecount.html -%%DATADIR%%/3.4/help/en/fnc_chan.invitelist.html -%%DATADIR%%/3.4/help/en/fnc_chan.isadmin.html -%%DATADIR%%/3.4/help/en/fnc_chan.isdead.html -%%DATADIR%%/3.4/help/en/fnc_chan.ishalfop.html -%%DATADIR%%/3.4/help/en/fnc_chan.ismeadmin.html -%%DATADIR%%/3.4/help/en/fnc_chan.ismehalfop.html -%%DATADIR%%/3.4/help/en/fnc_chan.ismeop.html -%%DATADIR%%/3.4/help/en/fnc_chan.ismeowner.html -%%DATADIR%%/3.4/help/en/fnc_chan.ismeuserop.html -%%DATADIR%%/3.4/help/en/fnc_chan.ismevoice.html -%%DATADIR%%/3.4/help/en/fnc_chan.ison.html -%%DATADIR%%/3.4/help/en/fnc_chan.isop.html -%%DATADIR%%/3.4/help/en/fnc_chan.isowner.html -%%DATADIR%%/3.4/help/en/fnc_chan.isuserop.html -%%DATADIR%%/3.4/help/en/fnc_chan.isvoice.html -%%DATADIR%%/3.4/help/en/fnc_chan.key.html -%%DATADIR%%/3.4/help/en/fnc_chan.limit.html -%%DATADIR%%/3.4/help/en/fnc_chan.matchban.html -%%DATADIR%%/3.4/help/en/fnc_chan.matchbanexception.html -%%DATADIR%%/3.4/help/en/fnc_chan.matchinvite.html -%%DATADIR%%/3.4/help/en/fnc_chan.mode.html -%%DATADIR%%/3.4/help/en/fnc_chan.name.html -%%DATADIR%%/3.4/help/en/fnc_chan.opcount.html -%%DATADIR%%/3.4/help/en/fnc_chan.ownercount.html -%%DATADIR%%/3.4/help/en/fnc_chan.topic.html -%%DATADIR%%/3.4/help/en/fnc_chan.topicsetat.html -%%DATADIR%%/3.4/help/en/fnc_chan.topicsetby.html -%%DATADIR%%/3.4/help/en/fnc_chan.usercount.html -%%DATADIR%%/3.4/help/en/fnc_chan.userjointime.html -%%DATADIR%%/3.4/help/en/fnc_chan.userlastactiontime.html -%%DATADIR%%/3.4/help/en/fnc_chan.usermodelevel.html -%%DATADIR%%/3.4/help/en/fnc_chan.useropcount.html -%%DATADIR%%/3.4/help/en/fnc_chan.users.html -%%DATADIR%%/3.4/help/en/fnc_chan.voicecount.html -%%DATADIR%%/3.4/help/en/fnc_channel.html -%%DATADIR%%/3.4/help/en/fnc_char.html -%%DATADIR%%/3.4/help/en/fnc_classdefined.html -%%DATADIR%%/3.4/help/en/fnc_config.filelist.html -%%DATADIR%%/3.4/help/en/fnc_config.filename.html -%%DATADIR%%/3.4/help/en/fnc_config.hassection.html -%%DATADIR%%/3.4/help/en/fnc_config.id.html -%%DATADIR%%/3.4/help/en/fnc_config.keylist.html -%%DATADIR%%/3.4/help/en/fnc_config.open.html -%%DATADIR%%/3.4/help/en/fnc_config.read.html -%%DATADIR%%/3.4/help/en/fnc_config.readonly.html -%%DATADIR%%/3.4/help/en/fnc_config.section.html -%%DATADIR%%/3.4/help/en/fnc_config.sectionlist.html -%%DATADIR%%/3.4/help/en/fnc_console.html -%%DATADIR%%/3.4/help/en/fnc_context.html -%%DATADIR%%/3.4/help/en/fnc_context.list.html -%%DATADIR%%/3.4/help/en/fnc_context.networkname.html -%%DATADIR%%/3.4/help/en/fnc_context.serverhostname.html -%%DATADIR%%/3.4/help/en/fnc_context.serveripaddress.html -%%DATADIR%%/3.4/help/en/fnc_context.serverisipv6.html -%%DATADIR%%/3.4/help/en/fnc_context.serverisssl.html -%%DATADIR%%/3.4/help/en/fnc_context.serverpassword.html -%%DATADIR%%/3.4/help/en/fnc_context.serverport.html -%%DATADIR%%/3.4/help/en/fnc_context.state.html -%%DATADIR%%/3.4/help/en/fnc_cr.html -%%DATADIR%%/3.4/help/en/fnc_date.html -%%DATADIR%%/3.4/help/en/fnc_dcc.averagespeed.html -%%DATADIR%%/3.4/help/en/fnc_dcc.connectiontype.html -%%DATADIR%%/3.4/help/en/fnc_dcc.irccontext.html -%%DATADIR%%/3.4/help/en/fnc_dcc.isfiledownload.html -%%DATADIR%%/3.4/help/en/fnc_dcc.isfiletransfer.html -%%DATADIR%%/3.4/help/en/fnc_dcc.isfileupload.html -%%DATADIR%%/3.4/help/en/fnc_dcc.localfilename.html -%%DATADIR%%/3.4/help/en/fnc_dcc.localfilesize.html -%%DATADIR%%/3.4/help/en/fnc_dcc.localhost.html -%%DATADIR%%/3.4/help/en/fnc_dcc.localip.html -%%DATADIR%%/3.4/help/en/fnc_dcc.localnick.html -%%DATADIR%%/3.4/help/en/fnc_dcc.localport.html -%%DATADIR%%/3.4/help/en/fnc_dcc.localuser.html -%%DATADIR%%/3.4/help/en/fnc_dcc.protocol.html -%%DATADIR%%/3.4/help/en/fnc_dcc.remotefilename.html -%%DATADIR%%/3.4/help/en/fnc_dcc.remotefilesize.html -%%DATADIR%%/3.4/help/en/fnc_dcc.remotehost.html -%%DATADIR%%/3.4/help/en/fnc_dcc.remoteip.html -%%DATADIR%%/3.4/help/en/fnc_dcc.remotenick.html -%%DATADIR%%/3.4/help/en/fnc_dcc.remoteport.html -%%DATADIR%%/3.4/help/en/fnc_dcc.remoteuser.html -%%DATADIR%%/3.4/help/en/fnc_dcc.session.html -%%DATADIR%%/3.4/help/en/fnc_dcc.sessionlist.html -%%DATADIR%%/3.4/help/en/fnc_dcc.transferredbytes.html -%%DATADIR%%/3.4/help/en/fnc_dcc.transferstatus.html -%%DATADIR%%/3.4/help/en/fnc_dialog.yesno.html -%%DATADIR%%/3.4/help/en/fnc_dockwidget.isvisible.html -%%DATADIR%%/3.4/help/en/fnc_false.html -%%DATADIR%%/3.4/help/en/fnc_features.html -%%DATADIR%%/3.4/help/en/fnc_file.allsizese.html -%%DATADIR%%/3.4/help/en/fnc_file.cwd.html -%%DATADIR%%/3.4/help/en/fnc_file.exists.html -%%DATADIR%%/3.4/help/en/fnc_file.extractfilename.html -%%DATADIR%%/3.4/help/en/fnc_file.extractpath.html -%%DATADIR%%/3.4/help/en/fnc_file.fixpath.html -%%DATADIR%%/3.4/help/en/fnc_file.globaldir.html -%%DATADIR%%/3.4/help/en/fnc_file.homedir.html -%%DATADIR%%/3.4/help/en/fnc_file.localdir.html -%%DATADIR%%/3.4/help/en/fnc_file.ls.html -%%DATADIR%%/3.4/help/en/fnc_file.ps.html -%%DATADIR%%/3.4/help/en/fnc_file.read.html -%%DATADIR%%/3.4/help/en/fnc_file.readlines.html -%%DATADIR%%/3.4/help/en/fnc_file.rootdir.html -%%DATADIR%%/3.4/help/en/fnc_file.size.html -%%DATADIR%%/3.4/help/en/fnc_file.type.html -%%DATADIR%%/3.4/help/en/fnc_firstconnectedconsole.html -%%DATADIR%%/3.4/help/en/fnc_flatten.html -%%DATADIR%%/3.4/help/en/fnc_fmtlink.html -%%DATADIR%%/3.4/help/en/fnc_hash.html -%%DATADIR%%/3.4/help/en/fnc_hextoascii.html -%%DATADIR%%/3.4/help/en/fnc_hostname.html -%%DATADIR%%/3.4/help/en/fnc_hptimestamp.html -%%DATADIR%%/3.4/help/en/fnc_icon.html -%%DATADIR%%/3.4/help/en/fnc_iconname.html -%%DATADIR%%/3.4/help/en/fnc_int.html -%%DATADIR%%/3.4/help/en/fnc_integer.html -%%DATADIR%%/3.4/help/en/fnc_isempty.html -%%DATADIR%%/3.4/help/en/fnc_iseventenabled.html -%%DATADIR%%/3.4/help/en/fnc_ismainwindowactive.html -%%DATADIR%%/3.4/help/en/fnc_ismainwindowminimized.html -%%DATADIR%%/3.4/help/en/fnc_isnumeric.html -%%DATADIR%%/3.4/help/en/fnc_isset.html -%%DATADIR%%/3.4/help/en/fnc_istimer.html -%%DATADIR%%/3.4/help/en/fnc_iswellknown.html -%%DATADIR%%/3.4/help/en/fnc_k.html -%%DATADIR%%/3.4/help/en/fnc_keys.html -%%DATADIR%%/3.4/help/en/fnc_lag.html -%%DATADIR%%/3.4/help/en/fnc_lang.html -%%DATADIR%%/3.4/help/en/fnc_length.html -%%DATADIR%%/3.4/help/en/fnc_lf.html -%%DATADIR%%/3.4/help/en/fnc_log.file.html -%%DATADIR%%/3.4/help/en/fnc_mask.hasnumerichost.html -%%DATADIR%%/3.4/help/en/fnc_mask.host.html -%%DATADIR%%/3.4/help/en/fnc_mask.html -%%DATADIR%%/3.4/help/en/fnc_mask.match.html -%%DATADIR%%/3.4/help/en/fnc_mask.nick.html -%%DATADIR%%/3.4/help/en/fnc_mask.user.html -%%DATADIR%%/3.4/help/en/fnc_math.abs.html -%%DATADIR%%/3.4/help/en/fnc_math.acos.html -%%DATADIR%%/3.4/help/en/fnc_math.asin.html -%%DATADIR%%/3.4/help/en/fnc_math.atan.html -%%DATADIR%%/3.4/help/en/fnc_math.cbrt.html -%%DATADIR%%/3.4/help/en/fnc_math.ceil.html -%%DATADIR%%/3.4/help/en/fnc_math.cos.html -%%DATADIR%%/3.4/help/en/fnc_math.e.html -%%DATADIR%%/3.4/help/en/fnc_math.exp.html -%%DATADIR%%/3.4/help/en/fnc_math.floor.html -%%DATADIR%%/3.4/help/en/fnc_math.isinf.html -%%DATADIR%%/3.4/help/en/fnc_math.isnan.html -%%DATADIR%%/3.4/help/en/fnc_math.log.html -%%DATADIR%%/3.4/help/en/fnc_math.log10.html -%%DATADIR%%/3.4/help/en/fnc_math.pi.html -%%DATADIR%%/3.4/help/en/fnc_math.pow.html -%%DATADIR%%/3.4/help/en/fnc_math.sin.html -%%DATADIR%%/3.4/help/en/fnc_math.sqrt.html -%%DATADIR%%/3.4/help/en/fnc_math.tan.html -%%DATADIR%%/3.4/help/en/fnc_me.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.album.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.artist.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.bitrate.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.channels.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.comment.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.genre.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.geteqdata.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.getlistlength.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.getplaylistpos.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.getrepeat.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.getshuffle.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.getvol.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.length.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.localfile.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.mediatype.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.mrl.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.nowplaying.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.player.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.playerlist.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.position.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.samplerate.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.status.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.title.html -%%DATADIR%%/3.4/help/en/fnc_mediaplayer.year.html -%%DATADIR%%/3.4/help/en/fnc_msgtype.html -%%DATADIR%%/3.4/help/en/fnc_my.globalidle.html -%%DATADIR%%/3.4/help/en/fnc_my.host.html -%%DATADIR%%/3.4/help/en/fnc_my.ip.html -%%DATADIR%%/3.4/help/en/fnc_my.network.html -%%DATADIR%%/3.4/help/en/fnc_my.nick.html -%%DATADIR%%/3.4/help/en/fnc_my.server.html -%%DATADIR%%/3.4/help/en/fnc_my.serverisipv6.html -%%DATADIR%%/3.4/help/en/fnc_my.serverisssl.html -%%DATADIR%%/3.4/help/en/fnc_my.umode.html -%%DATADIR%%/3.4/help/en/fnc_my.user.html -%%DATADIR%%/3.4/help/en/fnc_new.html -%%DATADIR%%/3.4/help/en/fnc_nothing.html -%%DATADIR%%/3.4/help/en/fnc_notifier.isenabled.html -%%DATADIR%%/3.4/help/en/fnc_null.html -%%DATADIR%%/3.4/help/en/fnc_o.html -%%DATADIR%%/3.4/help/en/fnc_objects.classallhandlers.html -%%DATADIR%%/3.4/help/en/fnc_objects.dump.html -%%DATADIR%%/3.4/help/en/fnc_option.html -%%DATADIR%%/3.4/help/en/fnc_options.isdialog.html -%%DATADIR%%/3.4/help/en/fnc_perl.isavailable.html -%%DATADIR%%/3.4/help/en/fnc_query.html -%%DATADIR%%/3.4/help/en/fnc_r.html -%%DATADIR%%/3.4/help/en/fnc_rand.html -%%DATADIR%%/3.4/help/en/fnc_real.html -%%DATADIR%%/3.4/help/en/fnc_receivedbytes.html -%%DATADIR%%/3.4/help/en/fnc_regchan.find.html -%%DATADIR%%/3.4/help/en/fnc_regchan.list.html -%%DATADIR%%/3.4/help/en/fnc_regchan.match.html -%%DATADIR%%/3.4/help/en/fnc_regchan.property.html -%%DATADIR%%/3.4/help/en/fnc_reguser.exactmatch.html -%%DATADIR%%/3.4/help/en/fnc_reguser.getignoreflags.html -%%DATADIR%%/3.4/help/en/fnc_reguser.isignoreenabled.html -%%DATADIR%%/3.4/help/en/fnc_reguser.list.html -%%DATADIR%%/3.4/help/en/fnc_reguser.mask.html -%%DATADIR%%/3.4/help/en/fnc_reguser.match.html -%%DATADIR%%/3.4/help/en/fnc_reguser.matchproperty.html -%%DATADIR%%/3.4/help/en/fnc_reguser.property.html -%%DATADIR%%/3.4/help/en/fnc_rsort.html -%%DATADIR%%/3.4/help/en/fnc_selected.html -%%DATADIR%%/3.4/help/en/fnc_sentbytes.html -%%DATADIR%%/3.4/help/en/fnc_serialize.html -%%DATADIR%%/3.4/help/en/fnc_server.html -%%DATADIR%%/3.4/help/en/fnc_snd.ismuted.html -%%DATADIR%%/3.4/help/en/fnc_sort.html -%%DATADIR%%/3.4/help/en/fnc_str.append.html -%%DATADIR%%/3.4/help/en/fnc_str.charsum.html -%%DATADIR%%/3.4/help/en/fnc_str.cmp.html -%%DATADIR%%/3.4/help/en/fnc_str.cmpnocase.html -%%DATADIR%%/3.4/help/en/fnc_str.contains.html -%%DATADIR%%/3.4/help/en/fnc_str.containsnocase.html -%%DATADIR%%/3.4/help/en/fnc_str.digest.html -%%DATADIR%%/3.4/help/en/fnc_str.equal.html -%%DATADIR%%/3.4/help/en/fnc_str.equalnocase.html -%%DATADIR%%/3.4/help/en/fnc_str.find.html -%%DATADIR%%/3.4/help/en/fnc_str.findfirst.html -%%DATADIR%%/3.4/help/en/fnc_str.findfirstnocase.html -%%DATADIR%%/3.4/help/en/fnc_str.findlast.html -%%DATADIR%%/3.4/help/en/fnc_str.findlastnocase.html -%%DATADIR%%/3.4/help/en/fnc_str.fromclipboard.html -%%DATADIR%%/3.4/help/en/fnc_str.grep.html -%%DATADIR%%/3.4/help/en/fnc_str.insert.html -%%DATADIR%%/3.4/help/en/fnc_str.isempty.html -%%DATADIR%%/3.4/help/en/fnc_str.isnumber.html -%%DATADIR%%/3.4/help/en/fnc_str.isunsignednumber.html -%%DATADIR%%/3.4/help/en/fnc_str.join.html -%%DATADIR%%/3.4/help/en/fnc_str.left.html -%%DATADIR%%/3.4/help/en/fnc_str.lefttofirst.html -%%DATADIR%%/3.4/help/en/fnc_str.lefttolast.html -%%DATADIR%%/3.4/help/en/fnc_str.len.html -%%DATADIR%%/3.4/help/en/fnc_str.length.html -%%DATADIR%%/3.4/help/en/fnc_str.localelowcase.html -%%DATADIR%%/3.4/help/en/fnc_str.localeupcase.html -%%DATADIR%%/3.4/help/en/fnc_str.lowcase.html -%%DATADIR%%/3.4/help/en/fnc_str.match.html -%%DATADIR%%/3.4/help/en/fnc_str.matchnocase.html -%%DATADIR%%/3.4/help/en/fnc_str.mid.html -%%DATADIR%%/3.4/help/en/fnc_str.prepend.html -%%DATADIR%%/3.4/help/en/fnc_str.printf.html -%%DATADIR%%/3.4/help/en/fnc_str.replace.html -%%DATADIR%%/3.4/help/en/fnc_str.replacenocase.html -%%DATADIR%%/3.4/help/en/fnc_str.right.html -%%DATADIR%%/3.4/help/en/fnc_str.rightfromfirst.html -%%DATADIR%%/3.4/help/en/fnc_str.rightfromlast.html -%%DATADIR%%/3.4/help/en/fnc_str.section.html -%%DATADIR%%/3.4/help/en/fnc_str.split.html -%%DATADIR%%/3.4/help/en/fnc_str.strip.html -%%DATADIR%%/3.4/help/en/fnc_str.stripcolors.html -%%DATADIR%%/3.4/help/en/fnc_str.stripleft.html -%%DATADIR%%/3.4/help/en/fnc_str.stripright.html -%%DATADIR%%/3.4/help/en/fnc_str.token.html -%%DATADIR%%/3.4/help/en/fnc_str.upcase.html -%%DATADIR%%/3.4/help/en/fnc_str.urlencode.html -%%DATADIR%%/3.4/help/en/fnc_str.word.html -%%DATADIR%%/3.4/help/en/fnc_string.html -%%DATADIR%%/3.4/help/en/fnc_sw.html -%%DATADIR%%/3.4/help/en/fnc_system.call.html -%%DATADIR%%/3.4/help/en/fnc_system.checkmodule.html -%%DATADIR%%/3.4/help/en/fnc_system.clipboard.html -%%DATADIR%%/3.4/help/en/fnc_system.dcop.html -%%DATADIR%%/3.4/help/en/fnc_system.getenv.html -%%DATADIR%%/3.4/help/en/fnc_system.hostname.html -%%DATADIR%%/3.4/help/en/fnc_system.osmachine.html -%%DATADIR%%/3.4/help/en/fnc_system.osname.html -%%DATADIR%%/3.4/help/en/fnc_system.osnodename.html -%%DATADIR%%/3.4/help/en/fnc_system.osrelease.html -%%DATADIR%%/3.4/help/en/fnc_system.ostype.html -%%DATADIR%%/3.4/help/en/fnc_system.osversion.html -%%DATADIR%%/3.4/help/en/fnc_system.selection.html -%%DATADIR%%/3.4/help/en/fnc_target.html -%%DATADIR%%/3.4/help/en/fnc_texticons.get.html -%%DATADIR%%/3.4/help/en/fnc_this.html -%%DATADIR%%/3.4/help/en/fnc_tmphighlight.ishighlighted.html -%%DATADIR%%/3.4/help/en/fnc_toolbar.exists.html -%%DATADIR%%/3.4/help/en/fnc_toolbar.isvisible.html -%%DATADIR%%/3.4/help/en/fnc_toolbar.items.html -%%DATADIR%%/3.4/help/en/fnc_toolbar.list.html -%%DATADIR%%/3.4/help/en/fnc_torrent.client.html -%%DATADIR%%/3.4/help/en/fnc_torrent.clientlist.html -%%DATADIR%%/3.4/help/en/fnc_torrent.count.html -%%DATADIR%%/3.4/help/en/fnc_torrent.filecount.html -%%DATADIR%%/3.4/help/en/fnc_torrent.filename.html -%%DATADIR%%/3.4/help/en/fnc_torrent.filepriority.html -%%DATADIR%%/3.4/help/en/fnc_torrent.list.html -%%DATADIR%%/3.4/help/en/fnc_torrent.maxdownloadspeed.html -%%DATADIR%%/3.4/help/en/fnc_torrent.maxuploadspeed.html -%%DATADIR%%/3.4/help/en/fnc_torrent.name.html -%%DATADIR%%/3.4/help/en/fnc_torrent.speeddown.html -%%DATADIR%%/3.4/help/en/fnc_torrent.speedup.html -%%DATADIR%%/3.4/help/en/fnc_torrent.state.html -%%DATADIR%%/3.4/help/en/fnc_torrent.trafficdown.html -%%DATADIR%%/3.4/help/en/fnc_torrent.trafficup.html -%%DATADIR%%/3.4/help/en/fnc_tr.html -%%DATADIR%%/3.4/help/en/fnc_true.html -%%DATADIR%%/3.4/help/en/fnc_typeof.html -%%DATADIR%%/3.4/help/en/fnc_u.html -%%DATADIR%%/3.4/help/en/fnc_unicode.html -%%DATADIR%%/3.4/help/en/fnc_unixtime.html -%%DATADIR%%/3.4/help/en/fnc_unserialize.html -%%DATADIR%%/3.4/help/en/fnc_username.html -%%DATADIR%%/3.4/help/en/fnc_version.html -%%DATADIR%%/3.4/help/en/fnc_window.activitylevel.html -%%DATADIR%%/3.4/help/en/fnc_window.activitytemperature.html -%%DATADIR%%/3.4/help/en/fnc_window.caption.html -%%DATADIR%%/3.4/help/en/fnc_window.console.html -%%DATADIR%%/3.4/help/en/fnc_window.context.html -%%DATADIR%%/3.4/help/en/fnc_window.exists.html -%%DATADIR%%/3.4/help/en/fnc_window.hasinput.html -%%DATADIR%%/3.4/help/en/fnc_window.hasoutput.html -%%DATADIR%%/3.4/help/en/fnc_window.hasuserfocus.html -%%DATADIR%%/3.4/help/en/fnc_window.highlightlevel.html -%%DATADIR%%/3.4/help/en/fnc_window.ismaximized.html -%%DATADIR%%/3.4/help/en/fnc_window.isminimized.html -%%DATADIR%%/3.4/help/en/fnc_window.list.html -%%DATADIR%%/3.4/help/en/fnc_window.open.html -%%DATADIR%%/3.4/help/en/fnc_window.type.html -%%DATADIR%%/3.4/help/en/helplogoleft.png -%%DATADIR%%/3.4/help/en/helplogoright.png -%%DATADIR%%/3.4/help/en/index.html -%%DATADIR%%/3.4/help/en/module_config.html -%%DATADIR%%/3.4/help/en/module_dcc.html -%%DATADIR%%/3.4/help/en/module_lamerizer.html -%%DATADIR%%/3.4/help/en/module_log.html -%%DATADIR%%/3.4/help/en/module_mediaplayer.html -%%DATADIR%%/3.4/help/en/module_reguser.html -%%DATADIR%%/3.4/help/en/module_rijndael.html -%%DATADIR%%/3.4/help/en/module_url.html -%%DATADIR%%/3.4/help/en/nohelpavailable.html -%%DATADIR%%/3.4/help/en/widget_ctcpfloodprotectionoptions.html -%%DATADIR%%/3.4/license/COPYING -%%DATADIR%%/3.4/locale/about_ca.mo -%%DATADIR%%/3.4/locale/about_cs.mo -%%DATADIR%%/3.4/locale/about_de.mo -%%DATADIR%%/3.4/locale/about_es.mo -%%DATADIR%%/3.4/locale/about_fi.mo -%%DATADIR%%/3.4/locale/about_fr.mo -%%DATADIR%%/3.4/locale/about_hr.mo -%%DATADIR%%/3.4/locale/about_hu.mo -%%DATADIR%%/3.4/locale/about_it.mo -%%DATADIR%%/3.4/locale/about_pt.mo -%%DATADIR%%/3.4/locale/about_pt_BR.mo -%%DATADIR%%/3.4/locale/about_ru.mo -%%DATADIR%%/3.4/locale/about_uk.mo -%%DATADIR%%/3.4/locale/dcc_ca.mo -%%DATADIR%%/3.4/locale/dcc_cs.mo -%%DATADIR%%/3.4/locale/dcc_de.mo -%%DATADIR%%/3.4/locale/dcc_es.mo -%%DATADIR%%/3.4/locale/dcc_fi.mo -%%DATADIR%%/3.4/locale/dcc_fr.mo -%%DATADIR%%/3.4/locale/dcc_hu.mo -%%DATADIR%%/3.4/locale/dcc_it.mo -%%DATADIR%%/3.4/locale/dcc_pt.mo -%%DATADIR%%/3.4/locale/dcc_pt_BR.mo -%%DATADIR%%/3.4/locale/dcc_ru.mo -%%DATADIR%%/3.4/locale/dcc_uk.mo -%%DATADIR%%/3.4/locale/editor_ca.mo -%%DATADIR%%/3.4/locale/editor_cs.mo -%%DATADIR%%/3.4/locale/editor_de.mo -%%DATADIR%%/3.4/locale/editor_es.mo -%%DATADIR%%/3.4/locale/editor_fi.mo -%%DATADIR%%/3.4/locale/editor_fr.mo -%%DATADIR%%/3.4/locale/editor_hu.mo -%%DATADIR%%/3.4/locale/editor_it.mo -%%DATADIR%%/3.4/locale/editor_pt.mo -%%DATADIR%%/3.4/locale/editor_pt_BR.mo -%%DATADIR%%/3.4/locale/editor_ru.mo -%%DATADIR%%/3.4/locale/editor_uk.mo -%%DATADIR%%/3.4/locale/filetransferwindow_ca.mo -%%DATADIR%%/3.4/locale/filetransferwindow_cs.mo -%%DATADIR%%/3.4/locale/filetransferwindow_de.mo -%%DATADIR%%/3.4/locale/filetransferwindow_es.mo -%%DATADIR%%/3.4/locale/filetransferwindow_fi.mo -%%DATADIR%%/3.4/locale/filetransferwindow_fr.mo -%%DATADIR%%/3.4/locale/filetransferwindow_hr.mo -%%DATADIR%%/3.4/locale/filetransferwindow_hu.mo -%%DATADIR%%/3.4/locale/filetransferwindow_it.mo -%%DATADIR%%/3.4/locale/filetransferwindow_pt.mo -%%DATADIR%%/3.4/locale/filetransferwindow_pt_BR.mo -%%DATADIR%%/3.4/locale/filetransferwindow_ru.mo -%%DATADIR%%/3.4/locale/filetransferwindow_uk.mo -%%DATADIR%%/3.4/locale/kvirc_bg.mo -%%DATADIR%%/3.4/locale/kvirc_ca.mo -%%DATADIR%%/3.4/locale/kvirc_cs.mo -%%DATADIR%%/3.4/locale/kvirc_de.mo -%%DATADIR%%/3.4/locale/kvirc_es.mo -%%DATADIR%%/3.4/locale/kvirc_fi.mo -%%DATADIR%%/3.4/locale/kvirc_fr.mo -%%DATADIR%%/3.4/locale/kvirc_hr.mo -%%DATADIR%%/3.4/locale/kvirc_hu.mo -%%DATADIR%%/3.4/locale/kvirc_it.mo -%%DATADIR%%/3.4/locale/kvirc_nl.mo -%%DATADIR%%/3.4/locale/kvirc_pl.mo -%%DATADIR%%/3.4/locale/kvirc_pt.mo -%%DATADIR%%/3.4/locale/kvirc_pt_BR.mo -%%DATADIR%%/3.4/locale/kvirc_ru.mo -%%DATADIR%%/3.4/locale/kvirc_sr.mo -%%DATADIR%%/3.4/locale/kvirc_uk.mo -%%DATADIR%%/3.4/locale/logview_ca.mo -%%DATADIR%%/3.4/locale/logview_cs.mo -%%DATADIR%%/3.4/locale/logview_de.mo -%%DATADIR%%/3.4/locale/logview_es.mo -%%DATADIR%%/3.4/locale/logview_fi.mo -%%DATADIR%%/3.4/locale/logview_fr.mo -%%DATADIR%%/3.4/locale/logview_hu.mo -%%DATADIR%%/3.4/locale/logview_it.mo -%%DATADIR%%/3.4/locale/logview_pt.mo -%%DATADIR%%/3.4/locale/logview_pt_BR.mo -%%DATADIR%%/3.4/locale/logview_ru.mo -%%DATADIR%%/3.4/locale/logview_uk.mo -%%DATADIR%%/3.4/locale/mediaplayer_cs.mo -%%DATADIR%%/3.4/locale/mediaplayer_de.mo -%%DATADIR%%/3.4/locale/mediaplayer_fi.mo -%%DATADIR%%/3.4/locale/mediaplayer_fr.mo -%%DATADIR%%/3.4/locale/mediaplayer_hr.mo -%%DATADIR%%/3.4/locale/mediaplayer_hu.mo -%%DATADIR%%/3.4/locale/mediaplayer_it.mo -%%DATADIR%%/3.4/locale/mediaplayer_ru.mo -%%DATADIR%%/3.4/locale/mediaplayer_uk.mo -%%DATADIR%%/3.4/locale/notifier_ca.mo -%%DATADIR%%/3.4/locale/notifier_cs.mo -%%DATADIR%%/3.4/locale/notifier_de.mo -%%DATADIR%%/3.4/locale/notifier_es.mo -%%DATADIR%%/3.4/locale/notifier_fi.mo -%%DATADIR%%/3.4/locale/notifier_fr.mo -%%DATADIR%%/3.4/locale/notifier_hr.mo -%%DATADIR%%/3.4/locale/notifier_hu.mo -%%DATADIR%%/3.4/locale/notifier_it.mo -%%DATADIR%%/3.4/locale/notifier_pt.mo -%%DATADIR%%/3.4/locale/notifier_pt_BR.mo -%%DATADIR%%/3.4/locale/notifier_ru.mo -%%DATADIR%%/3.4/locale/notifier_uk.mo -%%DATADIR%%/3.4/locale/options_bg.mo -%%DATADIR%%/3.4/locale/options_ca.mo -%%DATADIR%%/3.4/locale/options_cs.mo -%%DATADIR%%/3.4/locale/options_de.mo -%%DATADIR%%/3.4/locale/options_es.mo -%%DATADIR%%/3.4/locale/options_fi.mo -%%DATADIR%%/3.4/locale/options_fr.mo -%%DATADIR%%/3.4/locale/options_hu.mo -%%DATADIR%%/3.4/locale/options_it.mo -%%DATADIR%%/3.4/locale/options_nl.mo -%%DATADIR%%/3.4/locale/options_pl.mo -%%DATADIR%%/3.4/locale/options_pt.mo -%%DATADIR%%/3.4/locale/options_pt_BR.mo -%%DATADIR%%/3.4/locale/options_ru.mo -%%DATADIR%%/3.4/locale/options_sr.mo -%%DATADIR%%/3.4/locale/options_uk.mo -%%DATADIR%%/3.4/locale/perl_ca.mo -%%DATADIR%%/3.4/locale/perl_cs.mo -%%DATADIR%%/3.4/locale/perl_de.mo -%%DATADIR%%/3.4/locale/perl_es.mo -%%DATADIR%%/3.4/locale/perl_fi.mo -%%DATADIR%%/3.4/locale/perl_fr.mo -%%DATADIR%%/3.4/locale/perl_hu.mo -%%DATADIR%%/3.4/locale/perl_it.mo -%%DATADIR%%/3.4/locale/perl_pt.mo -%%DATADIR%%/3.4/locale/perl_pt_BR.mo -%%DATADIR%%/3.4/locale/perl_ru.mo -%%DATADIR%%/3.4/locale/perl_uk.mo -%%DATADIR%%/3.4/locale/perlcore_ca.mo -%%DATADIR%%/3.4/locale/perlcore_cs.mo -%%DATADIR%%/3.4/locale/perlcore_de.mo -%%DATADIR%%/3.4/locale/perlcore_es.mo -%%DATADIR%%/3.4/locale/perlcore_fi.mo -%%DATADIR%%/3.4/locale/perlcore_fr.mo -%%DATADIR%%/3.4/locale/perlcore_hu.mo -%%DATADIR%%/3.4/locale/perlcore_it.mo -%%DATADIR%%/3.4/locale/perlcore_pt_BR.mo -%%DATADIR%%/3.4/locale/perlcore_ru.mo -%%DATADIR%%/3.4/locale/perlcore_uk.mo -%%DATADIR%%/3.4/locale/sharedfileswindow_ca.mo -%%DATADIR%%/3.4/locale/sharedfileswindow_cs.mo -%%DATADIR%%/3.4/locale/sharedfileswindow_de.mo -%%DATADIR%%/3.4/locale/sharedfileswindow_es.mo -%%DATADIR%%/3.4/locale/sharedfileswindow_fi.mo -%%DATADIR%%/3.4/locale/sharedfileswindow_fr.mo -%%DATADIR%%/3.4/locale/sharedfileswindow_hr.mo -%%DATADIR%%/3.4/locale/sharedfileswindow_hu.mo -%%DATADIR%%/3.4/locale/sharedfileswindow_it.mo -%%DATADIR%%/3.4/locale/sharedfileswindow_pt.mo -%%DATADIR%%/3.4/locale/sharedfileswindow_pt_BR.mo -%%DATADIR%%/3.4/locale/sharedfileswindow_ru.mo -%%DATADIR%%/3.4/locale/sharedfileswindow_uk.mo -%%DATADIR%%/3.4/locale/theme_cs.mo -%%DATADIR%%/3.4/locale/theme_de.mo -%%DATADIR%%/3.4/locale/theme_fi.mo -%%DATADIR%%/3.4/locale/theme_fr.mo -%%DATADIR%%/3.4/locale/theme_hu.mo -%%DATADIR%%/3.4/locale/theme_it.mo -%%DATADIR%%/3.4/locale/theme_pt.mo -%%DATADIR%%/3.4/locale/theme_ru.mo -%%DATADIR%%/3.4/locale/theme_uk.mo -%%DATADIR%%/3.4/locale/torrent_cs.mo -%%DATADIR%%/3.4/locale/torrent_de.mo -%%DATADIR%%/3.4/locale/torrent_fi.mo -%%DATADIR%%/3.4/locale/torrent_hr.mo -%%DATADIR%%/3.4/locale/torrent_hu.mo -%%DATADIR%%/3.4/locale/torrent_it.mo -%%DATADIR%%/3.4/locale/torrent_pt.mo -%%DATADIR%%/3.4/locale/torrent_ru.mo -%%DATADIR%%/3.4/locale/torrent_uk.mo -%%DATADIR%%/3.4/modules/caps/action/url -%%DATADIR%%/3.4/modules/caps/crypt/lamerizer -%%DATADIR%%/3.4/modules/caps/crypt/rijndael -%%DATADIR%%/3.4/modules/caps/serverimport/mircimport -%%DATADIR%%/3.4/modules/caps/tool/filetransferwindow -%%DATADIR%%/3.4/modules/caps/tool/logview -%%DATADIR%%/3.4/modules/caps/tool/sharedfileswindow -%%DATADIR%%/3.4/modules/libkviabout.a -%%DATADIR%%/3.4/modules/libkviabout.la -%%DATADIR%%/3.4/modules/libkviabout.so -%%DATADIR%%/3.4/modules/libkviaction.a -%%DATADIR%%/3.4/modules/libkviaction.la -%%DATADIR%%/3.4/modules/libkviaction.so -%%DATADIR%%/3.4/modules/libkviactioneditor.a -%%DATADIR%%/3.4/modules/libkviactioneditor.la -%%DATADIR%%/3.4/modules/libkviactioneditor.so -%%DATADIR%%/3.4/modules/libkviaddon.a -%%DATADIR%%/3.4/modules/libkviaddon.la -%%DATADIR%%/3.4/modules/libkviaddon.so -%%DATADIR%%/3.4/modules/libkvialiaseditor.a -%%DATADIR%%/3.4/modules/libkvialiaseditor.la -%%DATADIR%%/3.4/modules/libkvialiaseditor.so -%%DATADIR%%/3.4/modules/libkviavatar.a -%%DATADIR%%/3.4/modules/libkviavatar.la -%%DATADIR%%/3.4/modules/libkviavatar.so -%%DATADIR%%/3.4/modules/libkvichan.a -%%DATADIR%%/3.4/modules/libkvichan.la -%%DATADIR%%/3.4/modules/libkvichan.so -%%DATADIR%%/3.4/modules/libkvichannelsjoin.a -%%DATADIR%%/3.4/modules/libkvichannelsjoin.la -%%DATADIR%%/3.4/modules/libkvichannelsjoin.so -%%DATADIR%%/3.4/modules/libkviclock.a -%%DATADIR%%/3.4/modules/libkviclock.la -%%DATADIR%%/3.4/modules/libkviclock.so -%%DATADIR%%/3.4/modules/libkvicodetester.a -%%DATADIR%%/3.4/modules/libkvicodetester.la -%%DATADIR%%/3.4/modules/libkvicodetester.so -%%DATADIR%%/3.4/modules/libkviconfig.a -%%DATADIR%%/3.4/modules/libkviconfig.la -%%DATADIR%%/3.4/modules/libkviconfig.so -%%DATADIR%%/3.4/modules/libkvicontext.a -%%DATADIR%%/3.4/modules/libkvicontext.la -%%DATADIR%%/3.4/modules/libkvicontext.so -%%DATADIR%%/3.4/modules/libkvidcc.a -%%DATADIR%%/3.4/modules/libkvidcc.la -%%DATADIR%%/3.4/modules/libkvidcc.so -%%DATADIR%%/3.4/modules/libkvidialog.a -%%DATADIR%%/3.4/modules/libkvidialog.la -%%DATADIR%%/3.4/modules/libkvidialog.so -%%DATADIR%%/3.4/modules/libkvidockwidget.a -%%DATADIR%%/3.4/modules/libkvidockwidget.la -%%DATADIR%%/3.4/modules/libkvidockwidget.so -%%DATADIR%%/3.4/modules/libkvieditor.a -%%DATADIR%%/3.4/modules/libkvieditor.la -%%DATADIR%%/3.4/modules/libkvieditor.so -%%DATADIR%%/3.4/modules/libkvieventeditor.a -%%DATADIR%%/3.4/modules/libkvieventeditor.la -%%DATADIR%%/3.4/modules/libkvieventeditor.so -%%DATADIR%%/3.4/modules/libkvifile.a -%%DATADIR%%/3.4/modules/libkvifile.la -%%DATADIR%%/3.4/modules/libkvifile.so -%%DATADIR%%/3.4/modules/libkvifiletransferwindow.a -%%DATADIR%%/3.4/modules/libkvifiletransferwindow.la -%%DATADIR%%/3.4/modules/libkvifiletransferwindow.so -%%DATADIR%%/3.4/modules/libkvihelp.a -%%DATADIR%%/3.4/modules/libkvihelp.la -%%DATADIR%%/3.4/modules/libkvihelp.so -%%DATADIR%%/3.4/modules/libkvihttp.a -%%DATADIR%%/3.4/modules/libkvihttp.la -%%DATADIR%%/3.4/modules/libkvihttp.so -%%DATADIR%%/3.4/modules/libkviident.a -%%DATADIR%%/3.4/modules/libkviident.la -%%DATADIR%%/3.4/modules/libkviident.so -%%DATADIR%%/3.4/modules/libkviiograph.a -%%DATADIR%%/3.4/modules/libkviiograph.la -%%DATADIR%%/3.4/modules/libkviiograph.so -%%DATADIR%%/3.4/modules/libkvilamerizer.a -%%DATADIR%%/3.4/modules/libkvilamerizer.la -%%DATADIR%%/3.4/modules/libkvilamerizer.so -%%DATADIR%%/3.4/modules/libkvilinks.a -%%DATADIR%%/3.4/modules/libkvilinks.la -%%DATADIR%%/3.4/modules/libkvilinks.so -%%DATADIR%%/3.4/modules/libkvilist.a -%%DATADIR%%/3.4/modules/libkvilist.la -%%DATADIR%%/3.4/modules/libkvilist.so -%%DATADIR%%/3.4/modules/libkvilog.a -%%DATADIR%%/3.4/modules/libkvilog.la -%%DATADIR%%/3.4/modules/libkvilog.so -%%DATADIR%%/3.4/modules/libkvilogview.a -%%DATADIR%%/3.4/modules/libkvilogview.la -%%DATADIR%%/3.4/modules/libkvilogview.so -%%DATADIR%%/3.4/modules/libkvimask.a -%%DATADIR%%/3.4/modules/libkvimask.la -%%DATADIR%%/3.4/modules/libkvimask.so -%%DATADIR%%/3.4/modules/libkvimath.a -%%DATADIR%%/3.4/modules/libkvimath.la -%%DATADIR%%/3.4/modules/libkvimath.so -%%DATADIR%%/3.4/modules/libkvimediaplayer.a -%%DATADIR%%/3.4/modules/libkvimediaplayer.la -%%DATADIR%%/3.4/modules/libkvimediaplayer.so -%%DATADIR%%/3.4/modules/libkvimircimport.a -%%DATADIR%%/3.4/modules/libkvimircimport.la -%%DATADIR%%/3.4/modules/libkvimircimport.so -%%DATADIR%%/3.4/modules/libkvimy.a -%%DATADIR%%/3.4/modules/libkvimy.la -%%DATADIR%%/3.4/modules/libkvimy.so -%%DATADIR%%/3.4/modules/libkvinotifier.a -%%DATADIR%%/3.4/modules/libkvinotifier.la -%%DATADIR%%/3.4/modules/libkvinotifier.so -%%DATADIR%%/3.4/modules/libkviobjects.a -%%DATADIR%%/3.4/modules/libkviobjects.la -%%DATADIR%%/3.4/modules/libkviobjects.so -%%DATADIR%%/3.4/modules/libkvioptions.a -%%DATADIR%%/3.4/modules/libkvioptions.la -%%DATADIR%%/3.4/modules/libkvioptions.so -%%DATADIR%%/3.4/modules/libkviperl.a -%%DATADIR%%/3.4/modules/libkviperl.la -%%DATADIR%%/3.4/modules/libkviperl.so -%%DATADIR%%/3.4/modules/libkviperlcore.a -%%DATADIR%%/3.4/modules/libkviperlcore.la -%%DATADIR%%/3.4/modules/libkviperlcore.so -%%DATADIR%%/3.4/modules/libkvipopupeditor.a -%%DATADIR%%/3.4/modules/libkvipopupeditor.la -%%DATADIR%%/3.4/modules/libkvipopupeditor.so -%%DATADIR%%/3.4/modules/libkviraweditor.a -%%DATADIR%%/3.4/modules/libkviraweditor.la -%%DATADIR%%/3.4/modules/libkviraweditor.so -%%DATADIR%%/3.4/modules/libkviregchan.a -%%DATADIR%%/3.4/modules/libkviregchan.la -%%DATADIR%%/3.4/modules/libkviregchan.so -%%DATADIR%%/3.4/modules/libkvireguser.a -%%DATADIR%%/3.4/modules/libkvireguser.la -%%DATADIR%%/3.4/modules/libkvireguser.so -%%DATADIR%%/3.4/modules/libkvirijndael.a -%%DATADIR%%/3.4/modules/libkvirijndael.la -%%DATADIR%%/3.4/modules/libkvirijndael.so -%%DATADIR%%/3.4/modules/libkvisetup.a -%%DATADIR%%/3.4/modules/libkvisetup.la -%%DATADIR%%/3.4/modules/libkvisetup.so -%%DATADIR%%/3.4/modules/libkvisharedfile.a -%%DATADIR%%/3.4/modules/libkvisharedfile.la -%%DATADIR%%/3.4/modules/libkvisharedfile.so -%%DATADIR%%/3.4/modules/libkvisharedfileswindow.a -%%DATADIR%%/3.4/modules/libkvisharedfileswindow.la -%%DATADIR%%/3.4/modules/libkvisharedfileswindow.so -%%DATADIR%%/3.4/modules/libkvisnd.a -%%DATADIR%%/3.4/modules/libkvisnd.la -%%DATADIR%%/3.4/modules/libkvisnd.so -%%DATADIR%%/3.4/modules/libkvisocketspy.a -%%DATADIR%%/3.4/modules/libkvisocketspy.la -%%DATADIR%%/3.4/modules/libkvisocketspy.so -%%DATADIR%%/3.4/modules/libkvispaste.a -%%DATADIR%%/3.4/modules/libkvispaste.la -%%DATADIR%%/3.4/modules/libkvispaste.so -%%DATADIR%%/3.4/modules/libkvistr.a -%%DATADIR%%/3.4/modules/libkvistr.la -%%DATADIR%%/3.4/modules/libkvistr.so -%%DATADIR%%/3.4/modules/libkvisystem.a -%%DATADIR%%/3.4/modules/libkvisystem.la -%%DATADIR%%/3.4/modules/libkvisystem.so -%%DATADIR%%/3.4/modules/libkviterm.a -%%DATADIR%%/3.4/modules/libkviterm.la -%%DATADIR%%/3.4/modules/libkviterm.so -%%DATADIR%%/3.4/modules/libkvitexticons.a -%%DATADIR%%/3.4/modules/libkvitexticons.la -%%DATADIR%%/3.4/modules/libkvitexticons.so -%%DATADIR%%/3.4/modules/libkvitheme.a -%%DATADIR%%/3.4/modules/libkvitheme.la -%%DATADIR%%/3.4/modules/libkvitheme.so -%%DATADIR%%/3.4/modules/libkvitip.a -%%DATADIR%%/3.4/modules/libkvitip.la -%%DATADIR%%/3.4/modules/libkvitip.so -%%DATADIR%%/3.4/modules/libkvitmphighlight.a -%%DATADIR%%/3.4/modules/libkvitmphighlight.la -%%DATADIR%%/3.4/modules/libkvitmphighlight.so -%%DATADIR%%/3.4/modules/libkvitoolbar.a -%%DATADIR%%/3.4/modules/libkvitoolbar.la -%%DATADIR%%/3.4/modules/libkvitoolbar.so -%%DATADIR%%/3.4/modules/libkvitoolbareditor.a -%%DATADIR%%/3.4/modules/libkvitoolbareditor.la -%%DATADIR%%/3.4/modules/libkvitoolbareditor.so -%%DATADIR%%/3.4/modules/libkvitorrent.a -%%DATADIR%%/3.4/modules/libkvitorrent.la -%%DATADIR%%/3.4/modules/libkvitorrent.so -%%DATADIR%%/3.4/modules/libkviurl.a -%%DATADIR%%/3.4/modules/libkviurl.la -%%DATADIR%%/3.4/modules/libkviurl.so -%%DATADIR%%/3.4/modules/libkviwindow.a -%%DATADIR%%/3.4/modules/libkviwindow.la -%%DATADIR%%/3.4/modules/libkviwindow.so -%%DATADIR%%/3.4/msgcolors/all-black.msgclr -%%DATADIR%%/3.4/msgcolors/all-gray.msgclr -%%DATADIR%%/3.4/msgcolors/all-green.msgclr -%%DATADIR%%/3.4/msgcolors/all-white.msgclr -%%DATADIR%%/3.4/msgcolors/colored-2.msgclr -%%DATADIR%%/3.4/msgcolors/colored.msgclr -%%DATADIR%%/3.4/msgcolors/default.msgclr -%%DATADIR%%/3.4/msgcolors/heavy-colors.msgclr -%%DATADIR%%/3.4/pics/coresmall/kcs_accept.png -%%DATADIR%%/3.4/pics/coresmall/kcs_action.png -%%DATADIR%%/3.4/pics/coresmall/kcs_addons.png -%%DATADIR%%/3.4/pics/coresmall/kcs_afraid.png -%%DATADIR%%/3.4/pics/coresmall/kcs_alert.png -%%DATADIR%%/3.4/pics/coresmall/kcs_alias.png -%%DATADIR%%/3.4/pics/coresmall/kcs_aliashighlighted.png -%%DATADIR%%/3.4/pics/coresmall/kcs_angry.png -%%DATADIR%%/3.4/pics/coresmall/kcs_applet.png -%%DATADIR%%/3.4/pics/coresmall/kcs_autotilewindows.png -%%DATADIR%%/3.4/pics/coresmall/kcs_avatar.png -%%DATADIR%%/3.4/pics/coresmall/kcs_away.png -%%DATADIR%%/3.4/pics/coresmall/kcs_ban.png -%%DATADIR%%/3.4/pics/coresmall/kcs_banexcept.png -%%DATADIR%%/3.4/pics/coresmall/kcs_banunexcept.png -%%DATADIR%%/3.4/pics/coresmall/kcs_biggrin.png -%%DATADIR%%/3.4/pics/coresmall/kcs_biggrineyes.png -%%DATADIR%%/3.4/pics/coresmall/kcs_biggringlasses.png -%%DATADIR%%/3.4/pics/coresmall/kcs_binarytext.png -%%DATADIR%%/3.4/pics/coresmall/kcs_blacksquare.png -%%DATADIR%%/3.4/pics/coresmall/kcs_bluesquare.png -%%DATADIR%%/3.4/pics/coresmall/kcs_bomb.png -%%DATADIR%%/3.4/pics/coresmall/kcs_bookmarks.png -%%DATADIR%%/3.4/pics/coresmall/kcs_broadcastnotice.png -%%DATADIR%%/3.4/pics/coresmall/kcs_broadcastprivmsg.png -%%DATADIR%%/3.4/pics/coresmall/kcs_bug.png -%%DATADIR%%/3.4/pics/coresmall/kcs_cafe.png -%%DATADIR%%/3.4/pics/coresmall/kcs_canvas.png -%%DATADIR%%/3.4/pics/coresmall/kcs_caption.png -%%DATADIR%%/3.4/pics/coresmall/kcs_cascadewindows.png -%%DATADIR%%/3.4/pics/coresmall/kcs_chanadmin.png -%%DATADIR%%/3.4/pics/coresmall/kcs_chanadminaway.png -%%DATADIR%%/3.4/pics/coresmall/kcs_chanmode.png -%%DATADIR%%/3.4/pics/coresmall/kcs_chanmodehide.png -%%DATADIR%%/3.4/pics/coresmall/kcs_channel.png -%%DATADIR%%/3.4/pics/coresmall/kcs_channelnotice.png -%%DATADIR%%/3.4/pics/coresmall/kcs_channelnoticecrypted.png -%%DATADIR%%/3.4/pics/coresmall/kcs_chanowner.png -%%DATADIR%%/3.4/pics/coresmall/kcs_chanowneraway.png -%%DATADIR%%/3.4/pics/coresmall/kcs_chanprivmsg.png -%%DATADIR%%/3.4/pics/coresmall/kcs_chanprivmsgcrypted.png -%%DATADIR%%/3.4/pics/coresmall/kcs_chanserv.png -%%DATADIR%%/3.4/pics/coresmall/kcs_chanunadmin.png -%%DATADIR%%/3.4/pics/coresmall/kcs_chanunowner.png -%%DATADIR%%/3.4/pics/coresmall/kcs_classictaskbar.png -%%DATADIR%%/3.4/pics/coresmall/kcs_close.png -%%DATADIR%%/3.4/pics/coresmall/kcs_colors.png -%%DATADIR%%/3.4/pics/coresmall/kcs_console.png -%%DATADIR%%/3.4/pics/coresmall/kcs_copy.png -%%DATADIR%%/3.4/pics/coresmall/kcs_cry.png -%%DATADIR%%/3.4/pics/coresmall/kcs_ctcpreply.png -%%DATADIR%%/3.4/pics/coresmall/kcs_ctcpreplyunknown.png -%%DATADIR%%/3.4/pics/coresmall/kcs_ctcprequestflood.png -%%DATADIR%%/3.4/pics/coresmall/kcs_ctcprequestignored.png -%%DATADIR%%/3.4/pics/coresmall/kcs_ctcprequestreplied.png -%%DATADIR%%/3.4/pics/coresmall/kcs_ctcprequestunknown.png -%%DATADIR%%/3.4/pics/coresmall/kcs_cut.png -%%DATADIR%%/3.4/pics/coresmall/kcs_cyansquare.png -%%DATADIR%%/3.4/pics/coresmall/kcs_dccchatmsg.png -%%DATADIR%%/3.4/pics/coresmall/kcs_dccchatmsgcrypted.png -%%DATADIR%%/3.4/pics/coresmall/kcs_dccerror.png -%%DATADIR%%/3.4/pics/coresmall/kcs_dccmsg.png -%%DATADIR%%/3.4/pics/coresmall/kcs_dccrequest.png -%%DATADIR%%/3.4/pics/coresmall/kcs_dccvoice.png -%%DATADIR%%/3.4/pics/coresmall/kcs_deadchannel.png -%%DATADIR%%/3.4/pics/coresmall/kcs_deadquery.png -%%DATADIR%%/3.4/pics/coresmall/kcs_default.png -%%DATADIR%%/3.4/pics/coresmall/kcs_deleteitem.png -%%DATADIR%%/3.4/pics/coresmall/kcs_demoralized.png -%%DATADIR%%/3.4/pics/coresmall/kcs_deop.png -%%DATADIR%%/3.4/pics/coresmall/kcs_deuserop.png -%%DATADIR%%/3.4/pics/coresmall/kcs_devoice.png -%%DATADIR%%/3.4/pics/coresmall/kcs_discard.png -%%DATADIR%%/3.4/pics/coresmall/kcs_dkgreensquare.png -%%DATADIR%%/3.4/pics/coresmall/kcs_dock.png -%%DATADIR%%/3.4/pics/coresmall/kcs_dockwidget.png -%%DATADIR%%/3.4/pics/coresmall/kcs_edititem.png -%%DATADIR%%/3.4/pics/coresmall/kcs_editor.png -%%DATADIR%%/3.4/pics/coresmall/kcs_epilogue.png -%%DATADIR%%/3.4/pics/coresmall/kcs_event.png -%%DATADIR%%/3.4/pics/coresmall/kcs_eventnohandlers.png -%%DATADIR%%/3.4/pics/coresmall/kcs_eye.png -%%DATADIR%%/3.4/pics/coresmall/kcs_file.png -%%DATADIR%%/3.4/pics/coresmall/kcs_files.png -%%DATADIR%%/3.4/pics/coresmall/kcs_filetransfer.png -%%DATADIR%%/3.4/pics/coresmall/kcs_finger.png -%%DATADIR%%/3.4/pics/coresmall/kcs_floppy.png -%%DATADIR%%/3.4/pics/coresmall/kcs_folder.png -%%DATADIR%%/3.4/pics/coresmall/kcs_gnutella.png -%%DATADIR%%/3.4/pics/coresmall/kcs_greensquare.png -%%DATADIR%%/3.4/pics/coresmall/kcs_gui.png -%%DATADIR%%/3.4/pics/coresmall/kcs_halfdeop.png -%%DATADIR%%/3.4/pics/coresmall/kcs_halfop.png -%%DATADIR%%/3.4/pics/coresmall/kcs_halfopaway.png -%%DATADIR%%/3.4/pics/coresmall/kcs_handler.png -%%DATADIR%%/3.4/pics/coresmall/kcs_handlerdisabled.png -%%DATADIR%%/3.4/pics/coresmall/kcs_heart.png -%%DATADIR%%/3.4/pics/coresmall/kcs_heartbroken.png -%%DATADIR%%/3.4/pics/coresmall/kcs_help.png -%%DATADIR%%/3.4/pics/coresmall/kcs_hidedoubleview.png -%%DATADIR%%/3.4/pics/coresmall/kcs_hidelistview.png -%%DATADIR%%/3.4/pics/coresmall/kcs_home.png -%%DATADIR%%/3.4/pics/coresmall/kcs_homepage.png -%%DATADIR%%/3.4/pics/coresmall/kcs_iconmanager.png -%%DATADIR%%/3.4/pics/coresmall/kcs_icq.png -%%DATADIR%%/3.4/pics/coresmall/kcs_icqblue.png -%%DATADIR%%/3.4/pics/coresmall/kcs_icqlightgreen.png -%%DATADIR%%/3.4/pics/coresmall/kcs_icqlightyellow.png -%%DATADIR%%/3.4/pics/coresmall/kcs_icqred.png -%%DATADIR%%/3.4/pics/coresmall/kcs_icqyellow.png -%%DATADIR%%/3.4/pics/coresmall/kcs_idea.png -%%DATADIR%%/3.4/pics/coresmall/kcs_ident.png -%%DATADIR%%/3.4/pics/coresmall/kcs_ignore.png -%%DATADIR%%/3.4/pics/coresmall/kcs_input.png -%%DATADIR%%/3.4/pics/coresmall/kcs_invisible.png -%%DATADIR%%/3.4/pics/coresmall/kcs_invite.png -%%DATADIR%%/3.4/pics/coresmall/kcs_inviteexcept.png -%%DATADIR%%/3.4/pics/coresmall/kcs_inviteunexcept.png -%%DATADIR%%/3.4/pics/coresmall/kcs_irc.png -%%DATADIR%%/3.4/pics/coresmall/kcs_irc0.png -%%DATADIR%%/3.4/pics/coresmall/kcs_irc1.png -%%DATADIR%%/3.4/pics/coresmall/kcs_irc2.png -%%DATADIR%%/3.4/pics/coresmall/kcs_irc3.png -%%DATADIR%%/3.4/pics/coresmall/kcs_irc4.png -%%DATADIR%%/3.4/pics/coresmall/kcs_irc5.png -%%DATADIR%%/3.4/pics/coresmall/kcs_ircview.png -%%DATADIR%%/3.4/pics/coresmall/kcs_join.png -%%DATADIR%%/3.4/pics/coresmall/kcs_key.png -%%DATADIR%%/3.4/pics/coresmall/kcs_kick.png -%%DATADIR%%/3.4/pics/coresmall/kcs_kiss.png -%%DATADIR%%/3.4/pics/coresmall/kcs_kvirc.png -%%DATADIR%%/3.4/pics/coresmall/kcs_limit.png -%%DATADIR%%/3.4/pics/coresmall/kcs_links.png -%%DATADIR%%/3.4/pics/coresmall/kcs_linux.png -%%DATADIR%%/3.4/pics/coresmall/kcs_list.png -%%DATADIR%%/3.4/pics/coresmall/kcs_locked.png -%%DATADIR%%/3.4/pics/coresmall/kcs_lockedoff.png -%%DATADIR%%/3.4/pics/coresmall/kcs_log.png -%%DATADIR%%/3.4/pics/coresmall/kcs_look.png -%%DATADIR%%/3.4/pics/coresmall/kcs_maxhorizontal.png -%%DATADIR%%/3.4/pics/coresmall/kcs_maximize.png -%%DATADIR%%/3.4/pics/coresmall/kcs_maxvertical.png -%%DATADIR%%/3.4/pics/coresmall/kcs_mdihelp.png -%%DATADIR%%/3.4/pics/coresmall/kcs_meban.png -%%DATADIR%%/3.4/pics/coresmall/kcs_mebanexcept.png -%%DATADIR%%/3.4/pics/coresmall/kcs_mebanunexcept.png -%%DATADIR%%/3.4/pics/coresmall/kcs_mechanadmin.png -%%DATADIR%%/3.4/pics/coresmall/kcs_mechanowner.png -%%DATADIR%%/3.4/pics/coresmall/kcs_mechanunadmin.png -%%DATADIR%%/3.4/pics/coresmall/kcs_mechanunowner.png -%%DATADIR%%/3.4/pics/coresmall/kcs_medehalfop.png -%%DATADIR%%/3.4/pics/coresmall/kcs_medeop.png -%%DATADIR%%/3.4/pics/coresmall/kcs_medeuserop.png -%%DATADIR%%/3.4/pics/coresmall/kcs_medevoice.png -%%DATADIR%%/3.4/pics/coresmall/kcs_mehalfop.png -%%DATADIR%%/3.4/pics/coresmall/kcs_meinviteexcept.png -%%DATADIR%%/3.4/pics/coresmall/kcs_meinviteunexcept.png -%%DATADIR%%/3.4/pics/coresmall/kcs_mekick.png -%%DATADIR%%/3.4/pics/coresmall/kcs_meop.png -%%DATADIR%%/3.4/pics/coresmall/kcs_message.png -%%DATADIR%%/3.4/pics/coresmall/kcs_messages.png -%%DATADIR%%/3.4/pics/coresmall/kcs_messagesent.png -%%DATADIR%%/3.4/pics/coresmall/kcs_meunban.png -%%DATADIR%%/3.4/pics/coresmall/kcs_meuserop.png -%%DATADIR%%/3.4/pics/coresmall/kcs_mevoice.png -%%DATADIR%%/3.4/pics/coresmall/kcs_minimize.png -%%DATADIR%%/3.4/pics/coresmall/kcs_minus.png -%%DATADIR%%/3.4/pics/coresmall/kcs_mode.png -%%DATADIR%%/3.4/pics/coresmall/kcs_motd.png -%%DATADIR%%/3.4/pics/coresmall/kcs_multimedia.png -%%DATADIR%%/3.4/pics/coresmall/kcs_namespace.png -%%DATADIR%%/3.4/pics/coresmall/kcs_newitem.png -%%DATADIR%%/3.4/pics/coresmall/kcs_newitembywizard.png -%%DATADIR%%/3.4/pics/coresmall/kcs_nick.png -%%DATADIR%%/3.4/pics/coresmall/kcs_nicknameproblem.png -%%DATADIR%%/3.4/pics/coresmall/kcs_nickserv.png -%%DATADIR%%/3.4/pics/coresmall/kcs_nochannel.png -%%DATADIR%%/3.4/pics/coresmall/kcs_none.png -%%DATADIR%%/3.4/pics/coresmall/kcs_notaway.png -%%DATADIR%%/3.4/pics/coresmall/kcs_notifyoffline.png -%%DATADIR%%/3.4/pics/coresmall/kcs_notifyonline.png -%%DATADIR%%/3.4/pics/coresmall/kcs_op.png -%%DATADIR%%/3.4/pics/coresmall/kcs_opaway.png -%%DATADIR%%/3.4/pics/coresmall/kcs_options.png -%%DATADIR%%/3.4/pics/coresmall/kcs_ownprivmsg.png -%%DATADIR%%/3.4/pics/coresmall/kcs_ownprivmsgcrypted.png -%%DATADIR%%/3.4/pics/coresmall/kcs_package.png -%%DATADIR%%/3.4/pics/coresmall/kcs_parsererror.png -%%DATADIR%%/3.4/pics/coresmall/kcs_parserwarning.png -%%DATADIR%%/3.4/pics/coresmall/kcs_part.png -%%DATADIR%%/3.4/pics/coresmall/kcs_paste.png -%%DATADIR%%/3.4/pics/coresmall/kcs_play.png -%%DATADIR%%/3.4/pics/coresmall/kcs_plus.png -%%DATADIR%%/3.4/pics/coresmall/kcs_popup.png -%%DATADIR%%/3.4/pics/coresmall/kcs_popupmenu.png -%%DATADIR%%/3.4/pics/coresmall/kcs_prologue.png -%%DATADIR%%/3.4/pics/coresmall/kcs_proxy.png -%%DATADIR%%/3.4/pics/coresmall/kcs_query.png -%%DATADIR%%/3.4/pics/coresmall/kcs_querynotice.png -%%DATADIR%%/3.4/pics/coresmall/kcs_querynoticecrypted.png -%%DATADIR%%/3.4/pics/coresmall/kcs_queryprivmsg.png -%%DATADIR%%/3.4/pics/coresmall/kcs_queryprivmsgcrypted.png -%%DATADIR%%/3.4/pics/coresmall/kcs_querytrace.png -%%DATADIR%%/3.4/pics/coresmall/kcs_quit.png -%%DATADIR%%/3.4/pics/coresmall/kcs_quitapp.png -%%DATADIR%%/3.4/pics/coresmall/kcs_quitsplit.png -%%DATADIR%%/3.4/pics/coresmall/kcs_raw.png -%%DATADIR%%/3.4/pics/coresmall/kcs_rawevent.png -%%DATADIR%%/3.4/pics/coresmall/kcs_raweventnohandlers.png -%%DATADIR%%/3.4/pics/coresmall/kcs_record.png -%%DATADIR%%/3.4/pics/coresmall/kcs_redsquare.png -%%DATADIR%%/3.4/pics/coresmall/kcs_refresh.png -%%DATADIR%%/3.4/pics/coresmall/kcs_regusers.png -%%DATADIR%%/3.4/pics/coresmall/kcs_restore.png -%%DATADIR%%/3.4/pics/coresmall/kcs_retry.png -%%DATADIR%%/3.4/pics/coresmall/kcs_rose.png -%%DATADIR%%/3.4/pics/coresmall/kcs_saycolors.png -%%DATADIR%%/3.4/pics/coresmall/kcs_sayicon.png -%%DATADIR%%/3.4/pics/coresmall/kcs_saykvs.png -%%DATADIR%%/3.4/pics/coresmall/kcs_saysmile.png -%%DATADIR%%/3.4/pics/coresmall/kcs_screenshot.png -%%DATADIR%%/3.4/pics/coresmall/kcs_scriptaction.png -%%DATADIR%%/3.4/pics/coresmall/kcs_scriptcenter.png -%%DATADIR%%/3.4/pics/coresmall/kcs_search.png -%%DATADIR%%/3.4/pics/coresmall/kcs_server.png -%%DATADIR%%/3.4/pics/coresmall/kcs_servererror.png -%%DATADIR%%/3.4/pics/coresmall/kcs_serverinfo.png -%%DATADIR%%/3.4/pics/coresmall/kcs_servernotice.png -%%DATADIR%%/3.4/pics/coresmall/kcs_serverping.png -%%DATADIR%%/3.4/pics/coresmall/kcs_servnotice.png -%%DATADIR%%/3.4/pics/coresmall/kcs_sharedfiles.png -%%DATADIR%%/3.4/pics/coresmall/kcs_showdoubleview.png -%%DATADIR%%/3.4/pics/coresmall/kcs_showlistview.png -%%DATADIR%%/3.4/pics/coresmall/kcs_shy.png -%%DATADIR%%/3.4/pics/coresmall/kcs_slurp.png -%%DATADIR%%/3.4/pics/coresmall/kcs_smile.png -%%DATADIR%%/3.4/pics/coresmall/kcs_socketerror.png -%%DATADIR%%/3.4/pics/coresmall/kcs_socketmessage.png -%%DATADIR%%/3.4/pics/coresmall/kcs_socketwarning.png -%%DATADIR%%/3.4/pics/coresmall/kcs_sound.png -%%DATADIR%%/3.4/pics/coresmall/kcs_spam.png -%%DATADIR%%/3.4/pics/coresmall/kcs_split.png -%%DATADIR%%/3.4/pics/coresmall/kcs_spy.png -%%DATADIR%%/3.4/pics/coresmall/kcs_ssl.png -%%DATADIR%%/3.4/pics/coresmall/kcs_stats.png -%%DATADIR%%/3.4/pics/coresmall/kcs_statusbar.png -%%DATADIR%%/3.4/pics/coresmall/kcs_surprised1.png -%%DATADIR%%/3.4/pics/coresmall/kcs_surprised2.png -%%DATADIR%%/3.4/pics/coresmall/kcs_systemerror.png -%%DATADIR%%/3.4/pics/coresmall/kcs_systemmessage.png -%%DATADIR%%/3.4/pics/coresmall/kcs_systemwarning.png -%%DATADIR%%/3.4/pics/coresmall/kcs_tearsmile.png -%%DATADIR%%/3.4/pics/coresmall/kcs_terminal.png -%%DATADIR%%/3.4/pics/coresmall/kcs_textencoding.png -%%DATADIR%%/3.4/pics/coresmall/kcs_textexclamative.png -%%DATADIR%%/3.4/pics/coresmall/kcs_textpoints.png -%%DATADIR%%/3.4/pics/coresmall/kcs_theme.png -%%DATADIR%%/3.4/pics/coresmall/kcs_themeoptions.png -%%DATADIR%%/3.4/pics/coresmall/kcs_tilewindows.png -%%DATADIR%%/3.4/pics/coresmall/kcs_time.png -%%DATADIR%%/3.4/pics/coresmall/kcs_tongue.png -%%DATADIR%%/3.4/pics/coresmall/kcs_tongue2.png -%%DATADIR%%/3.4/pics/coresmall/kcs_toolbar.png -%%DATADIR%%/3.4/pics/coresmall/kcs_topic.png -%%DATADIR%%/3.4/pics/coresmall/kcs_transfer.png -%%DATADIR%%/3.4/pics/coresmall/kcs_transparent.png -%%DATADIR%%/3.4/pics/coresmall/kcs_treetaskbar.png -%%DATADIR%%/3.4/pics/coresmall/kcs_ugly.png -%%DATADIR%%/3.4/pics/coresmall/kcs_unban.png -%%DATADIR%%/3.4/pics/coresmall/kcs_undock.png -%%DATADIR%%/3.4/pics/coresmall/kcs_unhandled.png -%%DATADIR%%/3.4/pics/coresmall/kcs_unlocked.png -%%DATADIR%%/3.4/pics/coresmall/kcs_unlockedoff.png -%%DATADIR%%/3.4/pics/coresmall/kcs_unrecognized.png -%%DATADIR%%/3.4/pics/coresmall/kcs_url.png -%%DATADIR%%/3.4/pics/coresmall/kcs_userlist.png -%%DATADIR%%/3.4/pics/coresmall/kcs_userop.png -%%DATADIR%%/3.4/pics/coresmall/kcs_useropaway.png -%%DATADIR%%/3.4/pics/coresmall/kcs_userwindow.png -%%DATADIR%%/3.4/pics/coresmall/kcs_violetsquare.png -%%DATADIR%%/3.4/pics/coresmall/kcs_voice.png -%%DATADIR%%/3.4/pics/coresmall/kcs_voiceaway.png -%%DATADIR%%/3.4/pics/coresmall/kcs_wallops.png -%%DATADIR%%/3.4/pics/coresmall/kcs_who.png -%%DATADIR%%/3.4/pics/coresmall/kcs_whoischannels.png -%%DATADIR%%/3.4/pics/coresmall/kcs_whoisidle.png -%%DATADIR%%/3.4/pics/coresmall/kcs_whoisother.png -%%DATADIR%%/3.4/pics/coresmall/kcs_whoisserver.png -%%DATADIR%%/3.4/pics/coresmall/kcs_whoisuser.png -%%DATADIR%%/3.4/pics/coresmall/kcs_world.png -%%DATADIR%%/3.4/pics/coresmall/kcs_xy.png -%%DATADIR%%/3.4/pics/coresmall/kcs_yellowsquare.png -%%DATADIR%%/3.4/pics/kvi_actiondrawer.png -%%DATADIR%%/3.4/pics/kvi_activitymeter.png -%%DATADIR%%/3.4/pics/kvi_bigicon_actioneditor.png -%%DATADIR%%/3.4/pics/kvi_bigicon_actions.png -%%DATADIR%%/3.4/pics/kvi_bigicon_addons.png -%%DATADIR%%/3.4/pics/kvi_bigicon_aliaseditor.png -%%DATADIR%%/3.4/pics/kvi_bigicon_cascadewindows.png -%%DATADIR%%/3.4/pics/kvi_bigicon_channellist.png -%%DATADIR%%/3.4/pics/kvi_bigicon_channels.png -%%DATADIR%%/3.4/pics/kvi_bigicon_channelspopup.png -%%DATADIR%%/3.4/pics/kvi_bigicon_codetester.png -%%DATADIR%%/3.4/pics/kvi_bigicon_connected.png -%%DATADIR%%/3.4/pics/kvi_bigicon_connecting.png -%%DATADIR%%/3.4/pics/kvi_bigicon_disconnected.png -%%DATADIR%%/3.4/pics/kvi_bigicon_eventeditor.png -%%DATADIR%%/3.4/pics/kvi_bigicon_folder.png -%%DATADIR%%/3.4/pics/kvi_bigicon_help.png -%%DATADIR%%/3.4/pics/kvi_bigicon_helpback.png -%%DATADIR%%/3.4/pics/kvi_bigicon_helpclose.png -%%DATADIR%%/3.4/pics/kvi_bigicon_helpforward.png -%%DATADIR%%/3.4/pics/kvi_bigicon_helpindex.png -%%DATADIR%%/3.4/pics/kvi_bigicon_helpsearch.png -%%DATADIR%%/3.4/pics/kvi_bigicon_identity.png -%%DATADIR%%/3.4/pics/kvi_bigicon_irccontextdisplay.png -%%DATADIR%%/3.4/pics/kvi_bigicon_keyboard.png -%%DATADIR%%/3.4/pics/kvi_bigicon_kvircwww.png -%%DATADIR%%/3.4/pics/kvi_bigicon_kvs.png -%%DATADIR%%/3.4/pics/kvi_bigicon_mailinglist.png -%%DATADIR%%/3.4/pics/kvi_bigicon_minimizeallwindows.png -%%DATADIR%%/3.4/pics/kvi_bigicon_networklinks.png -%%DATADIR%%/3.4/pics/kvi_bigicon_newirccontext.png -%%DATADIR%%/3.4/pics/kvi_bigicon_nickpopup.png -%%DATADIR%%/3.4/pics/kvi_bigicon_nokeyboard.png -%%DATADIR%%/3.4/pics/kvi_bigicon_open.png -%%DATADIR%%/3.4/pics/kvi_bigicon_pack.png -%%DATADIR%%/3.4/pics/kvi_bigicon_popupeditor.png -%%DATADIR%%/3.4/pics/kvi_bigicon_quit.png -%%DATADIR%%/3.4/pics/kvi_bigicon_raweditor.png -%%DATADIR%%/3.4/pics/kvi_bigicon_regusers.png -%%DATADIR%%/3.4/pics/kvi_bigicon_remove.png -%%DATADIR%%/3.4/pics/kvi_bigicon_save.png -%%DATADIR%%/3.4/pics/kvi_bigicon_screenshot.png -%%DATADIR%%/3.4/pics/kvi_bigicon_separator.png -%%DATADIR%%/3.4/pics/kvi_bigicon_server.png -%%DATADIR%%/3.4/pics/kvi_bigicon_servers.png -%%DATADIR%%/3.4/pics/kvi_bigicon_settings.png -%%DATADIR%%/3.4/pics/kvi_bigicon_socketspy.png -%%DATADIR%%/3.4/pics/kvi_bigicon_theme.png -%%DATADIR%%/3.4/pics/kvi_bigicon_themeoptions.png -%%DATADIR%%/3.4/pics/kvi_bigicon_tilewindows.png -%%DATADIR%%/3.4/pics/kvi_bigicon_toolbareditor.png -%%DATADIR%%/3.4/pics/kvi_bigicon_tools.png -%%DATADIR%%/3.4/pics/kvi_bigicon_trashcan.png -%%DATADIR%%/3.4/pics/kvi_bigicon_unknown.png -%%DATADIR%%/3.4/pics/kvi_bigicon_usermode.png -%%DATADIR%%/3.4/pics/kvi_bigicon_www.png -%%DATADIR%%/3.4/pics/kvi_checkbox_selected.png -%%DATADIR%%/3.4/pics/kvi_checkbox_unselected.png -%%DATADIR%%/3.4/pics/kvi_dccfiletransfericons.png -%%DATADIR%%/3.4/pics/kvi_dialog_addons.png -%%DATADIR%%/3.4/pics/kvi_dock.png -%%DATADIR%%/3.4/pics/kvi_dock_part-0.png -%%DATADIR%%/3.4/pics/kvi_dock_part-1.png -%%DATADIR%%/3.4/pics/kvi_dock_part-2.png -%%DATADIR%%/3.4/pics/kvi_horizontal_left.png -%%DATADIR%%/3.4/pics/kvi_horizontal_right.png -%%DATADIR%%/3.4/pics/kvi_httpicons.png -%%DATADIR%%/3.4/pics/kvi_icon_bot.png -%%DATADIR%%/3.4/pics/kvi_icon_female.png -%%DATADIR%%/3.4/pics/kvi_icon_male.png -%%DATADIR%%/3.4/pics/kvi_icon_refresh.png -%%DATADIR%%/3.4/pics/kvi_mircimport.png -%%DATADIR%%/3.4/pics/kvi_setup_label.png -%%DATADIR%%/3.4/pics/kvi_setup_theme_hires.png -%%DATADIR%%/3.4/pics/kvi_setup_theme_lowres.png -%%DATADIR%%/3.4/pics/kvi_splash.png -%%DATADIR%%/3.4/pics/kvi_splash_overlay.png -%%DATADIR%%/3.4/pics/kvi_tip.png -%%DATADIR%%/3.4/pics/kvi_toolbutton_menuindicator.png -%%DATADIR%%/3.4/pics/kvi_userchanstate.png -%%DATADIR%%/3.4/pics/notifier_background.png -%%DATADIR%%/3.4/pics/notifier_close.png -%%DATADIR%%/3.4/pics/notifier_down.png -%%DATADIR%%/3.4/pics/notifier_icon_body_next_clicked.png -%%DATADIR%%/3.4/pics/notifier_icon_body_next_off.png -%%DATADIR%%/3.4/pics/notifier_icon_body_next_on.png -%%DATADIR%%/3.4/pics/notifier_icon_body_prev_clicked.png -%%DATADIR%%/3.4/pics/notifier_icon_body_prev_off.png -%%DATADIR%%/3.4/pics/notifier_icon_body_prev_on.png -%%DATADIR%%/3.4/pics/notifier_icon_body_write_clicked.png -%%DATADIR%%/3.4/pics/notifier_icon_body_write_off.png -%%DATADIR%%/3.4/pics/notifier_icon_body_write_on.png -%%DATADIR%%/3.4/pics/notifier_icon_close_clicked.png -%%DATADIR%%/3.4/pics/notifier_icon_close_clicked_hl.png -%%DATADIR%%/3.4/pics/notifier_icon_close_out.png -%%DATADIR%%/3.4/pics/notifier_icon_close_out_hl.png -%%DATADIR%%/3.4/pics/notifier_icon_close_over.png -%%DATADIR%%/3.4/pics/notifier_icon_close_over_hl.png -%%DATADIR%%/3.4/pics/notifier_icon_tab_close_clicked.png -%%DATADIR%%/3.4/pics/notifier_icon_tab_close_off.png -%%DATADIR%%/3.4/pics/notifier_icon_tab_close_on.png -%%DATADIR%%/3.4/pics/notifier_icon_tab_next_clicked.png -%%DATADIR%%/3.4/pics/notifier_icon_tab_next_out.png -%%DATADIR%%/3.4/pics/notifier_icon_tab_next_over.png -%%DATADIR%%/3.4/pics/notifier_icon_tab_prev_clicked.png -%%DATADIR%%/3.4/pics/notifier_icon_tab_prev_out.png -%%DATADIR%%/3.4/pics/notifier_icon_tab_prev_over.png -%%DATADIR%%/3.4/pics/notifier_left.png -%%DATADIR%%/3.4/pics/notifier_pen.png -%%DATADIR%%/3.4/pics/notifier_pix_body_dwn.png -%%DATADIR%%/3.4/pics/notifier_pix_body_dwndx.png -%%DATADIR%%/3.4/pics/notifier_pix_body_dwnsx.png -%%DATADIR%%/3.4/pics/notifier_pix_body_dx.png -%%DATADIR%%/3.4/pics/notifier_pix_body_kvirc.png -%%DATADIR%%/3.4/pics/notifier_pix_body_kvirc_dwn.png -%%DATADIR%%/3.4/pics/notifier_pix_body_kvirc_sx.png -%%DATADIR%%/3.4/pics/notifier_pix_body_sx.png -%%DATADIR%%/3.4/pics/notifier_pix_caption_bkg.png -%%DATADIR%%/3.4/pics/notifier_pix_caption_bkg_hl.png -%%DATADIR%%/3.4/pics/notifier_pix_caption_dx.png -%%DATADIR%%/3.4/pics/notifier_pix_caption_dx_hl.png -%%DATADIR%%/3.4/pics/notifier_pix_caption_sx.png -%%DATADIR%%/3.4/pics/notifier_pix_caption_sx_hl.png -%%DATADIR%%/3.4/pics/notifier_pix_tab_bkg.png -%%DATADIR%%/3.4/pics/notifier_pix_tab_dx.png -%%DATADIR%%/3.4/pics/notifier_pix_tab_focused_bkg.png -%%DATADIR%%/3.4/pics/notifier_pix_tab_focused_dx.png -%%DATADIR%%/3.4/pics/notifier_pix_tab_focused_sx.png -%%DATADIR%%/3.4/pics/notifier_pix_tab_sx.png -%%DATADIR%%/3.4/pics/notifier_pix_tab_unfocused_bkg.png -%%DATADIR%%/3.4/pics/notifier_pix_tab_unfocused_dx.png -%%DATADIR%%/3.4/pics/notifier_pix_tab_unfocused_sx.png -%%DATADIR%%/3.4/pics/notifier_pix_wnd_dwn.png -%%DATADIR%%/3.4/pics/notifier_pix_wnd_dwn_hl.png -%%DATADIR%%/3.4/pics/notifier_pix_wnd_dwndx.png -%%DATADIR%%/3.4/pics/notifier_pix_wnd_dwndx_hl.png -%%DATADIR%%/3.4/pics/notifier_pix_wnd_dwnsx.png -%%DATADIR%%/3.4/pics/notifier_pix_wnd_dwnsx_hl.png -%%DATADIR%%/3.4/pics/notifier_pix_wnd_dx.png -%%DATADIR%%/3.4/pics/notifier_pix_wnd_dx_hl.png -%%DATADIR%%/3.4/pics/notifier_pix_wnd_sx.png -%%DATADIR%%/3.4/pics/notifier_pix_wnd_sx_hl.png -%%DATADIR%%/3.4/pics/notifier_right.png -%%DATADIR%%/3.4/pics/notifier_up.png -%%DATADIR%%/3.4/themes/YellowIRC-1.0.0/themeinfo.kvc -%%DATADIR%%/3.4/themes/YellowIRC-1.0.0/themedata.kvc -%%DATADIR%%/3.4/themes/YellowIRC-1.0.0/pixmapGlobalTransparencyBackground.png -%%DATADIR%%/3.4/themes/YellowIRC-1.0.0/pixmapInputBackground.png -share/mimelnk/text/x-kva.desktop -share/mimelnk/text/x-kvc.desktop -share/mimelnk/text/x-kvs.desktop -share/mimelnk/text/x-kvt.desktop -share/services/kvirc.protocol -share/services/kvirc6.protocol -@dirrm share/services -@dirrm share/mimelnk/text -@dirrm share/mimelnk -@dirrm %%DATADIR%%/3.4/themes/YellowIRC-1.0.0 -@dirrm %%DATADIR%%/3.4/themes -@dirrm %%DATADIR%%/3.4/pics/coresmall -@dirrm %%DATADIR%%/3.4/pics -@dirrm %%DATADIR%%/3.4/msgcolors -@dirrm %%DATADIR%%/3.4/modules/caps/tool -@dirrm %%DATADIR%%/3.4/modules/caps/serverimport -@dirrm %%DATADIR%%/3.4/modules/caps/crypt -@dirrm %%DATADIR%%/3.4/modules/caps/action -@dirrm %%DATADIR%%/3.4/modules/caps -@dirrm %%DATADIR%%/3.4/modules -@dirrm %%DATADIR%%/3.4/locale -@dirrm %%DATADIR%%/3.4/license -@dirrm %%DATADIR%%/3.4/help/en -@dirrm %%DATADIR%%/3.4/help -@dirrm %%DATADIR%%/3.4/defscript -@dirrm %%DATADIR%%/3.4/config/modules -@dirrm %%DATADIR%%/3.4/config -@dirrm %%DATADIR%%/3.4 +share/icons/hicolor/scalable/mimetypes/application-x-kva.svgz +share/icons/hicolor/scalable/mimetypes/application-x-kvt.svgz +share/icons/hicolor/scalable/mimetypes/text-x-kvc.svgz +share/icons/hicolor/scalable/mimetypes/text-x-kvs.svgz +%%DATADIR%%/%%VER%%/audio/jingle.wav +%%DATADIR%%/%%VER%%/config/modules/libkvitip.kvc +%%DATADIR%%/%%VER%%/config/modules/libkvitip_cs.kvc +%%DATADIR%%/%%VER%%/config/modules/libkvitip_de.kvc +%%DATADIR%%/%%VER%%/config/modules/libkvitip_it.kvc +%%DATADIR%%/%%VER%%/config/modules/libkvitip_pt.kvc +%%DATADIR%%/%%VER%%/config/modules/libkvitip_ru.kvc +%%DATADIR%%/%%VER%%/config/serverdb.kvc +%%DATADIR%%/%%VER%%/config/texticons.kvc +%%DATADIR%%/%%VER%%/defscript/aliases.kvs +%%DATADIR%%/%%VER%%/defscript/classes.kvs +%%DATADIR%%/%%VER%%/defscript/default.kvs +%%DATADIR%%/%%VER%%/defscript/events.kvs +%%DATADIR%%/%%VER%%/defscript/popups.kvs +%%DATADIR%%/%%VER%%/defscript/toolbars.kvs +%%DATADIR%%/%%VER%%/doc/FAQ +%%DATADIR%%/%%VER%%/doc/INSTALL +%%DATADIR%%/%%VER%%/doc/INSTALL-MacOS.txt +%%DATADIR%%/%%VER%%/doc/INSTALL-Win32.txt +%%DATADIR%%/%%VER%%/doc/README +%%DATADIR%%/%%VER%%/doc/addon.howto.txt +%%DATADIR%%/%%VER%%/doc/firefox.hack.txt +%%DATADIR%%/%%VER%%/doc/hackers.guide.txt +%%DATADIR%%/%%VER%%/doc/scripting.faq.txt +%%DATADIR%%/%%VER%%/doc/themes.howto.txt +%%DATADIR%%/%%VER%%/doc/translations.howto.txt +%%DATADIR%%/%%VER%%/doc/ui-style.tips.txt +%%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_buttongroup.html +%%DATADIR%%/%%VER%%/help/en/class_checkbox.html +%%DATADIR%%/%%VER%%/help/en/class_combobox.html +%%DATADIR%%/%%VER%%/help/en/class_datetimeedit.html +%%DATADIR%%/%%VER%%/help/en/class_dialog.html +%%DATADIR%%/%%VER%%/help/en/class_dockwindow.html +%%DATADIR%%/%%VER%%/help/en/class_file.html +%%DATADIR%%/%%VER%%/help/en/class_ftp.html +%%DATADIR%%/%%VER%%/help/en/class_groupbox.html +%%DATADIR%%/%%VER%%/help/en/class_hbox.html +%%DATADIR%%/%%VER%%/help/en/class_http.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_listview.html +%%DATADIR%%/%%VER%%/help/en/class_listviewitem.html +%%DATADIR%%/%%VER%%/help/en/class_mainwindow.html +%%DATADIR%%/%%VER%%/help/en/class_memorybuffer.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_painter.html +%%DATADIR%%/%%VER%%/help/en/class_pixmap.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_sql.html +%%DATADIR%%/%%VER%%/help/en/class_tablewidget.html +%%DATADIR%%/%%VER%%/help/en/class_tabwidget.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_widget.html +%%DATADIR%%/%%VER%%/help/en/class_window.html +%%DATADIR%%/%%VER%%/help/en/class_wizard.html +%%DATADIR%%/%%VER%%/help/en/class_workspace.html +%%DATADIR%%/%%VER%%/help/en/class_wrapper.html +%%DATADIR%%/%%VER%%/help/en/class_xmlreader.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_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.install.html +%%DATADIR%%/%%VER%%/help/en/cmd_addon.installfiles.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_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_cap.html +%%DATADIR%%/%%VER%%/help/en/cmd_chanadmin.html +%%DATADIR%%/%%VER%%/help/en/cmd_channelsjoin.open.html +%%DATADIR%%/%%VER%%/help/en/cmd_chanowner.html +%%DATADIR%%/%%VER%%/help/en/cmd_class.html +%%DATADIR%%/%%VER%%/help/en/cmd_classeditor.open.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_continue.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.setbandwidthlimit.html +%%DATADIR%%/%%VER%%/help/en/cmd_dcc.voice.html +%%DATADIR%%/%%VER%%/help/en/cmd_debug.html +%%DATADIR%%/%%VER%%/help/en/cmd_dechanadmin.html +%%DATADIR%%/%%VER%%/help/en/cmd_dechanowner.html +%%DATADIR%%/%%VER%%/help/en/cmd_defpopup.html +%%DATADIR%%/%%VER%%/help/en/cmd_dehalfop.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_deuserop.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_die.html +%%DATADIR%%/%%VER%%/help/en/cmd_do.html +%%DATADIR%%/%%VER%%/help/en/cmd_echo.html +%%DATADIR%%/%%VER%%/help/en/cmd_echoprivmsg.html +%%DATADIR%%/%%VER%%/help/en/cmd_error.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_exit.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_file.writelines.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_function.html +%%DATADIR%%/%%VER%%/help/en/cmd_global.html +%%DATADIR%%/%%VER%%/help/en/cmd_halfop.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_host.html +%%DATADIR%%/%%VER%%/help/en/cmd_http.asyncget.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_include.html +%%DATADIR%%/%%VER%%/help/en/cmd_info.html +%%DATADIR%%/%%VER%%/help/en/cmd_inject.html +%%DATADIR%%/%%VER%%/help/en/cmd_invite.html +%%DATADIR%%/%%VER%%/help/en/cmd_iograph.open.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.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_listtimers.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_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_mode.html +%%DATADIR%%/%%VER%%/help/en/cmd_motd.html +%%DATADIR%%/%%VER%%/help/en/cmd_msg.html +%%DATADIR%%/%%VER%%/help/en/cmd_my.startidletimer.html +%%DATADIR%%/%%VER%%/help/en/cmd_my.stopidletimer.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_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.name.html +%%DATADIR%%/%%VER%%/help/en/cmd_objects.variables.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_proxydb.addproxy.html +%%DATADIR%%/%%VER%%/help/en/cmd_proxydb.sethostname.html +%%DATADIR%%/%%VER%%/help/en/cmd_proxydb.setip.html +%%DATADIR%%/%%VER%%/help/en/cmd_proxydb.setipv6.html +%%DATADIR%%/%%VER%%/help/en/cmd_proxydb.setpass.html +%%DATADIR%%/%%VER%%/help/en/cmd_proxydb.setport.html +%%DATADIR%%/%%VER%%/help/en/cmd_proxydb.setprotocol.html +%%DATADIR%%/%%VER%%/help/en/cmd_proxydb.setuser.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_regchan.showlist.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.setignoreenabled.html +%%DATADIR%%/%%VER%%/help/en/cmd_reguser.setignoreflags.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_serverdb.addnetwork.html +%%DATADIR%%/%%VER%%/help/en/cmd_serverdb.addserver.html +%%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setnetworkconnectcommand.html +%%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setnetworkdescription.html +%%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setnetworkencoding.html +%%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setnetworklogincommand.html +%%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setnetworknickname.html +%%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setnetworkrealname.html +%%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setnetworktextencoding.html +%%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setnetworkusername.html +%%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setserverconnectcommand.html +%%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setserverdescription.html +%%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setserverencoding.html +%%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setserverlogincommand.html +%%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setservernickname.html +%%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setserverrealname.html +%%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setservertextencoding.html +%%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setserverusername.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.mute.html +%%DATADIR%%/%%VER%%/help/en/cmd_snd.play.html +%%DATADIR%%/%%VER%%/help/en/cmd_snd.unmute.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.runcmd.html +%%DATADIR%%/%%VER%%/help/en/cmd_system.setclipboard.html +%%DATADIR%%/%%VER%%/help/en/cmd_system.setenv.html +%%DATADIR%%/%%VER%%/help/en/cmd_system.setselection.html +%%DATADIR%%/%%VER%%/help/en/cmd_system.toclipboard.html +%%DATADIR%%/%%VER%%/help/en/cmd_term.open.html +%%DATADIR%%/%%VER%%/help/en/cmd_texticons.set.html +%%DATADIR%%/%%VER%%/help/en/cmd_theme.apply.html +%%DATADIR%%/%%VER%%/help/en/cmd_theme.dialog.html +%%DATADIR%%/%%VER%%/help/en/cmd_theme.install.html +%%DATADIR%%/%%VER%%/help/en/cmd_theme.screenshot.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.addchannel.html +%%DATADIR%%/%%VER%%/help/en/cmd_tmphighlight.addnick.html +%%DATADIR%%/%%VER%%/help/en/cmd_tmphighlight.removechannel.html +%%DATADIR%%/%%VER%%/help/en/cmd_tmphighlight.removenick.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.remove.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_torrent.announce.html +%%DATADIR%%/%%VER%%/help/en/cmd_torrent.setclient.html +%%DATADIR%%/%%VER%%/help/en/cmd_torrent.setfilepriority.html +%%DATADIR%%/%%VER%%/help/en/cmd_torrent.setmaxdownloadspeed.html +%%DATADIR%%/%%VER%%/help/en/cmd_torrent.setmaxuploadspeed.html +%%DATADIR%%/%%VER%%/help/en/cmd_torrent.start.html +%%DATADIR%%/%%VER%%/help/en/cmd_torrent.startall.html +%%DATADIR%%/%%VER%%/help/en/cmd_torrent.stop.html +%%DATADIR%%/%%VER%%/help/en/cmd_torrent.stopall.html +%%DATADIR%%/%%VER%%/help/en/cmd_trace.html +%%DATADIR%%/%%VER%%/help/en/cmd_trayicon.hide.html +%%DATADIR%%/%%VER%%/help/en/cmd_trayicon.hidewindow.html +%%DATADIR%%/%%VER%%/help/en/cmd_trayicon.show.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_unset.html +%%DATADIR%%/%%VER%%/help/en/cmd_upnp.addportmapping.html +%%DATADIR%%/%%VER%%/help/en/cmd_upnp.delportmapping.html +%%DATADIR%%/%%VER%%/help/en/cmd_upnp.refresh.html +%%DATADIR%%/%%VER%%/help/en/cmd_url.config.html +%%DATADIR%%/%%VER%%/help/en/cmd_url.list.html +%%DATADIR%%/%%VER%%/help/en/cmd_userop.html +%%DATADIR%%/%%VER%%/help/en/cmd_version.html +%%DATADIR%%/%%VER%%/help/en/cmd_voice.html +%%DATADIR%%/%%VER%%/help/en/cmd_warning.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.clearoutput.html +%%DATADIR%%/%%VER%%/help/en/cmd_window.close.html +%%DATADIR%%/%%VER%%/help/en/cmd_window.demandattention.html +%%DATADIR%%/%%VER%%/help/en/cmd_window.dock.html +%%DATADIR%%/%%VER%%/help/en/cmd_window.highlight.html +%%DATADIR%%/%%VER%%/help/en/cmd_window.insertininputtext.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.setbackground.html +%%DATADIR%%/%%VER%%/help/en/cmd_window.setcryptengine.html +%%DATADIR%%/%%VER%%/help/en/cmd_window.setinputtext.html +%%DATADIR%%/%%VER%%/help/en/cmd_window.setwindowtitle.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_arrayconcatenation.html +%%DATADIR%%/%%VER%%/help/en/doc_assignment.html +%%DATADIR%%/%%VER%%/help/en/doc_binding.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_commandline.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_easyplugins.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_expressioneval.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_incrementdecrement.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_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_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_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_selfarithmetic.html +%%DATADIR%%/%%VER%%/help/en/doc_selfbitwise.html +%%DATADIR%%/%%VER%%/help/en/doc_shared_files.html +%%DATADIR%%/%%VER%%/help/en/doc_stringconcatenation.html +%%DATADIR%%/%%VER%%/help/en/doc_syntactic_rules.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.html +%%DATADIR%%/%%VER%%/help/en/doc_window_naming_conventions.html +%%DATADIR%%/%%VER%%/help/en/documentation.%%VER%%.0.4541.tag +%%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_onchannellinkclick.html +%%DATADIR%%/%%VER%%/help/en/event_onchannellinkpopuprequest.html +%%DATADIR%%/%%VER%%/help/en/event_onchannelmessage.html +%%DATADIR%%/%%VER%%/help/en/event_onchannelmodechange.html +%%DATADIR%%/%%VER%%/help/en/event_onchannelnickdefaultactionrequest.html +%%DATADIR%%/%%VER%%/help/en/event_onchannelnicklinkclick.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_onconsolenicklinkclick.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_ondccchatwindowcreated.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_ondccsessiondestroyed.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_ondeircop.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_onhostlinkclick.html +%%DATADIR%%/%%VER%%/help/en/event_onhostlinkpopuprequest.html +%%DATADIR%%/%%VER%%/help/en/event_onhttpgetterminated.html +%%DATADIR%%/%%VER%%/help/en/event_onignoredmessage.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_onircop.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_onmeaction.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_onmedeircop.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_onmeircop.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_onnickservauth.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_onoutboundtraffic.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_onqueryfiledropped.html +%%DATADIR%%/%%VER%%/help/en/event_onquerymessage.html +%%DATADIR%%/%%VER%%/help/en/event_onquerynickdefaultactionrequest.html +%%DATADIR%%/%%VER%%/help/en/event_onquerynicklinkclick.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_onserverlinkclick.html +%%DATADIR%%/%%VER%%/help/en/event_onserverlinkpopuprequest.html +%%DATADIR%%/%%VER%%/help/en/event_onservernotice.html +%%DATADIR%%/%%VER%%/help/en/event_ontextinput.html +%%DATADIR%%/%%VER%%/help/en/event_ontextviewdoublecliked.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_onurllinkclick.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_$window.inputtext.html +%%DATADIR%%/%%VER%%/help/en/fnc_action.exists.html +%%DATADIR%%/%%VER%%/help/en/fnc_action.isenabled.html +%%DATADIR%%/%%VER%%/help/en/fnc_active.html +%%DATADIR%%/%%VER%%/help/en/fnc_addon.exists.html +%%DATADIR%%/%%VER%%/help/en/fnc_addon.version.html +%%DATADIR%%/%%VER%%/help/en/fnc_array.html +%%DATADIR%%/%%VER%%/help/en/fnc_ascii.html +%%DATADIR%%/%%VER%%/help/en/fnc_asciitobase64.html +%%DATADIR%%/%%VER%%/help/en/fnc_asciitohex.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_base64toascii.html +%%DATADIR%%/%%VER%%/help/en/fnc_bool.html +%%DATADIR%%/%%VER%%/help/en/fnc_boolean.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.common.html +%%DATADIR%%/%%VER%%/help/en/fnc_chan.getflag.html +%%DATADIR%%/%%VER%%/help/en/fnc_chan.geturl.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.isdead.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.matchqban.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_context.list.html +%%DATADIR%%/%%VER%%/help/en/fnc_context.networkname.html +%%DATADIR%%/%%VER%%/help/en/fnc_context.serverhostname.html +%%DATADIR%%/%%VER%%/help/en/fnc_context.serveripaddress.html +%%DATADIR%%/%%VER%%/help/en/fnc_context.serverisipv6.html +%%DATADIR%%/%%VER%%/help/en/fnc_context.serverisssl.html +%%DATADIR%%/%%VER%%/help/en/fnc_context.serverpassword.html +%%DATADIR%%/%%VER%%/help/en/fnc_context.serverport.html +%%DATADIR%%/%%VER%%/help/en/fnc_context.serversoftware.html +%%DATADIR%%/%%VER%%/help/en/fnc_context.state.html +%%DATADIR%%/%%VER%%/help/en/fnc_countstatusbaritems.html +%%DATADIR%%/%%VER%%/help/en/fnc_cr.html +%%DATADIR%%/%%VER%%/help/en/fnc_date.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.protocol.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.session.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_features.html +%%DATADIR%%/%%VER%%/help/en/fnc_file.allsizes.html +%%DATADIR%%/%%VER%%/help/en/fnc_file.cwd.html +%%DATADIR%%/%%VER%%/help/en/fnc_file.digest.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.readlines.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_firstconnectedconsole.html +%%DATADIR%%/%%VER%%/help/en/fnc_flatten.html +%%DATADIR%%/%%VER%%/help/en/fnc_fmtlink.html +%%DATADIR%%/%%VER%%/help/en/fnc_globals.html +%%DATADIR%%/%%VER%%/help/en/fnc_hash.html +%%DATADIR%%/%%VER%%/help/en/fnc_hextoascii.html +%%DATADIR%%/%%VER%%/help/en/fnc_hostname.html +%%DATADIR%%/%%VER%%/help/en/fnc_hptimestamp.html +%%DATADIR%%/%%VER%%/help/en/fnc_icon.html +%%DATADIR%%/%%VER%%/help/en/fnc_iconname.html +%%DATADIR%%/%%VER%%/help/en/fnc_int.html +%%DATADIR%%/%%VER%%/help/en/fnc_integer.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_istimer.html +%%DATADIR%%/%%VER%%/help/en/fnc_iswellknown.html +%%DATADIR%%/%%VER%%/help/en/fnc_k.html +%%DATADIR%%/%%VER%%/help/en/fnc_keys.html +%%DATADIR%%/%%VER%%/help/en/fnc_lag.html +%%DATADIR%%/%%VER%%/help/en/fnc_lang.html +%%DATADIR%%/%%VER%%/help/en/fnc_language.detect.html +%%DATADIR%%/%%VER%%/help/en/fnc_length.html +%%DATADIR%%/%%VER%%/help/en/fnc_lf.html +%%DATADIR%%/%%VER%%/help/en/fnc_link.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_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_me.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_msgtype.html +%%DATADIR%%/%%VER%%/help/en/fnc_my.globalidle.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.serverisipv6.html +%%DATADIR%%/%%VER%%/help/en/fnc_my.serverisssl.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_nothing.html +%%DATADIR%%/%%VER%%/help/en/fnc_notifier.isenabled.html +%%DATADIR%%/%%VER%%/help/en/fnc_null.html +%%DATADIR%%/%%VER%%/help/en/fnc_o.html +%%DATADIR%%/%%VER%%/help/en/fnc_objects.classallhandlers.html +%%DATADIR%%/%%VER%%/help/en/fnc_objects.dump.html +%%DATADIR%%/%%VER%%/help/en/fnc_option.html +%%DATADIR%%/%%VER%%/help/en/fnc_options.isdialog.html +%%DATADIR%%/%%VER%%/help/en/fnc_perl.isavailable.html +%%DATADIR%%/%%VER%%/help/en/fnc_proxydb.hostname.html +%%DATADIR%%/%%VER%%/help/en/fnc_proxydb.ip.html +%%DATADIR%%/%%VER%%/help/en/fnc_proxydb.isipv6.html +%%DATADIR%%/%%VER%%/help/en/fnc_proxydb.password.html +%%DATADIR%%/%%VER%%/help/en/fnc_proxydb.port.html +%%DATADIR%%/%%VER%%/help/en/fnc_proxydb.protocol.html +%%DATADIR%%/%%VER%%/help/en/fnc_proxydb.username.html +%%DATADIR%%/%%VER%%/help/en/fnc_python.isavailable.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_real.html +%%DATADIR%%/%%VER%%/help/en/fnc_realname.html +%%DATADIR%%/%%VER%%/help/en/fnc_receivedbytes.html +%%DATADIR%%/%%VER%%/help/en/fnc_regchan.find.html +%%DATADIR%%/%%VER%%/help/en/fnc_regchan.list.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.getignoreflags.html +%%DATADIR%%/%%VER%%/help/en/fnc_reguser.isignoreenabled.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_rsort.html +%%DATADIR%%/%%VER%%/help/en/fnc_selected.html +%%DATADIR%%/%%VER%%/help/en/fnc_sentbytes.html +%%DATADIR%%/%%VER%%/help/en/fnc_serialize.html +%%DATADIR%%/%%VER%%/help/en/fnc_server.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.cacheip.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.isautoconnect.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.isipv6.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.isssl.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.networkconnectcommand.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.networkdescription.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.networkencoding.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.networkexists.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.networklogincommand.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.networkname.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.networknickname.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.networkrealname.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.networktextencoding.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.networkusername.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.serverconnectcommand.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.serverdescription.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.serverencoding.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.serverexists.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.serverid.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.serverip.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.serverlogincommand.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.servernickname.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.serverpassword.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.serverport.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.serverrealname.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.servertextencoding.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.serverusername.html +%%DATADIR%%/%%VER%%/help/en/fnc_snd.ismuted.html +%%DATADIR%%/%%VER%%/help/en/fnc_sort.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.append.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.charsum.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.chop.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.cmp.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.contains.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.digest.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.equal.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.find.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.findfirst.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.findlast.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.fromclipboard.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.grep.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.join.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.length.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.localelowcase.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.localeupcase.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.lowcase.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.match.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.mid.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.prepend.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.printf.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.replace.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.section.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.split.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.strip.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.stripcolors.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.urlencode.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.word.html +%%DATADIR%%/%%VER%%/help/en/fnc_string.html +%%DATADIR%%/%%VER%%/help/en/fnc_sw.html +%%DATADIR%%/%%VER%%/help/en/fnc_system.call.html +%%DATADIR%%/%%VER%%/help/en/fnc_system.checkmodule.html +%%DATADIR%%/%%VER%%/help/en/fnc_system.clipboard.html +%%DATADIR%%/%%VER%%/help/en/fnc_system.dbus.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_system.selection.html +%%DATADIR%%/%%VER%%/help/en/fnc_target.html +%%DATADIR%%/%%VER%%/help/en/fnc_texticons.get.html +%%DATADIR%%/%%VER%%/help/en/fnc_theme.info.html +%%DATADIR%%/%%VER%%/help/en/fnc_theme.list.html +%%DATADIR%%/%%VER%%/help/en/fnc_this.html +%%DATADIR%%/%%VER%%/help/en/fnc_tmphighlight.ischannelhighlighted.html +%%DATADIR%%/%%VER%%/help/en/fnc_tmphighlight.isnickhighlighted.html +%%DATADIR%%/%%VER%%/help/en/fnc_toolbar.exists.html +%%DATADIR%%/%%VER%%/help/en/fnc_toolbar.isvisible.html +%%DATADIR%%/%%VER%%/help/en/fnc_toolbar.items.html +%%DATADIR%%/%%VER%%/help/en/fnc_toolbar.list.html +%%DATADIR%%/%%VER%%/help/en/fnc_torrent.client.html +%%DATADIR%%/%%VER%%/help/en/fnc_torrent.clientlist.html +%%DATADIR%%/%%VER%%/help/en/fnc_torrent.count.html +%%DATADIR%%/%%VER%%/help/en/fnc_torrent.filecount.html +%%DATADIR%%/%%VER%%/help/en/fnc_torrent.filename.html +%%DATADIR%%/%%VER%%/help/en/fnc_torrent.filepriority.html +%%DATADIR%%/%%VER%%/help/en/fnc_torrent.list.html +%%DATADIR%%/%%VER%%/help/en/fnc_torrent.maxdownloadspeed.html +%%DATADIR%%/%%VER%%/help/en/fnc_torrent.maxuploadspeed.html +%%DATADIR%%/%%VER%%/help/en/fnc_torrent.name.html +%%DATADIR%%/%%VER%%/help/en/fnc_torrent.speeddown.html +%%DATADIR%%/%%VER%%/help/en/fnc_torrent.speedup.html +%%DATADIR%%/%%VER%%/help/en/fnc_torrent.state.html +%%DATADIR%%/%%VER%%/help/en/fnc_torrent.trafficdown.html +%%DATADIR%%/%%VER%%/help/en/fnc_torrent.trafficup.html +%%DATADIR%%/%%VER%%/help/en/fnc_tr.html +%%DATADIR%%/%%VER%%/help/en/fnc_trayicon.isvisible.html +%%DATADIR%%/%%VER%%/help/en/fnc_true.html +%%DATADIR%%/%%VER%%/help/en/fnc_typeof.html +%%DATADIR%%/%%VER%%/help/en/fnc_u.html +%%DATADIR%%/%%VER%%/help/en/fnc_uflags.html +%%DATADIR%%/%%VER%%/help/en/fnc_unicode.html +%%DATADIR%%/%%VER%%/help/en/fnc_unixtime.html +%%DATADIR%%/%%VER%%/help/en/fnc_unserialize.html +%%DATADIR%%/%%VER%%/help/en/fnc_upnp.getexternalipaddress.html +%%DATADIR%%/%%VER%%/help/en/fnc_upnp.isgatewayavailable.html +%%DATADIR%%/%%VER%%/help/en/fnc_username.html +%%DATADIR%%/%%VER%%/help/en/fnc_version.html +%%DATADIR%%/%%VER%%/help/en/fnc_window.activitylevel.html +%%DATADIR%%/%%VER%%/help/en/fnc_window.activitytemperature.html +%%DATADIR%%/%%VER%%/help/en/fnc_window.caption.html +%%DATADIR%%/%%VER%%/help/en/fnc_window.console.html +%%DATADIR%%/%%VER%%/help/en/fnc_window.context.html +%%DATADIR%%/%%VER%%/help/en/fnc_window.exists.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.highlightlevel.html +%%DATADIR%%/%%VER%%/help/en/fnc_window.ismaximized.html +%%DATADIR%%/%%VER%%/help/en/fnc_window.isminimized.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_mediaplayer.html +%%DATADIR%%/%%VER%%/help/en/module_reguser.html +%%DATADIR%%/%%VER%%/help/en/module_rijndael.html +%%DATADIR%%/%%VER%%/help/en/module_rot13.html +%%DATADIR%%/%%VER%%/help/en/module_url.html +%%DATADIR%%/%%VER%%/help/en/nohelpavailable.html +%%DATADIR%%/%%VER%%/help/en/widget_ctcpfloodprotectionoptions.html +%%DATADIR%%/%%VER%%/license/COPYING +%%DATADIR%%/%%VER%%/license/LICENSE-GPLV2 +%%DATADIR%%/%%VER%%/license/LICENSE-GPLV3 +%%DATADIR%%/%%VER%%/license/LICENSE-OPENSSL +%%DATADIR%%/%%VER%%/locale/about_bg.mo +%%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_fi.mo +%%DATADIR%%/%%VER%%/locale/about_fr.mo +%%DATADIR%%/%%VER%%/locale/about_hr.mo +%%DATADIR%%/%%VER%%/locale/about_hu.mo +%%DATADIR%%/%%VER%%/locale/about_it.mo +%%DATADIR%%/%%VER%%/locale/about_nl.mo +%%DATADIR%%/%%VER%%/locale/about_pl.mo +%%DATADIR%%/%%VER%%/locale/about_pt.mo +%%DATADIR%%/%%VER%%/locale/about_pt_BR.mo +%%DATADIR%%/%%VER%%/locale/about_ru.mo +%%DATADIR%%/%%VER%%/locale/about_sr.mo +%%DATADIR%%/%%VER%%/locale/about_uk.mo +%%DATADIR%%/%%VER%%/locale/addon_de.mo +%%DATADIR%%/%%VER%%/locale/addon_es.mo +%%DATADIR%%/%%VER%%/locale/addon_it.mo +%%DATADIR%%/%%VER%%/locale/addon_pl.mo +%%DATADIR%%/%%VER%%/locale/addon_pt.mo +%%DATADIR%%/%%VER%%/locale/addon_ru.mo +%%DATADIR%%/%%VER%%/locale/dcc_bg.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_fi.mo +%%DATADIR%%/%%VER%%/locale/dcc_fr.mo +%%DATADIR%%/%%VER%%/locale/dcc_hr.mo +%%DATADIR%%/%%VER%%/locale/dcc_hu.mo +%%DATADIR%%/%%VER%%/locale/dcc_it.mo +%%DATADIR%%/%%VER%%/locale/dcc_nl.mo +%%DATADIR%%/%%VER%%/locale/dcc_pl.mo +%%DATADIR%%/%%VER%%/locale/dcc_pt.mo +%%DATADIR%%/%%VER%%/locale/dcc_pt_BR.mo +%%DATADIR%%/%%VER%%/locale/dcc_ru.mo +%%DATADIR%%/%%VER%%/locale/dcc_sr.mo +%%DATADIR%%/%%VER%%/locale/dcc_uk.mo +%%DATADIR%%/%%VER%%/locale/defscript_de.mo +%%DATADIR%%/%%VER%%/locale/defscript_es.mo +%%DATADIR%%/%%VER%%/locale/defscript_it.mo +%%DATADIR%%/%%VER%%/locale/defscript_pl.mo +%%DATADIR%%/%%VER%%/locale/defscript_pt.mo +%%DATADIR%%/%%VER%%/locale/editor_bg.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_fi.mo +%%DATADIR%%/%%VER%%/locale/editor_fr.mo +%%DATADIR%%/%%VER%%/locale/editor_hr.mo +%%DATADIR%%/%%VER%%/locale/editor_hu.mo +%%DATADIR%%/%%VER%%/locale/editor_it.mo +%%DATADIR%%/%%VER%%/locale/editor_nl.mo +%%DATADIR%%/%%VER%%/locale/editor_pl.mo +%%DATADIR%%/%%VER%%/locale/editor_pt.mo +%%DATADIR%%/%%VER%%/locale/editor_pt_BR.mo +%%DATADIR%%/%%VER%%/locale/editor_ru.mo +%%DATADIR%%/%%VER%%/locale/editor_sr.mo +%%DATADIR%%/%%VER%%/locale/editor_uk.mo +%%DATADIR%%/%%VER%%/locale/filetransferwindow_bg.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_fi.mo +%%DATADIR%%/%%VER%%/locale/filetransferwindow_fr.mo +%%DATADIR%%/%%VER%%/locale/filetransferwindow_hr.mo +%%DATADIR%%/%%VER%%/locale/filetransferwindow_hu.mo +%%DATADIR%%/%%VER%%/locale/filetransferwindow_it.mo +%%DATADIR%%/%%VER%%/locale/filetransferwindow_nl.mo +%%DATADIR%%/%%VER%%/locale/filetransferwindow_pl.mo +%%DATADIR%%/%%VER%%/locale/filetransferwindow_pt.mo +%%DATADIR%%/%%VER%%/locale/filetransferwindow_pt_BR.mo +%%DATADIR%%/%%VER%%/locale/filetransferwindow_ru.mo +%%DATADIR%%/%%VER%%/locale/filetransferwindow_sr.mo +%%DATADIR%%/%%VER%%/locale/filetransferwindow_uk.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_fi.mo +%%DATADIR%%/%%VER%%/locale/kvirc_fr.mo +%%DATADIR%%/%%VER%%/locale/kvirc_hr.mo +%%DATADIR%%/%%VER%%/locale/kvirc_hu.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/kvirc_uk.mo +%%DATADIR%%/%%VER%%/locale/kvs_de.mo +%%DATADIR%%/%%VER%%/locale/kvs_it.mo +%%DATADIR%%/%%VER%%/locale/kvs_pt.mo +%%DATADIR%%/%%VER%%/locale/kvs_ru.mo +%%DATADIR%%/%%VER%%/locale/logview_bg.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_fi.mo +%%DATADIR%%/%%VER%%/locale/logview_fr.mo +%%DATADIR%%/%%VER%%/locale/logview_hr.mo +%%DATADIR%%/%%VER%%/locale/logview_hu.mo +%%DATADIR%%/%%VER%%/locale/logview_it.mo +%%DATADIR%%/%%VER%%/locale/logview_nl.mo +%%DATADIR%%/%%VER%%/locale/logview_pl.mo +%%DATADIR%%/%%VER%%/locale/logview_pt.mo +%%DATADIR%%/%%VER%%/locale/logview_pt_BR.mo +%%DATADIR%%/%%VER%%/locale/logview_ru.mo +%%DATADIR%%/%%VER%%/locale/logview_sr.mo +%%DATADIR%%/%%VER%%/locale/logview_uk.mo +%%DATADIR%%/%%VER%%/locale/mediaplayer_bg.mo +%%DATADIR%%/%%VER%%/locale/mediaplayer_ca.mo +%%DATADIR%%/%%VER%%/locale/mediaplayer_cs.mo +%%DATADIR%%/%%VER%%/locale/mediaplayer_de.mo +%%DATADIR%%/%%VER%%/locale/mediaplayer_es.mo +%%DATADIR%%/%%VER%%/locale/mediaplayer_fi.mo +%%DATADIR%%/%%VER%%/locale/mediaplayer_fr.mo +%%DATADIR%%/%%VER%%/locale/mediaplayer_hr.mo +%%DATADIR%%/%%VER%%/locale/mediaplayer_hu.mo +%%DATADIR%%/%%VER%%/locale/mediaplayer_it.mo +%%DATADIR%%/%%VER%%/locale/mediaplayer_nl.mo +%%DATADIR%%/%%VER%%/locale/mediaplayer_pl.mo +%%DATADIR%%/%%VER%%/locale/mediaplayer_pt.mo +%%DATADIR%%/%%VER%%/locale/mediaplayer_pt_BR.mo +%%DATADIR%%/%%VER%%/locale/mediaplayer_ru.mo +%%DATADIR%%/%%VER%%/locale/mediaplayer_sr.mo +%%DATADIR%%/%%VER%%/locale/mediaplayer_uk.mo +%%DATADIR%%/%%VER%%/locale/notifier_bg.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_fi.mo +%%DATADIR%%/%%VER%%/locale/notifier_fr.mo +%%DATADIR%%/%%VER%%/locale/notifier_hr.mo +%%DATADIR%%/%%VER%%/locale/notifier_hu.mo +%%DATADIR%%/%%VER%%/locale/notifier_it.mo +%%DATADIR%%/%%VER%%/locale/notifier_nl.mo +%%DATADIR%%/%%VER%%/locale/notifier_pl.mo +%%DATADIR%%/%%VER%%/locale/notifier_pt.mo +%%DATADIR%%/%%VER%%/locale/notifier_pt_BR.mo +%%DATADIR%%/%%VER%%/locale/notifier_ru.mo +%%DATADIR%%/%%VER%%/locale/notifier_sr.mo +%%DATADIR%%/%%VER%%/locale/notifier_uk.mo +%%DATADIR%%/%%VER%%/locale/objects_de.mo +%%DATADIR%%/%%VER%%/locale/objects_es.mo +%%DATADIR%%/%%VER%%/locale/objects_it.mo +%%DATADIR%%/%%VER%%/locale/objects_pt.mo +%%DATADIR%%/%%VER%%/locale/objects_ru.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_fi.mo +%%DATADIR%%/%%VER%%/locale/options_fr.mo +%%DATADIR%%/%%VER%%/locale/options_hr.mo +%%DATADIR%%/%%VER%%/locale/options_hu.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/options_uk.mo +%%DATADIR%%/%%VER%%/locale/perl_bg.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_fi.mo +%%DATADIR%%/%%VER%%/locale/perl_fr.mo +%%DATADIR%%/%%VER%%/locale/perl_hr.mo +%%DATADIR%%/%%VER%%/locale/perl_hu.mo +%%DATADIR%%/%%VER%%/locale/perl_it.mo +%%DATADIR%%/%%VER%%/locale/perl_nl.mo +%%DATADIR%%/%%VER%%/locale/perl_pl.mo +%%DATADIR%%/%%VER%%/locale/perl_pt.mo +%%DATADIR%%/%%VER%%/locale/perl_pt_BR.mo +%%DATADIR%%/%%VER%%/locale/perl_ru.mo +%%DATADIR%%/%%VER%%/locale/perl_sr.mo +%%DATADIR%%/%%VER%%/locale/perl_uk.mo +%%DATADIR%%/%%VER%%/locale/python_de.mo +%%DATADIR%%/%%VER%%/locale/python_es.mo +%%DATADIR%%/%%VER%%/locale/python_it.mo +%%DATADIR%%/%%VER%%/locale/python_pt.mo +%%DATADIR%%/%%VER%%/locale/python_ru.mo +%%DATADIR%%/%%VER%%/locale/register_de.mo +%%DATADIR%%/%%VER%%/locale/register_es.mo +%%DATADIR%%/%%VER%%/locale/register_it.mo +%%DATADIR%%/%%VER%%/locale/register_pl.mo +%%DATADIR%%/%%VER%%/locale/register_pt.mo +%%DATADIR%%/%%VER%%/locale/register_ru.mo +%%DATADIR%%/%%VER%%/locale/serverdb_bg.mo +%%DATADIR%%/%%VER%%/locale/serverdb_ca.mo +%%DATADIR%%/%%VER%%/locale/serverdb_cs.mo +%%DATADIR%%/%%VER%%/locale/serverdb_de.mo +%%DATADIR%%/%%VER%%/locale/serverdb_es.mo +%%DATADIR%%/%%VER%%/locale/serverdb_fi.mo +%%DATADIR%%/%%VER%%/locale/serverdb_fr.mo +%%DATADIR%%/%%VER%%/locale/serverdb_hr.mo +%%DATADIR%%/%%VER%%/locale/serverdb_hu.mo +%%DATADIR%%/%%VER%%/locale/serverdb_it.mo +%%DATADIR%%/%%VER%%/locale/serverdb_nl.mo +%%DATADIR%%/%%VER%%/locale/serverdb_pl.mo +%%DATADIR%%/%%VER%%/locale/serverdb_pt.mo +%%DATADIR%%/%%VER%%/locale/serverdb_pt_BR.mo +%%DATADIR%%/%%VER%%/locale/serverdb_ru.mo +%%DATADIR%%/%%VER%%/locale/serverdb_sr.mo +%%DATADIR%%/%%VER%%/locale/serverdb_uk.mo +%%DATADIR%%/%%VER%%/locale/sharedfileswindow_bg.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_fi.mo +%%DATADIR%%/%%VER%%/locale/sharedfileswindow_fr.mo +%%DATADIR%%/%%VER%%/locale/sharedfileswindow_hr.mo +%%DATADIR%%/%%VER%%/locale/sharedfileswindow_hu.mo +%%DATADIR%%/%%VER%%/locale/sharedfileswindow_it.mo +%%DATADIR%%/%%VER%%/locale/sharedfileswindow_nl.mo +%%DATADIR%%/%%VER%%/locale/sharedfileswindow_pl.mo +%%DATADIR%%/%%VER%%/locale/sharedfileswindow_pt.mo +%%DATADIR%%/%%VER%%/locale/sharedfileswindow_pt_BR.mo +%%DATADIR%%/%%VER%%/locale/sharedfileswindow_ru.mo +%%DATADIR%%/%%VER%%/locale/sharedfileswindow_sr.mo +%%DATADIR%%/%%VER%%/locale/sharedfileswindow_uk.mo +%%DATADIR%%/%%VER%%/locale/theme_bg.mo +%%DATADIR%%/%%VER%%/locale/theme_ca.mo +%%DATADIR%%/%%VER%%/locale/theme_cs.mo +%%DATADIR%%/%%VER%%/locale/theme_de.mo +%%DATADIR%%/%%VER%%/locale/theme_es.mo +%%DATADIR%%/%%VER%%/locale/theme_fi.mo +%%DATADIR%%/%%VER%%/locale/theme_fr.mo +%%DATADIR%%/%%VER%%/locale/theme_hr.mo +%%DATADIR%%/%%VER%%/locale/theme_hu.mo +%%DATADIR%%/%%VER%%/locale/theme_it.mo +%%DATADIR%%/%%VER%%/locale/theme_nl.mo +%%DATADIR%%/%%VER%%/locale/theme_pl.mo +%%DATADIR%%/%%VER%%/locale/theme_pt.mo +%%DATADIR%%/%%VER%%/locale/theme_pt_BR.mo +%%DATADIR%%/%%VER%%/locale/theme_ru.mo +%%DATADIR%%/%%VER%%/locale/theme_sr.mo +%%DATADIR%%/%%VER%%/locale/theme_uk.mo +%%DATADIR%%/%%VER%%/locale/torrent_bg.mo +%%DATADIR%%/%%VER%%/locale/torrent_ca.mo +%%DATADIR%%/%%VER%%/locale/torrent_cs.mo +%%DATADIR%%/%%VER%%/locale/torrent_de.mo +%%DATADIR%%/%%VER%%/locale/torrent_es.mo +%%DATADIR%%/%%VER%%/locale/torrent_fi.mo +%%DATADIR%%/%%VER%%/locale/torrent_fr.mo +%%DATADIR%%/%%VER%%/locale/torrent_hr.mo +%%DATADIR%%/%%VER%%/locale/torrent_hu.mo +%%DATADIR%%/%%VER%%/locale/torrent_it.mo +%%DATADIR%%/%%VER%%/locale/torrent_nl.mo +%%DATADIR%%/%%VER%%/locale/torrent_pl.mo +%%DATADIR%%/%%VER%%/locale/torrent_pt.mo +%%DATADIR%%/%%VER%%/locale/torrent_pt_BR.mo +%%DATADIR%%/%%VER%%/locale/torrent_ru.mo +%%DATADIR%%/%%VER%%/locale/torrent_sr.mo +%%DATADIR%%/%%VER%%/locale/torrent_uk.mo +%%DATADIR%%/%%VER%%/modules/caps/crypt/lamerizer +%%DATADIR%%/%%VER%%/modules/caps/crypt/rijndael +%%DATADIR%%/%%VER%%/modules/caps/crypt/rot13 +%%DATADIR%%/%%VER%%/modules/caps/serverimport/mircimport +%%DATADIR%%/%%VER%%/modules/caps/tool/filetransferwindow +%%DATADIR%%/%%VER%%/modules/caps/tool/iograph +%%DATADIR%%/%%VER%%/modules/caps/tool/logview +%%DATADIR%%/%%VER%%/modules/caps/tool/sharedfileswindow +%%DATADIR%%/%%VER%%/modules/caps/tool/url +%%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/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_angel.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_class.png +%%DATADIR%%/%%VER%%/pics/coresmall/kcs_classeditor.png +%%DATADIR%%/%%VER%%/pics/coresmall/kcs_classicwindowlist.png +%%DATADIR%%/%%VER%%/pics/coresmall/kcs_classnotbuilt.png +%%DATADIR%%/%%VER%%/pics/coresmall/kcs_close.png +%%DATADIR%%/%%VER%%/pics/coresmall/kcs_clown.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_deircop.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_devil.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_failupdate.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_function.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_inlove.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_ircop.png +%%DATADIR%%/%%VER%%/pics/coresmall/kcs_ircopaway.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_medeircop.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_meircop.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_ninja.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_notupdate.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_pirate.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_puke.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_rage.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_screenshot.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_treewindowlist.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_unreadtext.png +%%DATADIR%%/%%VER%%/pics/coresmall/kcs_unrecognized.png +%%DATADIR%%/%%VER%%/pics/coresmall/kcs_update.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_activitymeter.png +%%DATADIR%%/%%VER%%/pics/kvi_bigicon_actioneditor.png +%%DATADIR%%/%%VER%%/pics/kvi_bigicon_actions.png +%%DATADIR%%/%%VER%%/pics/kvi_bigicon_addons.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_classeditor.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_kvs.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_open.png +%%DATADIR%%/%%VER%%/pics/kvi_bigicon_pack.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_remove.png +%%DATADIR%%/%%VER%%/pics/kvi_bigicon_save.png +%%DATADIR%%/%%VER%%/pics/kvi_bigicon_screenshot.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_theme.png +%%DATADIR%%/%%VER%%/pics/kvi_bigicon_themeoptions.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_bigicon_www.png +%%DATADIR%%/%%VER%%/pics/kvi_dccfiletransfericons.png +%%DATADIR%%/%%VER%%/pics/kvi_dock.png +%%DATADIR%%/%%VER%%/pics/kvi_dock_part-0.png +%%DATADIR%%/%%VER%%/pics/kvi_dock_part-1.png +%%DATADIR%%/%%VER%%/pics/kvi_dock_part-2.png +%%DATADIR%%/%%VER%%/pics/kvi_horizontal_left.png +%%DATADIR%%/%%VER%%/pics/kvi_horizontal_right.png +%%DATADIR%%/%%VER%%/pics/kvi_httpicons.png +%%DATADIR%%/%%VER%%/pics/kvi_icon_bot.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_mircimport.png +%%DATADIR%%/%%VER%%/pics/kvi_setup_label.png +%%DATADIR%%/%%VER%%/pics/kvi_setup_theme_hires.png +%%DATADIR%%/%%VER%%/pics/kvi_setup_theme_lowres.png +%%DATADIR%%/%%VER%%/pics/kvi_splash.png +%%DATADIR%%/%%VER%%/pics/kvi_splash_overlay.png +%%DATADIR%%/%%VER%%/pics/kvi_tip.png +%%DATADIR%%/%%VER%%/pics/kvi_toolbutton_menuindicator.png +%%DATADIR%%/%%VER%%/pics/kvi_userchanstate.png +%%DATADIR%%/%%VER%%/pics/notifier_background.png +%%DATADIR%%/%%VER%%/pics/notifier_close.png +%%DATADIR%%/%%VER%%/pics/notifier_down.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_left.png +%%DATADIR%%/%%VER%%/pics/notifier_pen.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/notifier_right.png +%%DATADIR%%/%%VER%%/pics/notifier_up.png +%%DATADIR%%/%%VER%%/themes/MinimalDark-1.0.0/themedata.kvc +%%DATADIR%%/%%VER%%/themes/MinimalDark-1.0.0/themeinfo.kvc +%%DATADIR%%/%%VER%%/themes/YellowIRC-1.0.0/pixmapGlobalTransparencyBackground.png +%%DATADIR%%/%%VER%%/themes/YellowIRC-1.0.0/pixmapInputBackground.png +%%DATADIR%%/%%VER%%/themes/YellowIRC-1.0.0/themedata.kvc +%%DATADIR%%/%%VER%%/themes/YellowIRC-1.0.0/themeinfo.kvc +share/pixmaps/kvirc.png +%%KDE%%share/mime/application/x-kva.xml +%%KDE%%share/mime/application/x-kvt.xml +%%KDE%%share/mime/packages/kvirc.xml +%%KDE%%share/mime/text/x-kvc.xml +%%KDE%%share/mime/text/x-kvs.xml +@dirrm %%DATADIR%%/%%VER%%/themes/YellowIRC-1.0.0 +@dirrm %%DATADIR%%/%%VER%%/themes/MinimalDark-1.0.0 +@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 +@dirrm %%DATADIR%%/%%VER%%/modules +@dirrm %%DATADIR%%/%%VER%%/locale +@dirrm %%DATADIR%%/%%VER%%/license +@dirrm %%DATADIR%%/%%VER%%/help/en +@dirrm %%DATADIR%%/%%VER%%/help +@dirrm %%DATADIR%%/%%VER%%/doc +@dirrm %%DATADIR%%/%%VER%%/defscript +@dirrm %%DATADIR%%/%%VER%%/config/modules +@dirrm %%DATADIR%%/%%VER%%/config +@dirrm %%DATADIR%%/%%VER%%/audio +@dirrm %%DATADIR%%/%%VER%% @dirrm %%DATADIR%% -@dirrm share/icons/hicolor/scalable/mimetypes -@dirrm share/icons/hicolor/scalable/apps -@dirrm share/icons/hicolor/scalable -@dirrm share/icons/hicolor/64x64/mimetypes -@dirrm share/icons/hicolor/64x64/apps -@dirrm share/icons/hicolor/64x64 -@dirrm share/icons/hicolor/48x48/mimetypes -@dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/48x48 -@dirrm share/icons/hicolor/32x32/mimetypes -@dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/32x32 -@dirrm share/icons/hicolor/16x16/mimetypes -@dirrm share/icons/hicolor/16x16/apps -@dirrm share/icons/hicolor/16x16 -@dirrm share/icons/hicolor -@dirrm share/icons -@dirrm share/applnk/Internet -@dirrm share/applnk -@dirrm include/kvirc/%%VER%% -@dirrm include/kvirc +%%QT%%@dirrmtry share/icons/hicolor/scalable/mimetypes +%%QT%%@dirrmtry share/icons/hicolor/scalable/apps +%%QT%%@dirrmtry share/icons/hicolor/scalable +%%QT%%@dirrmtry share/icons/hicolor/64x64/mimetypes +%%QT%%@dirrmtry share/icons/hicolor/64x64/apps +%%QT%%@dirrmtry share/icons/hicolor/64x64 +%%QT%%@dirrmtry share/icons/hicolor/48x48/mimetypes +%%QT%%@dirrmtry share/icons/hicolor/48x48/apps +%%QT%%@dirrmtry share/icons/hicolor/48x48 +%%QT%%@dirrmtry share/icons/hicolor/32x32/mimetypes +%%QT%%@dirrmtry share/icons/hicolor/32x32/apps +%%QT%%@dirrmtry share/icons/hicolor/32x32 +%%QT%%@dirrmtry share/icons/hicolor/16x16/mimetypes +%%QT%%@dirrmtry share/icons/hicolor/16x16/apps +%%QT%%@dirrmtry share/icons/hicolor/16x16 +%%QT%%@dirrmtry share/icons/hicolor/128x128/mimetypes +%%QT%%@dirrmtry share/icons/hicolor/128x128/apps +%%QT%%@dirrmtry share/icons/hicolor/128x128 +%%QT%%@dirrmtry share/icons/hicolor +%%QT%%@dirrmtry share/icons +%%QT%%@dirrmtry share/applications +@dirrmtry man/it/man1 +@dirrmtry man/it +@dirrmtry man/de/man1 +@dirrmtry man/de +@dirrm lib/kvirc/%%VER%%/modules +@dirrm lib/kvirc/%%VER%% +@dirrm lib/kvirc +%%KDE%%@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true +%%KDE%%@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true -- cgit v1.2.3