diff --git a/MOVED b/MOVED index 11dba0b369c5..4dbf12e2e09a 100644 --- a/MOVED +++ b/MOVED @@ -10920,3 +10920,4 @@ devel/glib12||2018-12-21|Has expired: Obsolete graphics/gdk-pixbuf||2018-12-21|Has expired: Uses obsolete glib12 x11-toolkits/gtk12||2018-12-21|Has expired: Uses obsolete glib12 multimedia/gstreamer-plugins-buzztard||2018-12-22|Has expired: Unused in the ports tree and unmaintained upstream +irc/kvirc-qt4||2018-12-22|Has expired: switched to KF5 version diff --git a/irc/Makefile b/irc/Makefile index 572d5b283125..6073d15cf8d7 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -60,7 +60,6 @@ SUBDIR += keitairc2 SUBDIR += konversation SUBDIR += kvirc - SUBDIR += kvirc-qt4 SUBDIR += libircclient SUBDIR += lostirc SUBDIR += miau diff --git a/irc/kvirc-qt4/Makefile b/irc/kvirc-qt4/Makefile deleted file mode 100644 index 74c6a9758060..000000000000 --- a/irc/kvirc-qt4/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# $FreeBSD$ - -PKGNAMESUFFIX= -qt4 - -COMMENT= Qt 4 based IRC client - -MASTERDIR= ${.CURDIR}/../kvirc -.include "${MASTERDIR}/Makefile" diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index bf86c8e1ef29..9a64e07f29eb 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -1,95 +1,31 @@ # Created by: Michael Ranner # $FreeBSD$ -PORTNAME= kvirc -PORTVERSION= 4.2.0 -PORTREVISION= 8 +PORTNAME= KVIrc +DISTVERSION= 5.0.0-beta1 CATEGORIES= irc kde -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= ports@FreeBSD.org -COMMENT?= IRC client for KDE 4 +MAINTAINER= kde@FreeBSD.org +COMMENT= IRC client for KDE -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 +LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ + libenchant.so:textproc/enchant +USES= cmake cpe desktop-file-utils gettext gnome kde:5 perl5 \ + pkgconfig python qt:5 ssl tar:bzip2 +USE_GNOME= glib20 USE_PERL5= build -USE_QT= moc_build qmake_build rcc_build uic_build \ - dbus gui network sql xml -USES= cmake cpe gettext perl5 qt:4 ssl tar:bzip2 -CMAKE_ARGS= -DWANT_ESD=no -DWANT_DOXYGEN=no \ - -DMANDIR=${MANPREFIX} +USE_KDE= auth codecs config configwidgets coreaddons i18n notifications \ + service widgetsaddons windowsystem xmlgui +USE_QT= core dbus gui multimedia network phonon4 printsupport sql svg \ + webkit widgets x11extras xml \ + buildtools_build qmake_build +USE_XORG= ice sm x11 xext xrender xscrnsaver USE_LDCONFIG= yes +USE_GITHUB= yes -OPTIONS_DEFINE= AUDIOFILE GSM PERL PYTHON DEBUG -OPTIONS_SUB= yes +CMAKE_ARGS= -DMANDIR:STRING=man -AUDIOFILE_DESC= Support for various audio formats -AUDIOFILE_LIB_DEPENDS= libaudiofile.so:audio/libaudiofile -AUDIOFILE_CMAKE_OFF= -DWITHOUT_AUDIOFILE=yes - -GSM_DESC= u-law to gsm audio converter support -GSM_LIB_DEPENDS= libgsm.so:audio/gsm -GSM_CMAKE_OFF= -DWANT_GSM=no - -PERL_DESC= Perl scripting support -PERL_USE= PERL5=run -PERL_CMAKE_OFF= -DWANT_PERL=no - -PYTHON_DESC= Python scripting support -PYTHON_USES= python -PYTHON_CMAKE_OFF= -DWANT_PYTHON=no - -DEBUG_CMAKE_ON= -DWITH_DEBUG=yes -DVERBOSE=yes - -.if defined(PKGNAMESUFFIX) -CONFLICTS_INSTALL= kvirc-4.* - -CMAKE_ARGS+= -DWITHOUT_KDE4=yes -PLIST_SUB+= QT="" KDE="@comment " - -OPTIONS_DEFINE+= PHONON WEBKIT - -PHONON_DESC= Build with Phonon support -PHONON_USES= qt:4 -PHONON_USE= QT=phonon -PHONON_CMAKE_OFF= -DWITHOUT_PHONON=yes - -WEBKIT_DESC= Build with QtWebkit support -WEBKIT_USES= qt:4 -WEBKIT_USE= QT=webkit -WEBKIT_CMAKE_OFF= -DWITHOUT_QTWEBKIT=yes -.else #defined(PKGNAMESUFFIX) -CONFLICTS_INSTALL= kvirc-qt4-4.* - -USES+= kde:4 shared-mime-info -USE_KDE= kdelibs automoc4 -PLIST_SUB+= QT="@comment " KDE="" -.endif #defined(PKGNAMESUFFIX) - -PLIST_SUB+= VER="${PORTVERSION:R}" - -pre-fetch-PERL-on: - @${ECHO_CMD} "=====================================================" - @${ECHO_CMD} " Perl scripting requires perl with multiplicity" - @${ECHO_CMD} " support (enabled in ports by default)." - @${ECHO_CMD} "=====================================================" - -post-patch: - ${REINPLACE_CMD} -e "s|\(-lcrypto\)|-L${OPENSSLLIB} \1|g" \ - ${WRKSRC}/CMakeLists.txt - # Fix error: invalid suffix on literal; C++11 requires a space between literal and identifier - ${REINPLACE_CMD} -e 's|"KVI_OPTIONS_WIDGET_KEYWORDS|" KVI_OPTIONS_WIDGET_KEYWORDS|g' \ - ${WRKSRC}/src/modules/options/OptionsInstanceManager.cpp - ${REINPLACE_CMD} -e 's|"KVI_PATH_SEPARATOR|" KVI_PATH_SEPARATOR|g' \ - ${WRKSRC}/src/kvirc/kernel/KviApplication_filesystem.cpp +PLIST_SUB= VER=4.9 .include diff --git a/irc/kvirc/distinfo b/irc/kvirc/distinfo index 0d99b17f219c..62abf62401a7 100644 --- a/irc/kvirc/distinfo +++ b/irc/kvirc/distinfo @@ -1,2 +1,3 @@ -SHA256 (kvirc-4.2.0.tar.bz2) = 9a547d52d804e39c9635c8dc58bccaf4d34341ef16a9a652a5eb5568d4d762cb -SIZE (kvirc-4.2.0.tar.bz2) = 5461587 +TIMESTAMP = 1545499618 +SHA256 (KVIrc-KVIrc-5.0.0-beta1_GH0.tar.gz) = 73083c11758b6cd40c4eaed3df7b4a6148bdf4617ddc804a78b636f26ed727bf +SIZE (KVIrc-KVIrc-5.0.0-beta1_GH0.tar.gz) = 6030807 diff --git a/irc/kvirc/files/patch-debian_git-5d45ef b/irc/kvirc/files/patch-debian_git-5d45ef deleted file mode 100644 index 1d1413904a9f..000000000000 --- a/irc/kvirc/files/patch-debian_git-5d45ef +++ /dev/null @@ -1,30 +0,0 @@ -Description: Fixes FTBFS with gcc 6. - Fixes invalid conversion errors. Also fixes two wrong flag operations, already - fixed upstream (in 0d14434b and 934fa2e1). -Author: Andrey Rahmatullin -Bug-Debian: https://bugs.debian.org/811908 -Last-Update: 2016-11-04 - -diff --git a/src/kvirc/kernel/KviIrcConnection.cpp b/src/kvirc/kernel/KviIrcConnection.cpp -index f925ca7..1266b46 100644 ---- src/kvirc/kernel/KviIrcConnection.cpp -+++ src/kvirc/kernel/KviIrcConnection.cpp -@@ -669,7 +669,8 @@ void KviIrcConnection::closeAllChannels() - while(m_pChannelList->first()) - { - m_pChannelList->first()->close(); -- QApplication::processEvents(QEventLoop::ExcludeSocketNotifiers & QEventLoop::ExcludeUserInputEvents); -+ QEventLoop::ProcessEventsFlags f(QEventLoop::ExcludeSocketNotifiers | QEventLoop::ExcludeUserInputEvents); -+ QApplication::processEvents(f); - } - } - -@@ -678,7 +679,8 @@ void KviIrcConnection::closeAllQueries() - while(m_pQueryList->first()) - { - m_pQueryList->first()->close(); -- QApplication::processEvents(QEventLoop::ExcludeSocketNotifiers & QEventLoop::ExcludeUserInputEvents); -+ QEventLoop::ProcessEventsFlags f(QEventLoop::ExcludeSocketNotifiers | QEventLoop::ExcludeUserInputEvents); -+ QApplication::processEvents(f); - } - } diff --git a/irc/kvirc/files/patch-src__kvirc__CMakeLists.txt b/irc/kvirc/files/patch-src__kvirc__CMakeLists.txt deleted file mode 100644 index 9595caba58ec..000000000000 --- a/irc/kvirc/files/patch-src__kvirc__CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/kvirc/CMakeLists.txt.orig 2012-05-07 08:17:17.000000000 +0000 -+++ ./src/kvirc/CMakeLists.txt 2013-11-21 18:21:55.137647449 +0000 -@@ -357,7 +357,7 @@ - SET_TARGET_PROPERTIES(${KVIRC_BINARYNAME} PROPERTIES LINK_FLAGS "${ADDITIONAL_LINK_FLAGS}") - - IF(CMAKE_HOST_SYSTEM MATCHES "FreeBSD") -- SET_TARGET_PROPERTIES(${KVIRC_BINARYNAME} PROPERTIES LINK_FLAGS -export-dynamic) -+ SET_TARGET_PROPERTIES(${KVIRC_BINARYNAME} PROPERTIES LINK_FLAGS -Wl,-export-dynamic) - MESSAGE(STATUS "Patching for FreeBSD...") - ENDIF() - diff --git a/irc/kvirc/files/patch-src_modules_rijndael_libkvirijndael.cpp b/irc/kvirc/files/patch-src_modules_rijndael_libkvirijndael.cpp deleted file mode 100644 index 4fd7ce6a12e0..000000000000 --- a/irc/kvirc/files/patch-src_modules_rijndael_libkvirijndael.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/modules/rijndael/libkvirijndael.cpp.orig 2011-07-23 15:15:56 UTC -+++ src/modules/rijndael/libkvirijndael.cpp -@@ -328,7 +328,7 @@ - setLastError(__tr2qs("The message is not a hexadecimal string: this is not my stuff")); - return false; - } else { -- if(len > 0) -+ if(*len > 0) - { - *outBuffer = (char *)KviMemory::allocate(*len); - KviMemory::move(*outBuffer,tmpBuf,*len); -@@ -354,7 +354,7 @@ - setLastError(__tr2qs("The message is not a base64 string: this is not my stuff")); - return false; - } else { -- if(len > 0) -+ if(*len > 0) - { - *outBuffer = (char *)KviMemory::allocate(*len); - KviMemory::move(*outBuffer,tmpBuf,*len); diff --git a/irc/kvirc/pkg-plist b/irc/kvirc/pkg-plist index 5cb2e4b22f4d..fffd253d636b 100644 --- a/irc/kvirc/pkg-plist +++ b/irc/kvirc/pkg-plist @@ -37,12 +37,13 @@ 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/libkvipackage.so +lib/kvirc/%%VER%%/modules/libkviperl.so lib/kvirc/%%VER%%/modules/libkviperlcore.so lib/kvirc/%%VER%%/modules/libkvipopup.so lib/kvirc/%%VER%%/modules/libkvipopupeditor.so lib/kvirc/%%VER%%/modules/libkviproxydb.so -%%PYTHON%%lib/kvirc/%%VER%%/modules/libkvipython.so +lib/kvirc/%%VER%%/modules/libkvipython.so lib/kvirc/%%VER%%/modules/libkvipythoncore.so lib/kvirc/%%VER%%/modules/libkviraweditor.so lib/kvirc/%%VER%%/modules/libkviregchan.so @@ -56,6 +57,7 @@ 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/libkvispellchecker.so lib/kvirc/%%VER%%/modules/libkvistr.so lib/kvirc/%%VER%%/modules/libkvisystem.so lib/kvirc/%%VER%%/modules/libkviterm.so @@ -73,15 +75,14 @@ lib/kvirc/%%VER%%/modules/libkviuserlist.so lib/kvirc/%%VER%%/modules/libkviwindow.so lib/libkvilib.so lib/libkvilib.so.4 -lib/libkvilib.so.4.2.0 -man/man1/kvirc.1.gz +lib/libkvilib.so.%%VER%%.3 man/de/man1/kvirc.1.gz man/fr/man1/kvirc.1.gz man/it/man1/kvirc.1.gz +man/man1/kvirc.1.gz man/pt/man1/kvirc.1.gz man/uk/man1/kvirc.1.gz share/applications/kvirc.desktop -%%KDE%%share/apps/kvirc/kvirc.notifyrc 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 @@ -112,2159 +113,2193 @@ 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 -%%KDE%%share/kde4/services/_irc.protocol -%%KDE%%share/kde4/services/_irc6.protocol -%%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/modules/libkvitip_uk.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.kvc -%%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_colordialog.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_trayicon.html -%%DATADIR%%/%%VER%%/help/en/class_vbox.html -%%DATADIR%%/%%VER%%/help/en/class_webview.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_context.clearqueue.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.writebytes.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.addepilogue.html -%%DATADIR%%/%%VER%%/help/en/cmd_popup.addextpopup.html -%%DATADIR%%/%%VER%%/help/en/cmd_popup.additem.html -%%DATADIR%%/%%VER%%/help/en/cmd_popup.addlabel.html -%%DATADIR%%/%%VER%%/help/en/cmd_popup.addprologue.html -%%DATADIR%%/%%VER%%/help/en/cmd_popup.addseparator.html -%%DATADIR%%/%%VER%%/help/en/cmd_popup.addsubpopup.html -%%DATADIR%%/%%VER%%/help/en/cmd_popup.clear.html -%%DATADIR%%/%%VER%%/help/en/cmd_popup.create.html -%%DATADIR%%/%%VER%%/help/en/cmd_popup.delitem.html -%%DATADIR%%/%%VER%%/help/en/cmd_popup.destroy.html -%%DATADIR%%/%%VER%%/help/en/cmd_popup.html -%%DATADIR%%/%%VER%%/help/en/cmd_popup.show.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_python.begin.html -%%DATADIR%%/%%VER%%/help/en/cmd_python.end.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.setnetworkjoinchannels.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.setserverjoinchannels.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.detect.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.savepropertiesasdefault.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_python_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_naming_conventions.html -%%DATADIR%%/%%VER%%/help/en/documentation.4.2.0.6190.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_onbroadcastnotice.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_oninputbarpaste.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_onmemoservnotice.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_onusermodechange.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/event_onwindowtitlerequest.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_aliasbody.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_certificate.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.maskcount.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.masklist.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.matchmask.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.matchqban.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.mode.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.modeparam.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.connectionstarttime.html -%%DATADIR%%/%%VER%%/help/en/fnc_context.getsslcertinfo.html -%%DATADIR%%/%%VER%%/help/en/fnc_context.html -%%DATADIR%%/%%VER%%/help/en/fnc_context.lastmessagetime.html -%%DATADIR%%/%%VER%%/help/en/fnc_context.list.html -%%DATADIR%%/%%VER%%/help/en/fnc_context.networkname.html -%%DATADIR%%/%%VER%%/help/en/fnc_context.queuesize.html -%%DATADIR%%/%%VER%%/help/en/fnc_context.serverdbnetworkname.html -%%DATADIR%%/%%VER%%/help/en/fnc_context.serverdbserverhostname.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.getsslcertinfo.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_escape.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.diskspace.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.readbytes.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.time.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_gender.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_insidealias.html -%%DATADIR%%/%%VER%%/help/en/fnc_int.html -%%DATADIR%%/%%VER%%/help/en/fnc_integer.html -%%DATADIR%%/%%VER%%/help/en/fnc_isbot.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_listtimers.html -%%DATADIR%%/%%VER%%/help/en/fnc_log.export.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_popup.currentitemid.html -%%DATADIR%%/%%VER%%/help/en/fnc_popup.exists.html -%%DATADIR%%/%%VER%%/help/en/fnc_popup.isempty.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_scriptcontextname.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.networkjoinchannels.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.serverjoinchannels.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.evpsign.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.evpverify.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.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_userlist.selected.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.html -%%DATADIR%%/%%VER%%/help/en/fnc_window.isdocked.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_fish.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_serverdb.html -%%DATADIR%%/%%VER%%/help/en/module_torrent.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_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_ja.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_tr.mo -%%DATADIR%%/%%VER%%/locale/about_uk.mo -%%DATADIR%%/%%VER%%/locale/addon_de.mo -%%DATADIR%%/%%VER%%/locale/addon_es.mo -%%DATADIR%%/%%VER%%/locale/addon_fr.mo -%%DATADIR%%/%%VER%%/locale/addon_hu.mo -%%DATADIR%%/%%VER%%/locale/addon_it.mo -%%DATADIR%%/%%VER%%/locale/addon_ja.mo -%%DATADIR%%/%%VER%%/locale/addon_pl.mo -%%DATADIR%%/%%VER%%/locale/addon_pt.mo -%%DATADIR%%/%%VER%%/locale/addon_pt_BR.mo -%%DATADIR%%/%%VER%%/locale/addon_ru.mo -%%DATADIR%%/%%VER%%/locale/addon_tr.mo -%%DATADIR%%/%%VER%%/locale/addon_uk.mo -%%DATADIR%%/%%VER%%/locale/dcc_bg.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_tr.mo -%%DATADIR%%/%%VER%%/locale/dcc_uk.mo -%%DATADIR%%/%%VER%%/locale/defscript_de.mo -%%DATADIR%%/%%VER%%/locale/defscript_es.mo -%%DATADIR%%/%%VER%%/locale/defscript_fr.mo -%%DATADIR%%/%%VER%%/locale/defscript_hu.mo -%%DATADIR%%/%%VER%%/locale/defscript_it.mo -%%DATADIR%%/%%VER%%/locale/defscript_ja.mo -%%DATADIR%%/%%VER%%/locale/defscript_pl.mo -%%DATADIR%%/%%VER%%/locale/defscript_pt.mo -%%DATADIR%%/%%VER%%/locale/defscript_pt_BR.mo -%%DATADIR%%/%%VER%%/locale/defscript_ru.mo -%%DATADIR%%/%%VER%%/locale/defscript_tr.mo -%%DATADIR%%/%%VER%%/locale/defscript_uk.mo -%%DATADIR%%/%%VER%%/locale/editor_bg.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_tr.mo -%%DATADIR%%/%%VER%%/locale/editor_uk.mo -%%DATADIR%%/%%VER%%/locale/filetransferwindow_bg.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_tr.mo -%%DATADIR%%/%%VER%%/locale/filetransferwindow_uk.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_ja.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_tr.mo -%%DATADIR%%/%%VER%%/locale/kvirc_uk.mo -%%DATADIR%%/%%VER%%/locale/kvs_de.mo -%%DATADIR%%/%%VER%%/locale/kvs_fr.mo -%%DATADIR%%/%%VER%%/locale/kvs_hu.mo -%%DATADIR%%/%%VER%%/locale/kvs_it.mo -%%DATADIR%%/%%VER%%/locale/kvs_ja.mo -%%DATADIR%%/%%VER%%/locale/kvs_pl.mo -%%DATADIR%%/%%VER%%/locale/kvs_pt.mo -%%DATADIR%%/%%VER%%/locale/kvs_pt_BR.mo -%%DATADIR%%/%%VER%%/locale/kvs_ru.mo -%%DATADIR%%/%%VER%%/locale/kvs_tr.mo -%%DATADIR%%/%%VER%%/locale/kvs_uk.mo -%%DATADIR%%/%%VER%%/locale/log_bg.mo -%%DATADIR%%/%%VER%%/locale/log_cs.mo -%%DATADIR%%/%%VER%%/locale/log_de.mo -%%DATADIR%%/%%VER%%/locale/log_es.mo -%%DATADIR%%/%%VER%%/locale/log_fi.mo -%%DATADIR%%/%%VER%%/locale/log_fr.mo -%%DATADIR%%/%%VER%%/locale/log_hr.mo -%%DATADIR%%/%%VER%%/locale/log_hu.mo -%%DATADIR%%/%%VER%%/locale/log_it.mo -%%DATADIR%%/%%VER%%/locale/log_ja.mo -%%DATADIR%%/%%VER%%/locale/log_nl.mo -%%DATADIR%%/%%VER%%/locale/log_pl.mo -%%DATADIR%%/%%VER%%/locale/log_pt.mo -%%DATADIR%%/%%VER%%/locale/log_pt_BR.mo -%%DATADIR%%/%%VER%%/locale/log_ru.mo -%%DATADIR%%/%%VER%%/locale/log_sr.mo -%%DATADIR%%/%%VER%%/locale/log_tr.mo -%%DATADIR%%/%%VER%%/locale/log_uk.mo -%%DATADIR%%/%%VER%%/locale/mediaplayer_bg.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_tr.mo -%%DATADIR%%/%%VER%%/locale/mediaplayer_uk.mo -%%DATADIR%%/%%VER%%/locale/notifier_bg.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_ja.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_tr.mo -%%DATADIR%%/%%VER%%/locale/notifier_uk.mo -%%DATADIR%%/%%VER%%/locale/objects_de.mo -%%DATADIR%%/%%VER%%/locale/objects_es.mo -%%DATADIR%%/%%VER%%/locale/objects_fr.mo -%%DATADIR%%/%%VER%%/locale/objects_it.mo -%%DATADIR%%/%%VER%%/locale/objects_pt.mo -%%DATADIR%%/%%VER%%/locale/objects_pt_BR.mo -%%DATADIR%%/%%VER%%/locale/objects_ru.mo -%%DATADIR%%/%%VER%%/locale/objects_tr.mo -%%DATADIR%%/%%VER%%/locale/objects_uk.mo -%%DATADIR%%/%%VER%%/locale/options_bg.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_ja.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_tr.mo -%%DATADIR%%/%%VER%%/locale/options_uk.mo -%%DATADIR%%/%%VER%%/locale/perl_bg.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_tr.mo -%%DATADIR%%/%%VER%%/locale/perl_uk.mo -%%DATADIR%%/%%VER%%/locale/python_de.mo -%%DATADIR%%/%%VER%%/locale/python_es.mo -%%DATADIR%%/%%VER%%/locale/python_fr.mo -%%DATADIR%%/%%VER%%/locale/python_it.mo -%%DATADIR%%/%%VER%%/locale/python_pt.mo -%%DATADIR%%/%%VER%%/locale/python_pt_BR.mo -%%DATADIR%%/%%VER%%/locale/python_ru.mo -%%DATADIR%%/%%VER%%/locale/python_tr.mo -%%DATADIR%%/%%VER%%/locale/python_uk.mo -%%DATADIR%%/%%VER%%/locale/register_de.mo -%%DATADIR%%/%%VER%%/locale/register_es.mo -%%DATADIR%%/%%VER%%/locale/register_fr.mo -%%DATADIR%%/%%VER%%/locale/register_it.mo -%%DATADIR%%/%%VER%%/locale/register_pl.mo -%%DATADIR%%/%%VER%%/locale/register_pt.mo -%%DATADIR%%/%%VER%%/locale/register_pt_BR.mo -%%DATADIR%%/%%VER%%/locale/register_ru.mo -%%DATADIR%%/%%VER%%/locale/register_tr.mo -%%DATADIR%%/%%VER%%/locale/register_uk.mo -%%DATADIR%%/%%VER%%/locale/serverdb_bg.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_ja.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_tr.mo -%%DATADIR%%/%%VER%%/locale/serverdb_uk.mo -%%DATADIR%%/%%VER%%/locale/sharedfileswindow_bg.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_tr.mo -%%DATADIR%%/%%VER%%/locale/sharedfileswindow_uk.mo -%%DATADIR%%/%%VER%%/locale/theme_bg.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_tr.mo -%%DATADIR%%/%%VER%%/locale/theme_uk.mo -%%DATADIR%%/%%VER%%/locale/torrent_bg.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_tr.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%%/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_memoserv.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_sexbot.png -%%DATADIR%%/%%VER%%/pics/coresmall/kcs_sexfemale.png -%%DATADIR%%/%%VER%%/pics/coresmall/kcs_sexircop.png -%%DATADIR%%/%%VER%%/pics/coresmall/kcs_sexmale.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_filetransfer.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_log.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_sayicon.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_sharedfiles.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_url.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_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/Aria-1.0.0/kvi_bigicon_actions.png -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_codetester.png -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_folder.png -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_help.png -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_identity.png -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_keyboard.png -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_minimizeallwindows.png -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_newirccontext.png -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_open.png -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_regusers.png -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_save.png -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_screenshot.png -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_settings.png -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_theme.png -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_themeoptions.png -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_tilewindows.png -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_tools.png -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_trashcan.png -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/pixmapGlobalTransparencyBackground.png -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/pixmapInputBackground.png -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/themedata.kvc -%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/themeinfo.kvc -%%DATADIR%%/%%VER%%/themes/MinimalDark-1.0.0/themedata.kvc -%%DATADIR%%/%%VER%%/themes/MinimalDark-1.0.0/themeinfo.kvc +share/kvirc/%%VER%%/audio/jingle.wav +share/kvirc/%%VER%%/config/modules/libkvitip.kvc +share/kvirc/%%VER%%/config/modules/libkvitip_cs.kvc +share/kvirc/%%VER%%/config/modules/libkvitip_de.kvc +share/kvirc/%%VER%%/config/modules/libkvitip_fi.kvc +share/kvirc/%%VER%%/config/modules/libkvitip_it.kvc +share/kvirc/%%VER%%/config/modules/libkvitip_pt.kvc +share/kvirc/%%VER%%/config/modules/libkvitip_ru.kvc +share/kvirc/%%VER%%/config/modules/libkvitip_uk.kvc +share/kvirc/%%VER%%/config/serverdb.kvc +share/kvirc/%%VER%%/config/texticons.kvc +share/kvirc/%%VER%%/defscript/actions.kvs +share/kvirc/%%VER%%/defscript/aliases.kvs +share/kvirc/%%VER%%/defscript/classes.kvs +share/kvirc/%%VER%%/defscript/default.kvc +share/kvirc/%%VER%%/defscript/default.kvs +share/kvirc/%%VER%%/defscript/events.kvs +share/kvirc/%%VER%%/defscript/popups.kvs +share/kvirc/%%VER%%/defscript/toolbars.kvs +share/kvirc/%%VER%%/doc/FAQ +share/kvirc/%%VER%%/doc/INSTALL-MacOS.txt +share/kvirc/%%VER%%/doc/INSTALL-Win32.txt +share/kvirc/%%VER%%/doc/INSTALL-Win64.txt +share/kvirc/%%VER%%/doc/INSTALL.txt +share/kvirc/%%VER%%/doc/README +share/kvirc/%%VER%%/doc/addon.howto.txt +share/kvirc/%%VER%%/doc/firefox.hack.txt +share/kvirc/%%VER%%/doc/hackers.guide.txt +share/kvirc/%%VER%%/doc/scripting.faq.txt +share/kvirc/%%VER%%/doc/themes.howto.txt +share/kvirc/%%VER%%/doc/translations.howto.txt +share/kvirc/%%VER%%/doc/ui-style.tips.txt +share/kvirc/%%VER%%/help/en/_db_class.idx +share/kvirc/%%VER%%/help/en/_db_command.idx +share/kvirc/%%VER%%/help/en/_db_event.idx +share/kvirc/%%VER%%/help/en/_db_function.idx +share/kvirc/%%VER%%/help/en/_db_generic.idx +share/kvirc/%%VER%%/help/en/_db_keyterms.idx +share/kvirc/%%VER%%/help/en/_db_language.idx +share/kvirc/%%VER%%/help/en/_db_module.idx +share/kvirc/%%VER%%/help/en/_db_widget.idx +share/kvirc/%%VER%%/help/en/class_button.html +share/kvirc/%%VER%%/help/en/class_buttongroup.html +share/kvirc/%%VER%%/help/en/class_checkbox.html +share/kvirc/%%VER%%/help/en/class_colordialog.html +share/kvirc/%%VER%%/help/en/class_combobox.html +share/kvirc/%%VER%%/help/en/class_datetimeedit.html +share/kvirc/%%VER%%/help/en/class_dialog.html +share/kvirc/%%VER%%/help/en/class_dockwindow.html +share/kvirc/%%VER%%/help/en/class_file.html +share/kvirc/%%VER%%/help/en/class_ftp.html +share/kvirc/%%VER%%/help/en/class_groupbox.html +share/kvirc/%%VER%%/help/en/class_hbox.html +share/kvirc/%%VER%%/help/en/class_http.html +share/kvirc/%%VER%%/help/en/class_label.html +share/kvirc/%%VER%%/help/en/class_layout.html +share/kvirc/%%VER%%/help/en/class_lcdnumber.html +share/kvirc/%%VER%%/help/en/class_lineedit.html +share/kvirc/%%VER%%/help/en/class_list.html +share/kvirc/%%VER%%/help/en/class_listbox.html +share/kvirc/%%VER%%/help/en/class_listview.html +share/kvirc/%%VER%%/help/en/class_listviewitem.html +share/kvirc/%%VER%%/help/en/class_mainwindow.html +share/kvirc/%%VER%%/help/en/class_memorybuffer.html +share/kvirc/%%VER%%/help/en/class_menubar.html +share/kvirc/%%VER%%/help/en/class_multilineedit.html +share/kvirc/%%VER%%/help/en/class_object.html +share/kvirc/%%VER%%/help/en/class_painter.html +share/kvirc/%%VER%%/help/en/class_pixmap.html +share/kvirc/%%VER%%/help/en/class_popupmenu.html +share/kvirc/%%VER%%/help/en/class_process.html +share/kvirc/%%VER%%/help/en/class_progressbar.html +share/kvirc/%%VER%%/help/en/class_radiobutton.html +share/kvirc/%%VER%%/help/en/class_slider.html +share/kvirc/%%VER%%/help/en/class_socket.html +share/kvirc/%%VER%%/help/en/class_spinbox.html +share/kvirc/%%VER%%/help/en/class_sql.html +share/kvirc/%%VER%%/help/en/class_tablewidget.html +share/kvirc/%%VER%%/help/en/class_tabwidget.html +share/kvirc/%%VER%%/help/en/class_textbrowser.html +share/kvirc/%%VER%%/help/en/class_toolbar.html +share/kvirc/%%VER%%/help/en/class_toolbutton.html +share/kvirc/%%VER%%/help/en/class_trayicon.html +share/kvirc/%%VER%%/help/en/class_vbox.html +share/kvirc/%%VER%%/help/en/class_webview.html +share/kvirc/%%VER%%/help/en/class_widget.html +share/kvirc/%%VER%%/help/en/class_window.html +share/kvirc/%%VER%%/help/en/class_wizard.html +share/kvirc/%%VER%%/help/en/class_workspace.html +share/kvirc/%%VER%%/help/en/class_wrapper.html +share/kvirc/%%VER%%/help/en/class_xmlreader.html +share/kvirc/%%VER%%/help/en/cmd_about.kvirc.html +share/kvirc/%%VER%%/help/en/cmd_action.create.html +share/kvirc/%%VER%%/help/en/cmd_action.destroy.html +share/kvirc/%%VER%%/help/en/cmd_action.disable.html +share/kvirc/%%VER%%/help/en/cmd_action.enable.html +share/kvirc/%%VER%%/help/en/cmd_action.list.html +share/kvirc/%%VER%%/help/en/cmd_action.trigger.html +share/kvirc/%%VER%%/help/en/cmd_actioneditor.open.html +share/kvirc/%%VER%%/help/en/cmd_addon.configure.html +share/kvirc/%%VER%%/help/en/cmd_addon.dialog.html +share/kvirc/%%VER%%/help/en/cmd_addon.help.html +share/kvirc/%%VER%%/help/en/cmd_addon.install.html +share/kvirc/%%VER%%/help/en/cmd_addon.installfiles.html +share/kvirc/%%VER%%/help/en/cmd_addon.list.html +share/kvirc/%%VER%%/help/en/cmd_addon.pack.html +share/kvirc/%%VER%%/help/en/cmd_addon.register.html +share/kvirc/%%VER%%/help/en/cmd_addon.setconfigurecallback.html +share/kvirc/%%VER%%/help/en/cmd_addon.sethelpcallback.html +share/kvirc/%%VER%%/help/en/cmd_addon.uninstall.html +share/kvirc/%%VER%%/help/en/cmd_admin.html +share/kvirc/%%VER%%/help/en/cmd_ahost.html +share/kvirc/%%VER%%/help/en/cmd_alias.html +share/kvirc/%%VER%%/help/en/cmd_aliaseditor.open.html +share/kvirc/%%VER%%/help/en/cmd_avatar.notify.html +share/kvirc/%%VER%%/help/en/cmd_avatar.query.html +share/kvirc/%%VER%%/help/en/cmd_avatar.set.html +share/kvirc/%%VER%%/help/en/cmd_avatar.unset.html +share/kvirc/%%VER%%/help/en/cmd_away.html +share/kvirc/%%VER%%/help/en/cmd_awhois.html +share/kvirc/%%VER%%/help/en/cmd_back.html +share/kvirc/%%VER%%/help/en/cmd_ban.html +share/kvirc/%%VER%%/help/en/cmd_beep.html +share/kvirc/%%VER%%/help/en/cmd_break.html +share/kvirc/%%VER%%/help/en/cmd_button.html +share/kvirc/%%VER%%/help/en/cmd_buttonctl.html +share/kvirc/%%VER%%/help/en/cmd_cap.html +share/kvirc/%%VER%%/help/en/cmd_chanadmin.html +share/kvirc/%%VER%%/help/en/cmd_channelsjoin.open.html +share/kvirc/%%VER%%/help/en/cmd_chanowner.html +share/kvirc/%%VER%%/help/en/cmd_class.html +share/kvirc/%%VER%%/help/en/cmd_classeditor.open.html +share/kvirc/%%VER%%/help/en/cmd_codepage.html +share/kvirc/%%VER%%/help/en/cmd_codetester.open.html +share/kvirc/%%VER%%/help/en/cmd_config.clear.html +share/kvirc/%%VER%%/help/en/cmd_config.clearsection.html +share/kvirc/%%VER%%/help/en/cmd_config.close.html +share/kvirc/%%VER%%/help/en/cmd_config.flush.html +share/kvirc/%%VER%%/help/en/cmd_config.setsection.html +share/kvirc/%%VER%%/help/en/cmd_config.write.html +share/kvirc/%%VER%%/help/en/cmd_context.clearqueue.html +share/kvirc/%%VER%%/help/en/cmd_continue.html +share/kvirc/%%VER%%/help/en/cmd_ctcp.html +share/kvirc/%%VER%%/help/en/cmd_dcc.abort.html +share/kvirc/%%VER%%/help/en/cmd_dcc.chat.html +share/kvirc/%%VER%%/help/en/cmd_dcc.get.html +share/kvirc/%%VER%%/help/en/cmd_dcc.recv.html +share/kvirc/%%VER%%/help/en/cmd_dcc.rsend.html +share/kvirc/%%VER%%/help/en/cmd_dcc.send.html +share/kvirc/%%VER%%/help/en/cmd_dcc.setbandwidthlimit.html +share/kvirc/%%VER%%/help/en/cmd_dcc.voice.html +share/kvirc/%%VER%%/help/en/cmd_debug.html +share/kvirc/%%VER%%/help/en/cmd_dechanadmin.html +share/kvirc/%%VER%%/help/en/cmd_dechanowner.html +share/kvirc/%%VER%%/help/en/cmd_defpopup.html +share/kvirc/%%VER%%/help/en/cmd_dehalfop.html +share/kvirc/%%VER%%/help/en/cmd_delete.html +share/kvirc/%%VER%%/help/en/cmd_delpopupitem.html +share/kvirc/%%VER%%/help/en/cmd_deop.html +share/kvirc/%%VER%%/help/en/cmd_destroy.html +share/kvirc/%%VER%%/help/en/cmd_deuserop.html +share/kvirc/%%VER%%/help/en/cmd_devoice.html +share/kvirc/%%VER%%/help/en/cmd_dialog.file.html +share/kvirc/%%VER%%/help/en/cmd_dialog.image.html +share/kvirc/%%VER%%/help/en/cmd_dialog.message.html +share/kvirc/%%VER%%/help/en/cmd_dialog.textinput.html +share/kvirc/%%VER%%/help/en/cmd_die.html +share/kvirc/%%VER%%/help/en/cmd_do.html +share/kvirc/%%VER%%/help/en/cmd_echo.html +share/kvirc/%%VER%%/help/en/cmd_echoprivmsg.html +share/kvirc/%%VER%%/help/en/cmd_error.html +share/kvirc/%%VER%%/help/en/cmd_eval.html +share/kvirc/%%VER%%/help/en/cmd_event.html +share/kvirc/%%VER%%/help/en/cmd_eventctl.html +share/kvirc/%%VER%%/help/en/cmd_eventeditor.open.html +share/kvirc/%%VER%%/help/en/cmd_exec.html +share/kvirc/%%VER%%/help/en/cmd_exit.html +share/kvirc/%%VER%%/help/en/cmd_file.addimagepath.html +share/kvirc/%%VER%%/help/en/cmd_file.copy.html +share/kvirc/%%VER%%/help/en/cmd_file.delimagepath.html +share/kvirc/%%VER%%/help/en/cmd_file.mkdir.html +share/kvirc/%%VER%%/help/en/cmd_file.remove.html +share/kvirc/%%VER%%/help/en/cmd_file.rename.html +share/kvirc/%%VER%%/help/en/cmd_file.rmdir.html +share/kvirc/%%VER%%/help/en/cmd_file.write.html +share/kvirc/%%VER%%/help/en/cmd_file.writebytes.html +share/kvirc/%%VER%%/help/en/cmd_file.writelines.html +share/kvirc/%%VER%%/help/en/cmd_filetransferwindow.clear.html +share/kvirc/%%VER%%/help/en/cmd_filetransferwindow.open.html +share/kvirc/%%VER%%/help/en/cmd_for.html +share/kvirc/%%VER%%/help/en/cmd_foreach.html +share/kvirc/%%VER%%/help/en/cmd_function.html +share/kvirc/%%VER%%/help/en/cmd_global.html +share/kvirc/%%VER%%/help/en/cmd_halfop.html +share/kvirc/%%VER%%/help/en/cmd_halt.html +share/kvirc/%%VER%%/help/en/cmd_help.html +share/kvirc/%%VER%%/help/en/cmd_help.open.html +share/kvirc/%%VER%%/help/en/cmd_host.html +share/kvirc/%%VER%%/help/en/cmd_http.asyncget.html +share/kvirc/%%VER%%/help/en/cmd_http.get.html +share/kvirc/%%VER%%/help/en/cmd_ident.start.html +share/kvirc/%%VER%%/help/en/cmd_ident.stop.html +share/kvirc/%%VER%%/help/en/cmd_if.html +share/kvirc/%%VER%%/help/en/cmd_include.html +share/kvirc/%%VER%%/help/en/cmd_info.html +share/kvirc/%%VER%%/help/en/cmd_inject.html +share/kvirc/%%VER%%/help/en/cmd_invite.html +share/kvirc/%%VER%%/help/en/cmd_iograph.open.html +share/kvirc/%%VER%%/help/en/cmd_ison.html +share/kvirc/%%VER%%/help/en/cmd_join.html +share/kvirc/%%VER%%/help/en/cmd_kick.html +share/kvirc/%%VER%%/help/en/cmd_killtimer.html +share/kvirc/%%VER%%/help/en/cmd_leave.html +share/kvirc/%%VER%%/help/en/cmd_links.html +share/kvirc/%%VER%%/help/en/cmd_links.open.html +share/kvirc/%%VER%%/help/en/cmd_list.html +share/kvirc/%%VER%%/help/en/cmd_list.open.html +share/kvirc/%%VER%%/help/en/cmd_listtimers.html +share/kvirc/%%VER%%/help/en/cmd_log.flush.html +share/kvirc/%%VER%%/help/en/cmd_log.start.html +share/kvirc/%%VER%%/help/en/cmd_log.stop.html +share/kvirc/%%VER%%/help/en/cmd_logview.open.html +share/kvirc/%%VER%%/help/en/cmd_lusers.html +share/kvirc/%%VER%%/help/en/cmd_map.html +share/kvirc/%%VER%%/help/en/cmd_me.html +share/kvirc/%%VER%%/help/en/cmd_mediaplayer.detect.html +share/kvirc/%%VER%%/help/en/cmd_mediaplayer.hide.html +share/kvirc/%%VER%%/help/en/cmd_mediaplayer.jumpto.html +share/kvirc/%%VER%%/help/en/cmd_mediaplayer.minimize.html +share/kvirc/%%VER%%/help/en/cmd_mediaplayer.mute.html +share/kvirc/%%VER%%/help/en/cmd_mediaplayer.next.html +share/kvirc/%%VER%%/help/en/cmd_mediaplayer.pause.html +share/kvirc/%%VER%%/help/en/cmd_mediaplayer.play.html +share/kvirc/%%VER%%/help/en/cmd_mediaplayer.playmrl.html +share/kvirc/%%VER%%/help/en/cmd_mediaplayer.prev.html +share/kvirc/%%VER%%/help/en/cmd_mediaplayer.quit.html +share/kvirc/%%VER%%/help/en/cmd_mediaplayer.seteqdata.html +share/kvirc/%%VER%%/help/en/cmd_mediaplayer.setplayer.html +share/kvirc/%%VER%%/help/en/cmd_mediaplayer.setplaylistpos.html +share/kvirc/%%VER%%/help/en/cmd_mediaplayer.setrepeat.html +share/kvirc/%%VER%%/help/en/cmd_mediaplayer.setshuffle.html +share/kvirc/%%VER%%/help/en/cmd_mediaplayer.setvol.html +share/kvirc/%%VER%%/help/en/cmd_mediaplayer.show.html +share/kvirc/%%VER%%/help/en/cmd_mediaplayer.stop.html +share/kvirc/%%VER%%/help/en/cmd_mode.html +share/kvirc/%%VER%%/help/en/cmd_motd.html +share/kvirc/%%VER%%/help/en/cmd_msg.html +share/kvirc/%%VER%%/help/en/cmd_my.startidletimer.html +share/kvirc/%%VER%%/help/en/cmd_my.stopidletimer.html +share/kvirc/%%VER%%/help/en/cmd_nick.html +share/kvirc/%%VER%%/help/en/cmd_notice.html +share/kvirc/%%VER%%/help/en/cmd_notifier.hide.html +share/kvirc/%%VER%%/help/en/cmd_notifier.message.html +share/kvirc/%%VER%%/help/en/cmd_notifier.show.html +share/kvirc/%%VER%%/help/en/cmd_objects.clearobjects.html +share/kvirc/%%VER%%/help/en/cmd_objects.connect.html +share/kvirc/%%VER%%/help/en/cmd_objects.disconnect.html +share/kvirc/%%VER%%/help/en/cmd_objects.killclass.html +share/kvirc/%%VER%%/help/en/cmd_op.html +share/kvirc/%%VER%%/help/en/cmd_openurl.html +share/kvirc/%%VER%%/help/en/cmd_oper.html +share/kvirc/%%VER%%/help/en/cmd_operwall.html +share/kvirc/%%VER%%/help/en/cmd_option.html +share/kvirc/%%VER%%/help/en/cmd_options.close.html +share/kvirc/%%VER%%/help/en/cmd_options.dialog.html +share/kvirc/%%VER%%/help/en/cmd_options.edit.html +share/kvirc/%%VER%%/help/en/cmd_options.pages.html +share/kvirc/%%VER%%/help/en/cmd_options.save.html +share/kvirc/%%VER%%/help/en/cmd_package.extractfield.html +share/kvirc/%%VER%%/help/en/cmd_parse.html +share/kvirc/%%VER%%/help/en/cmd_part.html +share/kvirc/%%VER%%/help/en/cmd_pass.html +share/kvirc/%%VER%%/help/en/cmd_perl.begin.html +share/kvirc/%%VER%%/help/en/cmd_perl.destroy.html +share/kvirc/%%VER%%/help/en/cmd_perl.end.html +share/kvirc/%%VER%%/help/en/cmd_play.html +share/kvirc/%%VER%%/help/en/cmd_popup.addepilogue.html +share/kvirc/%%VER%%/help/en/cmd_popup.addextpopup.html +share/kvirc/%%VER%%/help/en/cmd_popup.additem.html +share/kvirc/%%VER%%/help/en/cmd_popup.addlabel.html +share/kvirc/%%VER%%/help/en/cmd_popup.addprologue.html +share/kvirc/%%VER%%/help/en/cmd_popup.addseparator.html +share/kvirc/%%VER%%/help/en/cmd_popup.addsubpopup.html +share/kvirc/%%VER%%/help/en/cmd_popup.clear.html +share/kvirc/%%VER%%/help/en/cmd_popup.create.html +share/kvirc/%%VER%%/help/en/cmd_popup.delitem.html +share/kvirc/%%VER%%/help/en/cmd_popup.destroy.html +share/kvirc/%%VER%%/help/en/cmd_popup.html +share/kvirc/%%VER%%/help/en/cmd_popup.show.html +share/kvirc/%%VER%%/help/en/cmd_popupeditor.open.html +share/kvirc/%%VER%%/help/en/cmd_privateimpl.html +share/kvirc/%%VER%%/help/en/cmd_privmsg.html +share/kvirc/%%VER%%/help/en/cmd_proxydb.addproxy.html +share/kvirc/%%VER%%/help/en/cmd_proxydb.sethostname.html +share/kvirc/%%VER%%/help/en/cmd_proxydb.setip.html +share/kvirc/%%VER%%/help/en/cmd_proxydb.setipv6.html +share/kvirc/%%VER%%/help/en/cmd_proxydb.setpass.html +share/kvirc/%%VER%%/help/en/cmd_proxydb.setport.html +share/kvirc/%%VER%%/help/en/cmd_proxydb.setprotocol.html +share/kvirc/%%VER%%/help/en/cmd_proxydb.setuser.html +share/kvirc/%%VER%%/help/en/cmd_python.begin.html +share/kvirc/%%VER%%/help/en/cmd_python.destroy.html +share/kvirc/%%VER%%/help/en/cmd_python.end.html +share/kvirc/%%VER%%/help/en/cmd_query.html +share/kvirc/%%VER%%/help/en/cmd_quit.html +share/kvirc/%%VER%%/help/en/cmd_quote.html +share/kvirc/%%VER%%/help/en/cmd_raise.html +share/kvirc/%%VER%%/help/en/cmd_raw.html +share/kvirc/%%VER%%/help/en/cmd_raweditor.open.html +share/kvirc/%%VER%%/help/en/cmd_rebind.html +share/kvirc/%%VER%%/help/en/cmd_regchan.add.html +share/kvirc/%%VER%%/help/en/cmd_regchan.remove.html +share/kvirc/%%VER%%/help/en/cmd_regchan.setproperty.html +share/kvirc/%%VER%%/help/en/cmd_regchan.showlist.html +share/kvirc/%%VER%%/help/en/cmd_reguser.add.html +share/kvirc/%%VER%%/help/en/cmd_reguser.addmask.html +share/kvirc/%%VER%%/help/en/cmd_reguser.delmask.html +share/kvirc/%%VER%%/help/en/cmd_reguser.edit.html +share/kvirc/%%VER%%/help/en/cmd_reguser.remove.html +share/kvirc/%%VER%%/help/en/cmd_reguser.setignoreenabled.html +share/kvirc/%%VER%%/help/en/cmd_reguser.setignoreflags.html +share/kvirc/%%VER%%/help/en/cmd_reguser.setproperty.html +share/kvirc/%%VER%%/help/en/cmd_reguser.showlist.html +share/kvirc/%%VER%%/help/en/cmd_reguser.wizard.html +share/kvirc/%%VER%%/help/en/cmd_return.html +share/kvirc/%%VER%%/help/en/cmd_run.html +share/kvirc/%%VER%%/help/en/cmd_say.html +share/kvirc/%%VER%%/help/en/cmd_server.html +share/kvirc/%%VER%%/help/en/cmd_serverdb.addnetwork.html +share/kvirc/%%VER%%/help/en/cmd_serverdb.addserver.html +share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkconnectcommand.html +share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkdescription.html +share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkencoding.html +share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkjoinchannels.html +share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworklogincommand.html +share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworknickname.html +share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkrealname.html +share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworktextencoding.html +share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkusername.html +share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverconnectcommand.html +share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverdescription.html +share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverencoding.html +share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverjoinchannels.html +share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverlogincommand.html +share/kvirc/%%VER%%/help/en/cmd_serverdb.setservernickname.html +share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverrealname.html +share/kvirc/%%VER%%/help/en/cmd_serverdb.setservertextencoding.html +share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverusername.html +share/kvirc/%%VER%%/help/en/cmd_service.html +share/kvirc/%%VER%%/help/en/cmd_setmenu.html +share/kvirc/%%VER%%/help/en/cmd_setreturn.html +share/kvirc/%%VER%%/help/en/cmd_sharedfile.add.html +share/kvirc/%%VER%%/help/en/cmd_sharedfile.clear.html +share/kvirc/%%VER%%/help/en/cmd_sharedfile.list.html +share/kvirc/%%VER%%/help/en/cmd_sharedfile.remove.html +share/kvirc/%%VER%%/help/en/cmd_sharedfileswindow.open.html +share/kvirc/%%VER%%/help/en/cmd_snd.mute.html +share/kvirc/%%VER%%/help/en/cmd_snd.play.html +share/kvirc/%%VER%%/help/en/cmd_snd.unmute.html +share/kvirc/%%VER%%/help/en/cmd_sockets.html +share/kvirc/%%VER%%/help/en/cmd_socketspy.open.html +share/kvirc/%%VER%%/help/en/cmd_spaste.clipboard.html +share/kvirc/%%VER%%/help/en/cmd_spaste.file.html +share/kvirc/%%VER%%/help/en/cmd_spaste.list.html +share/kvirc/%%VER%%/help/en/cmd_spaste.setdelay.html +share/kvirc/%%VER%%/help/en/cmd_spaste.stop.html +share/kvirc/%%VER%%/help/en/cmd_spellchecker.reloaddictionaries.html +share/kvirc/%%VER%%/help/en/cmd_squery.html +share/kvirc/%%VER%%/help/en/cmd_squit.html +share/kvirc/%%VER%%/help/en/cmd_srand.html +share/kvirc/%%VER%%/help/en/cmd_stats.html +share/kvirc/%%VER%%/help/en/cmd_str.toclipboard.html +share/kvirc/%%VER%%/help/en/cmd_switch.html +share/kvirc/%%VER%%/help/en/cmd_system.runcmd.html +share/kvirc/%%VER%%/help/en/cmd_system.setclipboard.html +share/kvirc/%%VER%%/help/en/cmd_system.setenv.html +share/kvirc/%%VER%%/help/en/cmd_system.setselection.html +share/kvirc/%%VER%%/help/en/cmd_term.open.html +share/kvirc/%%VER%%/help/en/cmd_texticons.set.html +share/kvirc/%%VER%%/help/en/cmd_theme.apply.html +share/kvirc/%%VER%%/help/en/cmd_theme.dialog.html +share/kvirc/%%VER%%/help/en/cmd_theme.install.html +share/kvirc/%%VER%%/help/en/cmd_theme.pack.html +share/kvirc/%%VER%%/help/en/cmd_theme.screenshot.html +share/kvirc/%%VER%%/help/en/cmd_time.html +share/kvirc/%%VER%%/help/en/cmd_timer.html +share/kvirc/%%VER%%/help/en/cmd_tip.open.html +share/kvirc/%%VER%%/help/en/cmd_tmphighlight.addchannel.html +share/kvirc/%%VER%%/help/en/cmd_tmphighlight.addnick.html +share/kvirc/%%VER%%/help/en/cmd_tmphighlight.removechannel.html +share/kvirc/%%VER%%/help/en/cmd_tmphighlight.removenick.html +share/kvirc/%%VER%%/help/en/cmd_toolbar.additem.html +share/kvirc/%%VER%%/help/en/cmd_toolbar.clear.html +share/kvirc/%%VER%%/help/en/cmd_toolbar.create.html +share/kvirc/%%VER%%/help/en/cmd_toolbar.destroy.html +share/kvirc/%%VER%%/help/en/cmd_toolbar.hide.html +share/kvirc/%%VER%%/help/en/cmd_toolbar.remove.html +share/kvirc/%%VER%%/help/en/cmd_toolbar.show.html +share/kvirc/%%VER%%/help/en/cmd_toolbareditor.open.html +share/kvirc/%%VER%%/help/en/cmd_topic.html +share/kvirc/%%VER%%/help/en/cmd_torrent.announce.html +share/kvirc/%%VER%%/help/en/cmd_torrent.detect.html +share/kvirc/%%VER%%/help/en/cmd_torrent.setclient.html +share/kvirc/%%VER%%/help/en/cmd_torrent.setfilepriority.html +share/kvirc/%%VER%%/help/en/cmd_torrent.setmaxdownloadspeed.html +share/kvirc/%%VER%%/help/en/cmd_torrent.setmaxuploadspeed.html +share/kvirc/%%VER%%/help/en/cmd_torrent.start.html +share/kvirc/%%VER%%/help/en/cmd_torrent.startall.html +share/kvirc/%%VER%%/help/en/cmd_torrent.stop.html +share/kvirc/%%VER%%/help/en/cmd_torrent.stopall.html +share/kvirc/%%VER%%/help/en/cmd_trace.html +share/kvirc/%%VER%%/help/en/cmd_trayicon.hide.html +share/kvirc/%%VER%%/help/en/cmd_trayicon.hidewindow.html +share/kvirc/%%VER%%/help/en/cmd_trayicon.show.html +share/kvirc/%%VER%%/help/en/cmd_trload.html +share/kvirc/%%VER%%/help/en/cmd_trunload.html +share/kvirc/%%VER%%/help/en/cmd_unban.html +share/kvirc/%%VER%%/help/en/cmd_unset.html +share/kvirc/%%VER%%/help/en/cmd_upnp.addportmapping.html +share/kvirc/%%VER%%/help/en/cmd_upnp.delportmapping.html +share/kvirc/%%VER%%/help/en/cmd_upnp.refresh.html +share/kvirc/%%VER%%/help/en/cmd_url.config.html +share/kvirc/%%VER%%/help/en/cmd_url.list.html +share/kvirc/%%VER%%/help/en/cmd_userop.html +share/kvirc/%%VER%%/help/en/cmd_version.html +share/kvirc/%%VER%%/help/en/cmd_voice.html +share/kvirc/%%VER%%/help/en/cmd_wallops.html +share/kvirc/%%VER%%/help/en/cmd_warning.html +share/kvirc/%%VER%%/help/en/cmd_while.html +share/kvirc/%%VER%%/help/en/cmd_who.html +share/kvirc/%%VER%%/help/en/cmd_whois.html +share/kvirc/%%VER%%/help/en/cmd_whowas.html +share/kvirc/%%VER%%/help/en/cmd_window.activate.html +share/kvirc/%%VER%%/help/en/cmd_window.clearoutput.html +share/kvirc/%%VER%%/help/en/cmd_window.close.html +share/kvirc/%%VER%%/help/en/cmd_window.demandattention.html +share/kvirc/%%VER%%/help/en/cmd_window.dock.html +share/kvirc/%%VER%%/help/en/cmd_window.highlight.html +share/kvirc/%%VER%%/help/en/cmd_window.insertininputtext.html +share/kvirc/%%VER%%/help/en/cmd_window.listtypes.html +share/kvirc/%%VER%%/help/en/cmd_window.savepropertiesasdefault.html +share/kvirc/%%VER%%/help/en/cmd_window.setbackground.html +share/kvirc/%%VER%%/help/en/cmd_window.setcryptengine.html +share/kvirc/%%VER%%/help/en/cmd_window.setinputtext.html +share/kvirc/%%VER%%/help/en/cmd_window.setwindowtitle.html +share/kvirc/%%VER%%/help/en/cmd_window.splitview.html +share/kvirc/%%VER%%/help/en/cmd_window.undock.html +share/kvirc/%%VER%%/help/en/cmd_window.unsplitview.html +share/kvirc/%%VER%%/help/en/doc_aliases.html +share/kvirc/%%VER%%/help/en/doc_antispam.html +share/kvirc/%%VER%%/help/en/doc_arrayconcatenation.html +share/kvirc/%%VER%%/help/en/doc_assignment.html +share/kvirc/%%VER%%/help/en/doc_binding.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_$.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_a.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_b.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_c.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_d.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_e.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_f.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_g.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_h.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_i.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_j.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_k.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_l.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_m.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_n.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_o.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_p.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_q.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_r.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_s.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_t.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_u.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_v.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_w.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_x.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_y.html +share/kvirc/%%VER%%/help/en/doc_class_alphabetic_z.html +share/kvirc/%%VER%%/help/en/doc_class_index_all.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_$.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_a.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_b.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_c.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_d.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_e.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_f.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_g.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_h.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_i.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_j.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_k.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_l.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_m.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_n.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_o.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_p.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_q.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_r.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_s.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_t.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_u.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_v.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_w.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_x.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_y.html +share/kvirc/%%VER%%/help/en/doc_command_alphabetic_z.html +share/kvirc/%%VER%%/help/en/doc_command_index_all.html +share/kvirc/%%VER%%/help/en/doc_command_rebinding.html +share/kvirc/%%VER%%/help/en/doc_commandline.html +share/kvirc/%%VER%%/help/en/doc_connection_dependent_commands.html +share/kvirc/%%VER%%/help/en/doc_crypt_engines.html +share/kvirc/%%VER%%/help/en/doc_ctcp_avatar.html +share/kvirc/%%VER%%/help/en/doc_ctcp_handling.html +share/kvirc/%%VER%%/help/en/doc_ctcpfloodprotectionoptions.html +share/kvirc/%%VER%%/help/en/doc_dcc_connection.html +share/kvirc/%%VER%%/help/en/doc_easyplugins.html +share/kvirc/%%VER%%/help/en/doc_escape_sequences.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_$.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_a.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_b.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_c.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_d.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_e.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_f.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_g.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_h.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_i.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_j.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_k.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_l.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_m.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_n.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_o.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_p.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_q.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_r.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_s.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_t.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_u.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_v.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_w.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_x.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_y.html +share/kvirc/%%VER%%/help/en/doc_event_alphabetic_z.html +share/kvirc/%%VER%%/help/en/doc_event_index_all.html +share/kvirc/%%VER%%/help/en/doc_events.html +share/kvirc/%%VER%%/help/en/doc_expressioneval.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_$.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_a.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_b.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_c.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_d.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_e.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_f.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_g.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_h.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_i.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_j.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_k.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_l.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_m.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_n.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_o.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_p.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_q.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_r.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_s.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_t.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_u.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_v.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_w.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_x.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_y.html +share/kvirc/%%VER%%/help/en/doc_function_alphabetic_z.html +share/kvirc/%%VER%%/help/en/doc_function_index_all.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_$.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_a.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_b.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_c.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_d.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_e.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_f.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_g.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_h.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_i.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_j.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_k.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_l.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_m.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_n.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_o.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_p.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_q.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_r.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_s.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_t.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_u.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_v.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_w.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_x.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_y.html +share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_z.html +share/kvirc/%%VER%%/help/en/doc_generic_index_all.html +share/kvirc/%%VER%%/help/en/doc_image_id.html +share/kvirc/%%VER%%/help/en/doc_incrementdecrement.html +share/kvirc/%%VER%%/help/en/doc_irc_masks.html +share/kvirc/%%VER%%/help/en/doc_ircintro.html +share/kvirc/%%VER%%/help/en/doc_keyboard.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_$.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_a.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_b.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_c.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_d.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_e.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_f.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_g.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_h.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_i.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_j.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_k.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_l.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_m.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_n.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_o.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_p.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_q.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_r.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_s.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_t.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_u.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_v.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_w.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_x.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_y.html +share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_z.html +share/kvirc/%%VER%%/help/en/doc_keyterms_index_all.html +share/kvirc/%%VER%%/help/en/doc_kvircintro.html +share/kvirc/%%VER%%/help/en/doc_kvs_addons.html +share/kvirc/%%VER%%/help/en/doc_kvs_aliasesandfunctions.html +share/kvirc/%%VER%%/help/en/doc_kvs_basicconcepts.html +share/kvirc/%%VER%%/help/en/doc_kvs_codingtips.html +share/kvirc/%%VER%%/help/en/doc_kvs_datatypes.html +share/kvirc/%%VER%%/help/en/doc_kvs_introduction.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_$.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_a.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_b.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_c.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_d.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_e.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_f.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_g.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_h.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_i.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_j.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_k.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_l.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_m.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_n.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_o.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_p.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_q.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_r.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_s.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_t.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_u.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_v.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_w.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_x.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_y.html +share/kvirc/%%VER%%/help/en/doc_language_alphabetic_z.html +share/kvirc/%%VER%%/help/en/doc_language_index_all.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_$.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_a.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_b.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_c.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_d.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_e.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_f.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_g.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_h.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_i.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_j.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_k.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_l.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_m.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_n.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_o.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_p.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_q.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_r.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_s.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_t.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_u.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_v.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_w.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_x.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_y.html +share/kvirc/%%VER%%/help/en/doc_module_alphabetic_z.html +share/kvirc/%%VER%%/help/en/doc_module_index_all.html +share/kvirc/%%VER%%/help/en/doc_modules.html +share/kvirc/%%VER%%/help/en/doc_nickserv_proto.html +share/kvirc/%%VER%%/help/en/doc_noblockingdialogs.html +share/kvirc/%%VER%%/help/en/doc_notify_list.html +share/kvirc/%%VER%%/help/en/doc_objects.html +share/kvirc/%%VER%%/help/en/doc_operators.html +share/kvirc/%%VER%%/help/en/doc_perl_and_kvs.html +share/kvirc/%%VER%%/help/en/doc_python_and_kvs.html +share/kvirc/%%VER%%/help/en/doc_registered_users.html +share/kvirc/%%VER%%/help/en/doc_rfc2812.html +share/kvirc/%%VER%%/help/en/doc_rfc2812wrappers.html +share/kvirc/%%VER%%/help/en/doc_script_localization.html +share/kvirc/%%VER%%/help/en/doc_selfarithmetic.html +share/kvirc/%%VER%%/help/en/doc_selfbitwise.html +share/kvirc/%%VER%%/help/en/doc_shared_files.html +share/kvirc/%%VER%%/help/en/doc_stringconcatenation.html +share/kvirc/%%VER%%/help/en/doc_syntactic_rules.html +share/kvirc/%%VER%%/help/en/doc_texticons.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_$.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_a.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_b.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_c.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_d.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_e.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_f.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_g.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_h.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_i.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_j.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_k.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_l.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_m.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_n.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_o.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_p.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_q.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_r.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_s.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_t.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_u.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_v.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_w.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_x.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_y.html +share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_z.html +share/kvirc/%%VER%%/help/en/doc_widget_index_all.html +share/kvirc/%%VER%%/help/en/doc_window_naming_conventions.html +share/kvirc/%%VER%%/help/en/documentation.%%VER%%.3.tag +share/kvirc/%%VER%%/help/en/event_onaccelkeypressed.html +share/kvirc/%%VER%%/help/en/event_onaccount.html +share/kvirc/%%VER%%/help/en/event_onaction.html +share/kvirc/%%VER%%/help/en/event_onaway.html +share/kvirc/%%VER%%/help/en/event_onban.html +share/kvirc/%%VER%%/help/en/event_onbanexception.html +share/kvirc/%%VER%%/help/en/event_onbanexceptionremove.html +share/kvirc/%%VER%%/help/en/event_onbroadcastnotice.html +share/kvirc/%%VER%%/help/en/event_oncap.html +share/kvirc/%%VER%%/help/en/event_onchanadmin.html +share/kvirc/%%VER%%/help/en/event_onchannellinkclick.html +share/kvirc/%%VER%%/help/en/event_onchannellinkpopuprequest.html +share/kvirc/%%VER%%/help/en/event_onchannelmessage.html +share/kvirc/%%VER%%/help/en/event_onchannelmodechange.html +share/kvirc/%%VER%%/help/en/event_onchannelnickdefaultactionrequest.html +share/kvirc/%%VER%%/help/en/event_onchannelnicklinkclick.html +share/kvirc/%%VER%%/help/en/event_onchannelnickpopuprequest.html +share/kvirc/%%VER%%/help/en/event_onchannelnotice.html +share/kvirc/%%VER%%/help/en/event_onchannelpopuprequest.html +share/kvirc/%%VER%%/help/en/event_onchannelsync.html +share/kvirc/%%VER%%/help/en/event_onchannelwindowcreated.html +share/kvirc/%%VER%%/help/en/event_onchanowner.html +share/kvirc/%%VER%%/help/en/event_onchanservnotice.html +share/kvirc/%%VER%%/help/en/event_onconsolenicklinkclick.html +share/kvirc/%%VER%%/help/en/event_onconsolepopuprequest.html +share/kvirc/%%VER%%/help/en/event_onctcpflood.html +share/kvirc/%%VER%%/help/en/event_onctcpreply.html +share/kvirc/%%VER%%/help/en/event_onctcprequest.html +share/kvirc/%%VER%%/help/en/event_ondccchatconnected.html +share/kvirc/%%VER%%/help/en/event_ondccchatconnectioninprogress.html +share/kvirc/%%VER%%/help/en/event_ondccchatdisconnected.html +share/kvirc/%%VER%%/help/en/event_ondccchaterror.html +share/kvirc/%%VER%%/help/en/event_ondccchatmessage.html +share/kvirc/%%VER%%/help/en/event_ondccchatpopuprequest.html +share/kvirc/%%VER%%/help/en/event_ondccchatwindowclosing.html +share/kvirc/%%VER%%/help/en/event_ondccchatwindowcreated.html +share/kvirc/%%VER%%/help/en/event_ondccfiletransferbegin.html +share/kvirc/%%VER%%/help/en/event_ondccfiletransferconnectioninprogress.html +share/kvirc/%%VER%%/help/en/event_ondccfiletransferfailed.html +share/kvirc/%%VER%%/help/en/event_ondccfiletransfersuccess.html +share/kvirc/%%VER%%/help/en/event_ondccsessioncreated.html +share/kvirc/%%VER%%/help/en/event_ondccsessiondestroyed.html +share/kvirc/%%VER%%/help/en/event_ondechanadmin.html +share/kvirc/%%VER%%/help/en/event_ondechanowner.html +share/kvirc/%%VER%%/help/en/event_ondehalfop.html +share/kvirc/%%VER%%/help/en/event_ondeircop.html +share/kvirc/%%VER%%/help/en/event_ondeop.html +share/kvirc/%%VER%%/help/en/event_ondeuserop.html +share/kvirc/%%VER%%/help/en/event_ondevoice.html +share/kvirc/%%VER%%/help/en/event_ondisconnectrequest.html +share/kvirc/%%VER%%/help/en/event_onerror.html +share/kvirc/%%VER%%/help/en/event_onframewindowcreated.html +share/kvirc/%%VER%%/help/en/event_onframewindowdestroyed.html +share/kvirc/%%VER%%/help/en/event_onhalfop.html +share/kvirc/%%VER%%/help/en/event_onhighlight.html +share/kvirc/%%VER%%/help/en/event_onhostchange.html +share/kvirc/%%VER%%/help/en/event_onhostlinkclick.html +share/kvirc/%%VER%%/help/en/event_onhostlinkpopuprequest.html +share/kvirc/%%VER%%/help/en/event_onhttpgetterminated.html +share/kvirc/%%VER%%/help/en/event_onignoredmessage.html +share/kvirc/%%VER%%/help/en/event_oninputbarpaste.html +share/kvirc/%%VER%%/help/en/event_oninvite.html +share/kvirc/%%VER%%/help/en/event_oninviteexception.html +share/kvirc/%%VER%%/help/en/event_oninviteexceptionremove.html +share/kvirc/%%VER%%/help/en/event_onirc.html +share/kvirc/%%VER%%/help/en/event_onircconnectionestablished.html +share/kvirc/%%VER%%/help/en/event_onircconnectionterminated.html +share/kvirc/%%VER%%/help/en/event_onirccontextcreated.html +share/kvirc/%%VER%%/help/en/event_onirccontextdestroyed.html +share/kvirc/%%VER%%/help/en/event_onircop.html +share/kvirc/%%VER%%/help/en/event_onjoin.html +share/kvirc/%%VER%%/help/en/event_onkeyset.html +share/kvirc/%%VER%%/help/en/event_onkeyunset.html +share/kvirc/%%VER%%/help/en/event_onkick.html +share/kvirc/%%VER%%/help/en/event_onkvircshutdown.html +share/kvirc/%%VER%%/help/en/event_onkvircstartup.html +share/kvirc/%%VER%%/help/en/event_onlagalarmtimedown.html +share/kvirc/%%VER%%/help/en/event_onlagalarmtimeup.html +share/kvirc/%%VER%%/help/en/event_onlagcheck.html +share/kvirc/%%VER%%/help/en/event_onlimitset.html +share/kvirc/%%VER%%/help/en/event_onlimitunset.html +share/kvirc/%%VER%%/help/en/event_onmeaction.html +share/kvirc/%%VER%%/help/en/event_onmeaway.html +share/kvirc/%%VER%%/help/en/event_onmeback.html +share/kvirc/%%VER%%/help/en/event_onmeban.html +share/kvirc/%%VER%%/help/en/event_onmebanexception.html +share/kvirc/%%VER%%/help/en/event_onmebanexceptionremove.html +share/kvirc/%%VER%%/help/en/event_onmechanadmin.html +share/kvirc/%%VER%%/help/en/event_onmechanowner.html +share/kvirc/%%VER%%/help/en/event_onmedechanadmin.html +share/kvirc/%%VER%%/help/en/event_onmedechanowner.html +share/kvirc/%%VER%%/help/en/event_onmedehalfop.html +share/kvirc/%%VER%%/help/en/event_onmedeircop.html +share/kvirc/%%VER%%/help/en/event_onmedeop.html +share/kvirc/%%VER%%/help/en/event_onmedeuserop.html +share/kvirc/%%VER%%/help/en/event_onmedevoice.html +share/kvirc/%%VER%%/help/en/event_onmehalfop.html +share/kvirc/%%VER%%/help/en/event_onmehostchange.html +share/kvirc/%%VER%%/help/en/event_onmeinviteexception.html +share/kvirc/%%VER%%/help/en/event_onmeinviteexceptionremove.html +share/kvirc/%%VER%%/help/en/event_onmeircop.html +share/kvirc/%%VER%%/help/en/event_onmejoin.html +share/kvirc/%%VER%%/help/en/event_onmekick.html +share/kvirc/%%VER%%/help/en/event_onmemoservnotice.html +share/kvirc/%%VER%%/help/en/event_onmenickchange.html +share/kvirc/%%VER%%/help/en/event_onmeop.html +share/kvirc/%%VER%%/help/en/event_onmepart.html +share/kvirc/%%VER%%/help/en/event_onmequietban.html +share/kvirc/%%VER%%/help/en/event_onmequietunban.html +share/kvirc/%%VER%%/help/en/event_onmeunban.html +share/kvirc/%%VER%%/help/en/event_onmeuserop.html +share/kvirc/%%VER%%/help/en/event_onmevoice.html +share/kvirc/%%VER%%/help/en/event_onnetsplit.html +share/kvirc/%%VER%%/help/en/event_onnickchange.html +share/kvirc/%%VER%%/help/en/event_onnicklinkdefaultactionrequest.html +share/kvirc/%%VER%%/help/en/event_onnicklinkpopuprequest.html +share/kvirc/%%VER%%/help/en/event_onnickservauth.html +share/kvirc/%%VER%%/help/en/event_onnickservnotice.html +share/kvirc/%%VER%%/help/en/event_onnotifylistdefaultactionrequest.html +share/kvirc/%%VER%%/help/en/event_onnotifylistpopuprequest.html +share/kvirc/%%VER%%/help/en/event_onnotifyoffline.html +share/kvirc/%%VER%%/help/en/event_onnotifyonline.html +share/kvirc/%%VER%%/help/en/event_onop.html +share/kvirc/%%VER%%/help/en/event_onoutboundtraffic.html +share/kvirc/%%VER%%/help/en/event_onpart.html +share/kvirc/%%VER%%/help/en/event_onping.html +share/kvirc/%%VER%%/help/en/event_onpong.html +share/kvirc/%%VER%%/help/en/event_onqueryfiledropped.html +share/kvirc/%%VER%%/help/en/event_onquerymessage.html +share/kvirc/%%VER%%/help/en/event_onquerynickdefaultactionrequest.html +share/kvirc/%%VER%%/help/en/event_onquerynicklinkclick.html +share/kvirc/%%VER%%/help/en/event_onquerynickpopuprequest.html +share/kvirc/%%VER%%/help/en/event_onquerynotice.html +share/kvirc/%%VER%%/help/en/event_onquerypopuprequest.html +share/kvirc/%%VER%%/help/en/event_onquerytargetadded.html +share/kvirc/%%VER%%/help/en/event_onquerywindowcreated.html +share/kvirc/%%VER%%/help/en/event_onquerywindowrequest.html +share/kvirc/%%VER%%/help/en/event_onquietban.html +share/kvirc/%%VER%%/help/en/event_onquietunban.html +share/kvirc/%%VER%%/help/en/event_onquit.html +share/kvirc/%%VER%%/help/en/event_onserverlinkclick.html +share/kvirc/%%VER%%/help/en/event_onserverlinkpopuprequest.html +share/kvirc/%%VER%%/help/en/event_onservernotice.html +share/kvirc/%%VER%%/help/en/event_ontextinput.html +share/kvirc/%%VER%%/help/en/event_ontextviewdoublecliked.html +share/kvirc/%%VER%%/help/en/event_ontopic.html +share/kvirc/%%VER%%/help/en/event_onunban.html +share/kvirc/%%VER%%/help/en/event_onunhandledliteral.html +share/kvirc/%%VER%%/help/en/event_onurl.html +share/kvirc/%%VER%%/help/en/event_onurllinkclick.html +share/kvirc/%%VER%%/help/en/event_onurllinkpopuprequest.html +share/kvirc/%%VER%%/help/en/event_onusermodechange.html +share/kvirc/%%VER%%/help/en/event_onuserop.html +share/kvirc/%%VER%%/help/en/event_onvoice.html +share/kvirc/%%VER%%/help/en/event_onwallops.html +share/kvirc/%%VER%%/help/en/event_onwindowactivated.html +share/kvirc/%%VER%%/help/en/event_onwindowpopuprequest.html +share/kvirc/%%VER%%/help/en/event_onwindowtitlerequest.html +share/kvirc/%%VER%%/help/en/fnc_$.html +share/kvirc/%%VER%%/help/en/fnc_$window.cryptengine.html +share/kvirc/%%VER%%/help/en/fnc_$window.inputtext.html +share/kvirc/%%VER%%/help/en/fnc_action.exists.html +share/kvirc/%%VER%%/help/en/fnc_action.isenabled.html +share/kvirc/%%VER%%/help/en/fnc_active.html +share/kvirc/%%VER%%/help/en/fnc_addon.exists.html +share/kvirc/%%VER%%/help/en/fnc_addon.version.html +share/kvirc/%%VER%%/help/en/fnc_aliasbody.html +share/kvirc/%%VER%%/help/en/fnc_array.html +share/kvirc/%%VER%%/help/en/fnc_ascii.html +share/kvirc/%%VER%%/help/en/fnc_asciitobase64.html +share/kvirc/%%VER%%/help/en/fnc_asciitohex.html +share/kvirc/%%VER%%/help/en/fnc_avatar.name.html +share/kvirc/%%VER%%/help/en/fnc_avatar.path.html +share/kvirc/%%VER%%/help/en/fnc_away.html +share/kvirc/%%VER%%/help/en/fnc_b.html +share/kvirc/%%VER%%/help/en/fnc_base64toascii.html +share/kvirc/%%VER%%/help/en/fnc_bool.html +share/kvirc/%%VER%%/help/en/fnc_boolean.html +share/kvirc/%%VER%%/help/en/fnc_certificate.html +share/kvirc/%%VER%%/help/en/fnc_chan.admincount.html +share/kvirc/%%VER%%/help/en/fnc_chan.bancount.html +share/kvirc/%%VER%%/help/en/fnc_chan.banexceptioncount.html +share/kvirc/%%VER%%/help/en/fnc_chan.banexceptionlist.html +share/kvirc/%%VER%%/help/en/fnc_chan.banlist.html +share/kvirc/%%VER%%/help/en/fnc_chan.common.html +share/kvirc/%%VER%%/help/en/fnc_chan.getflag.html +share/kvirc/%%VER%%/help/en/fnc_chan.geturl.html +share/kvirc/%%VER%%/help/en/fnc_chan.halfopcount.html +share/kvirc/%%VER%%/help/en/fnc_chan.invitecount.html +share/kvirc/%%VER%%/help/en/fnc_chan.invitelist.html +share/kvirc/%%VER%%/help/en/fnc_chan.isadmin.html +share/kvirc/%%VER%%/help/en/fnc_chan.isdead.html +share/kvirc/%%VER%%/help/en/fnc_chan.ishalfop.html +share/kvirc/%%VER%%/help/en/fnc_chan.ismeadmin.html +share/kvirc/%%VER%%/help/en/fnc_chan.ismehalfop.html +share/kvirc/%%VER%%/help/en/fnc_chan.ismeop.html +share/kvirc/%%VER%%/help/en/fnc_chan.ismeowner.html +share/kvirc/%%VER%%/help/en/fnc_chan.ismeuserop.html +share/kvirc/%%VER%%/help/en/fnc_chan.ismevoice.html +share/kvirc/%%VER%%/help/en/fnc_chan.ison.html +share/kvirc/%%VER%%/help/en/fnc_chan.isop.html +share/kvirc/%%VER%%/help/en/fnc_chan.isowner.html +share/kvirc/%%VER%%/help/en/fnc_chan.isuserop.html +share/kvirc/%%VER%%/help/en/fnc_chan.isvoice.html +share/kvirc/%%VER%%/help/en/fnc_chan.key.html +share/kvirc/%%VER%%/help/en/fnc_chan.limit.html +share/kvirc/%%VER%%/help/en/fnc_chan.maskcount.html +share/kvirc/%%VER%%/help/en/fnc_chan.masklist.html +share/kvirc/%%VER%%/help/en/fnc_chan.matchban.html +share/kvirc/%%VER%%/help/en/fnc_chan.matchbanexception.html +share/kvirc/%%VER%%/help/en/fnc_chan.matchinvite.html +share/kvirc/%%VER%%/help/en/fnc_chan.matchmask.html +share/kvirc/%%VER%%/help/en/fnc_chan.matchqban.html +share/kvirc/%%VER%%/help/en/fnc_chan.mode.html +share/kvirc/%%VER%%/help/en/fnc_chan.modeparam.html +share/kvirc/%%VER%%/help/en/fnc_chan.name.html +share/kvirc/%%VER%%/help/en/fnc_chan.opcount.html +share/kvirc/%%VER%%/help/en/fnc_chan.ownercount.html +share/kvirc/%%VER%%/help/en/fnc_chan.topic.html +share/kvirc/%%VER%%/help/en/fnc_chan.topicsetat.html +share/kvirc/%%VER%%/help/en/fnc_chan.topicsetby.html +share/kvirc/%%VER%%/help/en/fnc_chan.usercount.html +share/kvirc/%%VER%%/help/en/fnc_chan.userjointime.html +share/kvirc/%%VER%%/help/en/fnc_chan.userlastactiontime.html +share/kvirc/%%VER%%/help/en/fnc_chan.usermodelevel.html +share/kvirc/%%VER%%/help/en/fnc_chan.useropcount.html +share/kvirc/%%VER%%/help/en/fnc_chan.users.html +share/kvirc/%%VER%%/help/en/fnc_chan.voicecount.html +share/kvirc/%%VER%%/help/en/fnc_channel.html +share/kvirc/%%VER%%/help/en/fnc_char.html +share/kvirc/%%VER%%/help/en/fnc_classdefined.html +share/kvirc/%%VER%%/help/en/fnc_config.filelist.html +share/kvirc/%%VER%%/help/en/fnc_config.filename.html +share/kvirc/%%VER%%/help/en/fnc_config.hassection.html +share/kvirc/%%VER%%/help/en/fnc_config.id.html +share/kvirc/%%VER%%/help/en/fnc_config.keylist.html +share/kvirc/%%VER%%/help/en/fnc_config.open.html +share/kvirc/%%VER%%/help/en/fnc_config.read.html +share/kvirc/%%VER%%/help/en/fnc_config.readonly.html +share/kvirc/%%VER%%/help/en/fnc_config.section.html +share/kvirc/%%VER%%/help/en/fnc_config.sectionlist.html +share/kvirc/%%VER%%/help/en/fnc_console.html +share/kvirc/%%VER%%/help/en/fnc_context.connectionstarttime.html +share/kvirc/%%VER%%/help/en/fnc_context.getsslcertinfo.html +share/kvirc/%%VER%%/help/en/fnc_context.html +share/kvirc/%%VER%%/help/en/fnc_context.lastmessagetime.html +share/kvirc/%%VER%%/help/en/fnc_context.list.html +share/kvirc/%%VER%%/help/en/fnc_context.networkname.html +share/kvirc/%%VER%%/help/en/fnc_context.queuesize.html +share/kvirc/%%VER%%/help/en/fnc_context.serverdbnetworkname.html +share/kvirc/%%VER%%/help/en/fnc_context.serverdbserverhostname.html +share/kvirc/%%VER%%/help/en/fnc_context.serverhostname.html +share/kvirc/%%VER%%/help/en/fnc_context.serveripaddress.html +share/kvirc/%%VER%%/help/en/fnc_context.serverisipv6.html +share/kvirc/%%VER%%/help/en/fnc_context.serverisssl.html +share/kvirc/%%VER%%/help/en/fnc_context.serverpassword.html +share/kvirc/%%VER%%/help/en/fnc_context.serverport.html +share/kvirc/%%VER%%/help/en/fnc_context.serversoftware.html +share/kvirc/%%VER%%/help/en/fnc_context.state.html +share/kvirc/%%VER%%/help/en/fnc_countstatusbaritems.html +share/kvirc/%%VER%%/help/en/fnc_cr.html +share/kvirc/%%VER%%/help/en/fnc_date.html +share/kvirc/%%VER%%/help/en/fnc_dcc.averagespeed.html +share/kvirc/%%VER%%/help/en/fnc_dcc.connectiontype.html +share/kvirc/%%VER%%/help/en/fnc_dcc.currentspeed.html +share/kvirc/%%VER%%/help/en/fnc_dcc.getsslcertinfo.html +share/kvirc/%%VER%%/help/en/fnc_dcc.irccontext.html +share/kvirc/%%VER%%/help/en/fnc_dcc.isfiledownload.html +share/kvirc/%%VER%%/help/en/fnc_dcc.isfiletransfer.html +share/kvirc/%%VER%%/help/en/fnc_dcc.isfileupload.html +share/kvirc/%%VER%%/help/en/fnc_dcc.localfilename.html +share/kvirc/%%VER%%/help/en/fnc_dcc.localfilesize.html +share/kvirc/%%VER%%/help/en/fnc_dcc.localhost.html +share/kvirc/%%VER%%/help/en/fnc_dcc.localip.html +share/kvirc/%%VER%%/help/en/fnc_dcc.localnick.html +share/kvirc/%%VER%%/help/en/fnc_dcc.localport.html +share/kvirc/%%VER%%/help/en/fnc_dcc.localuser.html +share/kvirc/%%VER%%/help/en/fnc_dcc.protocol.html +share/kvirc/%%VER%%/help/en/fnc_dcc.remotefilename.html +share/kvirc/%%VER%%/help/en/fnc_dcc.remotefilesize.html +share/kvirc/%%VER%%/help/en/fnc_dcc.remotehost.html +share/kvirc/%%VER%%/help/en/fnc_dcc.remoteip.html +share/kvirc/%%VER%%/help/en/fnc_dcc.remotenick.html +share/kvirc/%%VER%%/help/en/fnc_dcc.remoteport.html +share/kvirc/%%VER%%/help/en/fnc_dcc.remoteuser.html +share/kvirc/%%VER%%/help/en/fnc_dcc.session.html +share/kvirc/%%VER%%/help/en/fnc_dcc.sessionlist.html +share/kvirc/%%VER%%/help/en/fnc_dcc.transferredbytes.html +share/kvirc/%%VER%%/help/en/fnc_dcc.transferstatus.html +share/kvirc/%%VER%%/help/en/fnc_dialog.yesno.html +share/kvirc/%%VER%%/help/en/fnc_escape.html +share/kvirc/%%VER%%/help/en/fnc_false.html +share/kvirc/%%VER%%/help/en/fnc_features.html +share/kvirc/%%VER%%/help/en/fnc_file.allsizes.html +share/kvirc/%%VER%%/help/en/fnc_file.cwd.html +share/kvirc/%%VER%%/help/en/fnc_file.digest.html +share/kvirc/%%VER%%/help/en/fnc_file.diskspace.html +share/kvirc/%%VER%%/help/en/fnc_file.exists.html +share/kvirc/%%VER%%/help/en/fnc_file.extractfilename.html +share/kvirc/%%VER%%/help/en/fnc_file.extractpath.html +share/kvirc/%%VER%%/help/en/fnc_file.fixpath.html +share/kvirc/%%VER%%/help/en/fnc_file.globaldir.html +share/kvirc/%%VER%%/help/en/fnc_file.homedir.html +share/kvirc/%%VER%%/help/en/fnc_file.localdir.html +share/kvirc/%%VER%%/help/en/fnc_file.ls.html +share/kvirc/%%VER%%/help/en/fnc_file.ps.html +share/kvirc/%%VER%%/help/en/fnc_file.read.html +share/kvirc/%%VER%%/help/en/fnc_file.readbytes.html +share/kvirc/%%VER%%/help/en/fnc_file.readlines.html +share/kvirc/%%VER%%/help/en/fnc_file.rootdir.html +share/kvirc/%%VER%%/help/en/fnc_file.size.html +share/kvirc/%%VER%%/help/en/fnc_file.time.html +share/kvirc/%%VER%%/help/en/fnc_file.type.html +share/kvirc/%%VER%%/help/en/fnc_firstconnectedconsole.html +share/kvirc/%%VER%%/help/en/fnc_flatten.html +share/kvirc/%%VER%%/help/en/fnc_fmtlink.html +share/kvirc/%%VER%%/help/en/fnc_gender.html +share/kvirc/%%VER%%/help/en/fnc_globals.html +share/kvirc/%%VER%%/help/en/fnc_hash.html +share/kvirc/%%VER%%/help/en/fnc_hextoascii.html +share/kvirc/%%VER%%/help/en/fnc_hostname.html +share/kvirc/%%VER%%/help/en/fnc_hptimestamp.html +share/kvirc/%%VER%%/help/en/fnc_i.html +share/kvirc/%%VER%%/help/en/fnc_icon.html +share/kvirc/%%VER%%/help/en/fnc_iconname.html +share/kvirc/%%VER%%/help/en/fnc_insidealias.html +share/kvirc/%%VER%%/help/en/fnc_int.html +share/kvirc/%%VER%%/help/en/fnc_integer.html +share/kvirc/%%VER%%/help/en/fnc_isbot.html +share/kvirc/%%VER%%/help/en/fnc_isempty.html +share/kvirc/%%VER%%/help/en/fnc_iseventenabled.html +share/kvirc/%%VER%%/help/en/fnc_ismainwindowactive.html +share/kvirc/%%VER%%/help/en/fnc_ismainwindowminimized.html +share/kvirc/%%VER%%/help/en/fnc_isnumeric.html +share/kvirc/%%VER%%/help/en/fnc_isset.html +share/kvirc/%%VER%%/help/en/fnc_istimer.html +share/kvirc/%%VER%%/help/en/fnc_iswellknown.html +share/kvirc/%%VER%%/help/en/fnc_k.html +share/kvirc/%%VER%%/help/en/fnc_keys.html +share/kvirc/%%VER%%/help/en/fnc_lag.html +share/kvirc/%%VER%%/help/en/fnc_lang.html +share/kvirc/%%VER%%/help/en/fnc_language.detect.html +share/kvirc/%%VER%%/help/en/fnc_length.html +share/kvirc/%%VER%%/help/en/fnc_lf.html +share/kvirc/%%VER%%/help/en/fnc_link.html +share/kvirc/%%VER%%/help/en/fnc_listtimers.html +share/kvirc/%%VER%%/help/en/fnc_log.export.html +share/kvirc/%%VER%%/help/en/fnc_log.file.html +share/kvirc/%%VER%%/help/en/fnc_mask.hasnumerichost.html +share/kvirc/%%VER%%/help/en/fnc_mask.host.html +share/kvirc/%%VER%%/help/en/fnc_mask.html +share/kvirc/%%VER%%/help/en/fnc_mask.match.html +share/kvirc/%%VER%%/help/en/fnc_mask.nick.html +share/kvirc/%%VER%%/help/en/fnc_mask.user.html +share/kvirc/%%VER%%/help/en/fnc_math.abs.html +share/kvirc/%%VER%%/help/en/fnc_math.acos.html +share/kvirc/%%VER%%/help/en/fnc_math.asin.html +share/kvirc/%%VER%%/help/en/fnc_math.atan.html +share/kvirc/%%VER%%/help/en/fnc_math.cbrt.html +share/kvirc/%%VER%%/help/en/fnc_math.ceil.html +share/kvirc/%%VER%%/help/en/fnc_math.cos.html +share/kvirc/%%VER%%/help/en/fnc_math.e.html +share/kvirc/%%VER%%/help/en/fnc_math.exp.html +share/kvirc/%%VER%%/help/en/fnc_math.floor.html +share/kvirc/%%VER%%/help/en/fnc_math.isinf.html +share/kvirc/%%VER%%/help/en/fnc_math.isnan.html +share/kvirc/%%VER%%/help/en/fnc_math.log.html +share/kvirc/%%VER%%/help/en/fnc_math.log10.html +share/kvirc/%%VER%%/help/en/fnc_math.pi.html +share/kvirc/%%VER%%/help/en/fnc_math.pow.html +share/kvirc/%%VER%%/help/en/fnc_math.sin.html +share/kvirc/%%VER%%/help/en/fnc_math.sqrt.html +share/kvirc/%%VER%%/help/en/fnc_math.tan.html +share/kvirc/%%VER%%/help/en/fnc_me.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.album.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.artist.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.bitrate.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.channels.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.comment.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.genre.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.geteqdata.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.getlistlength.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.getplaylistpos.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.getrepeat.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.getshuffle.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.getvol.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.length.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.localfile.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.mediatype.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.mrl.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.nowplaying.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.player.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.playerlist.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.position.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.samplerate.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.status.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.title.html +share/kvirc/%%VER%%/help/en/fnc_mediaplayer.year.html +share/kvirc/%%VER%%/help/en/fnc_msgtype.html +share/kvirc/%%VER%%/help/en/fnc_my.globalidle.html +share/kvirc/%%VER%%/help/en/fnc_my.host.html +share/kvirc/%%VER%%/help/en/fnc_my.ip.html +share/kvirc/%%VER%%/help/en/fnc_my.network.html +share/kvirc/%%VER%%/help/en/fnc_my.nick.html +share/kvirc/%%VER%%/help/en/fnc_my.server.html +share/kvirc/%%VER%%/help/en/fnc_my.serverisipv6.html +share/kvirc/%%VER%%/help/en/fnc_my.serverisssl.html +share/kvirc/%%VER%%/help/en/fnc_my.umode.html +share/kvirc/%%VER%%/help/en/fnc_my.user.html +share/kvirc/%%VER%%/help/en/fnc_new.html +share/kvirc/%%VER%%/help/en/fnc_nothing.html +share/kvirc/%%VER%%/help/en/fnc_notifier.isenabled.html +share/kvirc/%%VER%%/help/en/fnc_null.html +share/kvirc/%%VER%%/help/en/fnc_o.html +share/kvirc/%%VER%%/help/en/fnc_objects.classallhandlers.html +share/kvirc/%%VER%%/help/en/fnc_objects.classes.html +share/kvirc/%%VER%%/help/en/fnc_objects.dump.html +share/kvirc/%%VER%%/help/en/fnc_objects.exists.html +share/kvirc/%%VER%%/help/en/fnc_objects.instances.html +share/kvirc/%%VER%%/help/en/fnc_objects.name.html +share/kvirc/%%VER%%/help/en/fnc_objects.variables.html +share/kvirc/%%VER%%/help/en/fnc_option.html +share/kvirc/%%VER%%/help/en/fnc_options.isdialog.html +share/kvirc/%%VER%%/help/en/fnc_package.info.html +share/kvirc/%%VER%%/help/en/fnc_perl.isavailable.html +share/kvirc/%%VER%%/help/en/fnc_popup.currentitemid.html +share/kvirc/%%VER%%/help/en/fnc_popup.exists.html +share/kvirc/%%VER%%/help/en/fnc_popup.isempty.html +share/kvirc/%%VER%%/help/en/fnc_proxydb.hostname.html +share/kvirc/%%VER%%/help/en/fnc_proxydb.ip.html +share/kvirc/%%VER%%/help/en/fnc_proxydb.isipv6.html +share/kvirc/%%VER%%/help/en/fnc_proxydb.password.html +share/kvirc/%%VER%%/help/en/fnc_proxydb.port.html +share/kvirc/%%VER%%/help/en/fnc_proxydb.protocol.html +share/kvirc/%%VER%%/help/en/fnc_proxydb.username.html +share/kvirc/%%VER%%/help/en/fnc_python.isavailable.html +share/kvirc/%%VER%%/help/en/fnc_query.html +share/kvirc/%%VER%%/help/en/fnc_r.html +share/kvirc/%%VER%%/help/en/fnc_rand.html +share/kvirc/%%VER%%/help/en/fnc_real.html +share/kvirc/%%VER%%/help/en/fnc_realname.html +share/kvirc/%%VER%%/help/en/fnc_receivedbytes.html +share/kvirc/%%VER%%/help/en/fnc_regchan.find.html +share/kvirc/%%VER%%/help/en/fnc_regchan.list.html +share/kvirc/%%VER%%/help/en/fnc_regchan.match.html +share/kvirc/%%VER%%/help/en/fnc_regchan.property.html +share/kvirc/%%VER%%/help/en/fnc_reguser.exactmatch.html +share/kvirc/%%VER%%/help/en/fnc_reguser.getignoreflags.html +share/kvirc/%%VER%%/help/en/fnc_reguser.isignoreenabled.html +share/kvirc/%%VER%%/help/en/fnc_reguser.list.html +share/kvirc/%%VER%%/help/en/fnc_reguser.mask.html +share/kvirc/%%VER%%/help/en/fnc_reguser.match.html +share/kvirc/%%VER%%/help/en/fnc_reguser.matchproperty.html +share/kvirc/%%VER%%/help/en/fnc_reguser.property.html +share/kvirc/%%VER%%/help/en/fnc_rsort.html +share/kvirc/%%VER%%/help/en/fnc_scriptcontextname.html +share/kvirc/%%VER%%/help/en/fnc_selected.html +share/kvirc/%%VER%%/help/en/fnc_sentbytes.html +share/kvirc/%%VER%%/help/en/fnc_serialize.html +share/kvirc/%%VER%%/help/en/fnc_server.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.cacheip.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.favorite.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.isautoconnect.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.isipv6.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.isssl.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.networkconnectcommand.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.networkdescription.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.networkencoding.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.networkexists.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.networkjoinchannels.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.networklogincommand.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.networkname.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.networknickname.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.networkrealname.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.networktextencoding.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.networkusername.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.serverconnectcommand.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.serverdescription.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.serverencoding.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.serverexists.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.serverid.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.serverip.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.serverjoinchannels.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.serverlogincommand.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.servernickname.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.serverpassword.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.serverport.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.serverrealname.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.servertextencoding.html +share/kvirc/%%VER%%/help/en/fnc_serverdb.serverusername.html +share/kvirc/%%VER%%/help/en/fnc_snd.ismuted.html +share/kvirc/%%VER%%/help/en/fnc_sort.html +share/kvirc/%%VER%%/help/en/fnc_spellchecker.available_dictionaries.html +share/kvirc/%%VER%%/help/en/fnc_spellchecker.check.html +share/kvirc/%%VER%%/help/en/fnc_spellchecker.suggestions.html +share/kvirc/%%VER%%/help/en/fnc_str.append.html +share/kvirc/%%VER%%/help/en/fnc_str.charsum.html +share/kvirc/%%VER%%/help/en/fnc_str.chop.html +share/kvirc/%%VER%%/help/en/fnc_str.cmp.html +share/kvirc/%%VER%%/help/en/fnc_str.contains.html +share/kvirc/%%VER%%/help/en/fnc_str.digest.html +share/kvirc/%%VER%%/help/en/fnc_str.equal.html +share/kvirc/%%VER%%/help/en/fnc_str.evpsign.html +share/kvirc/%%VER%%/help/en/fnc_str.evpverify.html +share/kvirc/%%VER%%/help/en/fnc_str.find.html +share/kvirc/%%VER%%/help/en/fnc_str.findfirst.html +share/kvirc/%%VER%%/help/en/fnc_str.findlast.html +share/kvirc/%%VER%%/help/en/fnc_str.fromclipboard.html +share/kvirc/%%VER%%/help/en/fnc_str.grep.html +share/kvirc/%%VER%%/help/en/fnc_str.insert.html +share/kvirc/%%VER%%/help/en/fnc_str.isempty.html +share/kvirc/%%VER%%/help/en/fnc_str.isnumber.html +share/kvirc/%%VER%%/help/en/fnc_str.isunsignednumber.html +share/kvirc/%%VER%%/help/en/fnc_str.join.html +share/kvirc/%%VER%%/help/en/fnc_str.left.html +share/kvirc/%%VER%%/help/en/fnc_str.lefttofirst.html +share/kvirc/%%VER%%/help/en/fnc_str.lefttolast.html +share/kvirc/%%VER%%/help/en/fnc_str.len.html +share/kvirc/%%VER%%/help/en/fnc_str.length.html +share/kvirc/%%VER%%/help/en/fnc_str.localelowcase.html +share/kvirc/%%VER%%/help/en/fnc_str.localeupcase.html +share/kvirc/%%VER%%/help/en/fnc_str.lowcase.html +share/kvirc/%%VER%%/help/en/fnc_str.match.html +share/kvirc/%%VER%%/help/en/fnc_str.mid.html +share/kvirc/%%VER%%/help/en/fnc_str.prepend.html +share/kvirc/%%VER%%/help/en/fnc_str.printf.html +share/kvirc/%%VER%%/help/en/fnc_str.replace.html +share/kvirc/%%VER%%/help/en/fnc_str.right.html +share/kvirc/%%VER%%/help/en/fnc_str.rightfromfirst.html +share/kvirc/%%VER%%/help/en/fnc_str.rightfromlast.html +share/kvirc/%%VER%%/help/en/fnc_str.section.html +share/kvirc/%%VER%%/help/en/fnc_str.split.html +share/kvirc/%%VER%%/help/en/fnc_str.strip.html +share/kvirc/%%VER%%/help/en/fnc_str.stripcolors.html +share/kvirc/%%VER%%/help/en/fnc_str.stripleft.html +share/kvirc/%%VER%%/help/en/fnc_str.stripright.html +share/kvirc/%%VER%%/help/en/fnc_str.token.html +share/kvirc/%%VER%%/help/en/fnc_str.upcase.html +share/kvirc/%%VER%%/help/en/fnc_str.urlencode.html +share/kvirc/%%VER%%/help/en/fnc_str.word.html +share/kvirc/%%VER%%/help/en/fnc_string.html +share/kvirc/%%VER%%/help/en/fnc_sw.html +share/kvirc/%%VER%%/help/en/fnc_system.call.html +share/kvirc/%%VER%%/help/en/fnc_system.checkmodule.html +share/kvirc/%%VER%%/help/en/fnc_system.clipboard.html +share/kvirc/%%VER%%/help/en/fnc_system.dbus.html +share/kvirc/%%VER%%/help/en/fnc_system.getenv.html +share/kvirc/%%VER%%/help/en/fnc_system.hostname.html +share/kvirc/%%VER%%/help/en/fnc_system.htoni.html +share/kvirc/%%VER%%/help/en/fnc_system.ntohi.html +share/kvirc/%%VER%%/help/en/fnc_system.osmachine.html +share/kvirc/%%VER%%/help/en/fnc_system.osname.html +share/kvirc/%%VER%%/help/en/fnc_system.osnodename.html +share/kvirc/%%VER%%/help/en/fnc_system.os%%CMAKE_BUILD_TYPE%%.html +share/kvirc/%%VER%%/help/en/fnc_system.ostype.html +share/kvirc/%%VER%%/help/en/fnc_system.osversion.html +share/kvirc/%%VER%%/help/en/fnc_system.selection.html +share/kvirc/%%VER%%/help/en/fnc_target.html +share/kvirc/%%VER%%/help/en/fnc_texticons.get.html +share/kvirc/%%VER%%/help/en/fnc_theme.info.html +share/kvirc/%%VER%%/help/en/fnc_this.html +share/kvirc/%%VER%%/help/en/fnc_tmphighlight.ischannelhighlighted.html +share/kvirc/%%VER%%/help/en/fnc_tmphighlight.isnickhighlighted.html +share/kvirc/%%VER%%/help/en/fnc_toolbar.exists.html +share/kvirc/%%VER%%/help/en/fnc_toolbar.isvisible.html +share/kvirc/%%VER%%/help/en/fnc_toolbar.items.html +share/kvirc/%%VER%%/help/en/fnc_toolbar.list.html +share/kvirc/%%VER%%/help/en/fnc_torrent.client.html +share/kvirc/%%VER%%/help/en/fnc_torrent.clientlist.html +share/kvirc/%%VER%%/help/en/fnc_torrent.count.html +share/kvirc/%%VER%%/help/en/fnc_torrent.filecount.html +share/kvirc/%%VER%%/help/en/fnc_torrent.filename.html +share/kvirc/%%VER%%/help/en/fnc_torrent.filepriority.html +share/kvirc/%%VER%%/help/en/fnc_torrent.maxdownloadspeed.html +share/kvirc/%%VER%%/help/en/fnc_torrent.maxuploadspeed.html +share/kvirc/%%VER%%/help/en/fnc_torrent.name.html +share/kvirc/%%VER%%/help/en/fnc_torrent.speeddown.html +share/kvirc/%%VER%%/help/en/fnc_torrent.speedup.html +share/kvirc/%%VER%%/help/en/fnc_torrent.state.html +share/kvirc/%%VER%%/help/en/fnc_torrent.trafficdown.html +share/kvirc/%%VER%%/help/en/fnc_torrent.trafficup.html +share/kvirc/%%VER%%/help/en/fnc_tr.html +share/kvirc/%%VER%%/help/en/fnc_trayicon.isvisible.html +share/kvirc/%%VER%%/help/en/fnc_true.html +share/kvirc/%%VER%%/help/en/fnc_typeof.html +share/kvirc/%%VER%%/help/en/fnc_u.html +share/kvirc/%%VER%%/help/en/fnc_uflags.html +share/kvirc/%%VER%%/help/en/fnc_unicode.html +share/kvirc/%%VER%%/help/en/fnc_unixtime.html +share/kvirc/%%VER%%/help/en/fnc_unserialize.html +share/kvirc/%%VER%%/help/en/fnc_upnp.getexternalipaddress.html +share/kvirc/%%VER%%/help/en/fnc_upnp.isgatewayavailable.html +share/kvirc/%%VER%%/help/en/fnc_userlist.selected.html +share/kvirc/%%VER%%/help/en/fnc_username.html +share/kvirc/%%VER%%/help/en/fnc_version.html +share/kvirc/%%VER%%/help/en/fnc_window.activitylevel.html +share/kvirc/%%VER%%/help/en/fnc_window.activitytemperature.html +share/kvirc/%%VER%%/help/en/fnc_window.caption.html +share/kvirc/%%VER%%/help/en/fnc_window.console.html +share/kvirc/%%VER%%/help/en/fnc_window.context.html +share/kvirc/%%VER%%/help/en/fnc_window.exists.html +share/kvirc/%%VER%%/help/en/fnc_window.hasinput.html +share/kvirc/%%VER%%/help/en/fnc_window.hasoutput.html +share/kvirc/%%VER%%/help/en/fnc_window.hasuserfocus.html +share/kvirc/%%VER%%/help/en/fnc_window.highlightlevel.html +share/kvirc/%%VER%%/help/en/fnc_window.html +share/kvirc/%%VER%%/help/en/fnc_window.isdocked.html +share/kvirc/%%VER%%/help/en/fnc_window.issplitview.html +share/kvirc/%%VER%%/help/en/fnc_window.list.html +share/kvirc/%%VER%%/help/en/fnc_window.open.html +share/kvirc/%%VER%%/help/en/fnc_window.type.html +share/kvirc/%%VER%%/help/en/helplogoleft.png +share/kvirc/%%VER%%/help/en/helplogoright.png +share/kvirc/%%VER%%/help/en/index.html +share/kvirc/%%VER%%/help/en/module_config.html +share/kvirc/%%VER%%/help/en/module_dcc.html +share/kvirc/%%VER%%/help/en/module_fish.html +share/kvirc/%%VER%%/help/en/module_lamerizer.html +share/kvirc/%%VER%%/help/en/module_log.html +share/kvirc/%%VER%%/help/en/module_mediaplayer.html +share/kvirc/%%VER%%/help/en/module_reguser.html +share/kvirc/%%VER%%/help/en/module_rijndael.html +share/kvirc/%%VER%%/help/en/module_rot13.html +share/kvirc/%%VER%%/help/en/module_serverdb.html +share/kvirc/%%VER%%/help/en/module_torrent.html +share/kvirc/%%VER%%/help/en/module_url.html +share/kvirc/%%VER%%/help/en/nohelpavailable.html +share/kvirc/%%VER%%/license/COPYING +share/kvirc/%%VER%%/license/LICENSE-GPLV2 +share/kvirc/%%VER%%/license/LICENSE-OPENSSL +share/kvirc/%%VER%%/locale/about_cs.mo +share/kvirc/%%VER%%/locale/about_de.mo +share/kvirc/%%VER%%/locale/about_eo.mo +share/kvirc/%%VER%%/locale/about_es.mo +share/kvirc/%%VER%%/locale/about_fi.mo +share/kvirc/%%VER%%/locale/about_fr.mo +share/kvirc/%%VER%%/locale/about_hr.mo +share/kvirc/%%VER%%/locale/about_hu.mo +share/kvirc/%%VER%%/locale/about_it.mo +share/kvirc/%%VER%%/locale/about_ja.mo +share/kvirc/%%VER%%/locale/about_nl.mo +share/kvirc/%%VER%%/locale/about_pl.mo +share/kvirc/%%VER%%/locale/about_pt.mo +share/kvirc/%%VER%%/locale/about_pt_BR.mo +share/kvirc/%%VER%%/locale/about_ru.mo +share/kvirc/%%VER%%/locale/about_sr.mo +share/kvirc/%%VER%%/locale/about_tr.mo +share/kvirc/%%VER%%/locale/about_uk.mo +share/kvirc/%%VER%%/locale/addon_de.mo +share/kvirc/%%VER%%/locale/addon_eo.mo +share/kvirc/%%VER%%/locale/addon_es.mo +share/kvirc/%%VER%%/locale/addon_fr.mo +share/kvirc/%%VER%%/locale/addon_hu.mo +share/kvirc/%%VER%%/locale/addon_it.mo +share/kvirc/%%VER%%/locale/addon_ja.mo +share/kvirc/%%VER%%/locale/addon_pl.mo +share/kvirc/%%VER%%/locale/addon_pt.mo +share/kvirc/%%VER%%/locale/addon_pt_BR.mo +share/kvirc/%%VER%%/locale/addon_ru.mo +share/kvirc/%%VER%%/locale/addon_tr.mo +share/kvirc/%%VER%%/locale/addon_uk.mo +share/kvirc/%%VER%%/locale/dcc_cs.mo +share/kvirc/%%VER%%/locale/dcc_de.mo +share/kvirc/%%VER%%/locale/dcc_eo.mo +share/kvirc/%%VER%%/locale/dcc_es.mo +share/kvirc/%%VER%%/locale/dcc_fi.mo +share/kvirc/%%VER%%/locale/dcc_fr.mo +share/kvirc/%%VER%%/locale/dcc_hr.mo +share/kvirc/%%VER%%/locale/dcc_hu.mo +share/kvirc/%%VER%%/locale/dcc_it.mo +share/kvirc/%%VER%%/locale/dcc_nl.mo +share/kvirc/%%VER%%/locale/dcc_pl.mo +share/kvirc/%%VER%%/locale/dcc_pt.mo +share/kvirc/%%VER%%/locale/dcc_pt_BR.mo +share/kvirc/%%VER%%/locale/dcc_ru.mo +share/kvirc/%%VER%%/locale/dcc_sr.mo +share/kvirc/%%VER%%/locale/dcc_tr.mo +share/kvirc/%%VER%%/locale/dcc_uk.mo +share/kvirc/%%VER%%/locale/defscript_de.mo +share/kvirc/%%VER%%/locale/defscript_eo.mo +share/kvirc/%%VER%%/locale/defscript_es.mo +share/kvirc/%%VER%%/locale/defscript_fi.mo +share/kvirc/%%VER%%/locale/defscript_fr.mo +share/kvirc/%%VER%%/locale/defscript_hu.mo +share/kvirc/%%VER%%/locale/defscript_it.mo +share/kvirc/%%VER%%/locale/defscript_ja.mo +share/kvirc/%%VER%%/locale/defscript_pl.mo +share/kvirc/%%VER%%/locale/defscript_pt.mo +share/kvirc/%%VER%%/locale/defscript_pt_BR.mo +share/kvirc/%%VER%%/locale/defscript_ru.mo +share/kvirc/%%VER%%/locale/defscript_tr.mo +share/kvirc/%%VER%%/locale/defscript_uk.mo +share/kvirc/%%VER%%/locale/editor_cs.mo +share/kvirc/%%VER%%/locale/editor_de.mo +share/kvirc/%%VER%%/locale/editor_eo.mo +share/kvirc/%%VER%%/locale/editor_es.mo +share/kvirc/%%VER%%/locale/editor_fi.mo +share/kvirc/%%VER%%/locale/editor_fr.mo +share/kvirc/%%VER%%/locale/editor_hr.mo +share/kvirc/%%VER%%/locale/editor_hu.mo +share/kvirc/%%VER%%/locale/editor_it.mo +share/kvirc/%%VER%%/locale/editor_nl.mo +share/kvirc/%%VER%%/locale/editor_pl.mo +share/kvirc/%%VER%%/locale/editor_pt.mo +share/kvirc/%%VER%%/locale/editor_pt_BR.mo +share/kvirc/%%VER%%/locale/editor_ru.mo +share/kvirc/%%VER%%/locale/editor_sr.mo +share/kvirc/%%VER%%/locale/editor_tr.mo +share/kvirc/%%VER%%/locale/editor_uk.mo +share/kvirc/%%VER%%/locale/filetransferwindow_cs.mo +share/kvirc/%%VER%%/locale/filetransferwindow_de.mo +share/kvirc/%%VER%%/locale/filetransferwindow_eo.mo +share/kvirc/%%VER%%/locale/filetransferwindow_es.mo +share/kvirc/%%VER%%/locale/filetransferwindow_fi.mo +share/kvirc/%%VER%%/locale/filetransferwindow_fr.mo +share/kvirc/%%VER%%/locale/filetransferwindow_hr.mo +share/kvirc/%%VER%%/locale/filetransferwindow_hu.mo +share/kvirc/%%VER%%/locale/filetransferwindow_it.mo +share/kvirc/%%VER%%/locale/filetransferwindow_nl.mo +share/kvirc/%%VER%%/locale/filetransferwindow_pl.mo +share/kvirc/%%VER%%/locale/filetransferwindow_pt.mo +share/kvirc/%%VER%%/locale/filetransferwindow_pt_BR.mo +share/kvirc/%%VER%%/locale/filetransferwindow_ru.mo +share/kvirc/%%VER%%/locale/filetransferwindow_sr.mo +share/kvirc/%%VER%%/locale/filetransferwindow_tr.mo +share/kvirc/%%VER%%/locale/filetransferwindow_uk.mo +share/kvirc/%%VER%%/locale/kvirc_cs.mo +share/kvirc/%%VER%%/locale/kvirc_de.mo +share/kvirc/%%VER%%/locale/kvirc_eo.mo +share/kvirc/%%VER%%/locale/kvirc_es.mo +share/kvirc/%%VER%%/locale/kvirc_fi.mo +share/kvirc/%%VER%%/locale/kvirc_fr.mo +share/kvirc/%%VER%%/locale/kvirc_hr.mo +share/kvirc/%%VER%%/locale/kvirc_hu.mo +share/kvirc/%%VER%%/locale/kvirc_it.mo +share/kvirc/%%VER%%/locale/kvirc_ja.mo +share/kvirc/%%VER%%/locale/kvirc_nl.mo +share/kvirc/%%VER%%/locale/kvirc_pl.mo +share/kvirc/%%VER%%/locale/kvirc_pt.mo +share/kvirc/%%VER%%/locale/kvirc_pt_BR.mo +share/kvirc/%%VER%%/locale/kvirc_ru.mo +share/kvirc/%%VER%%/locale/kvirc_sr.mo +share/kvirc/%%VER%%/locale/kvirc_tr.mo +share/kvirc/%%VER%%/locale/kvirc_uk.mo +share/kvirc/%%VER%%/locale/kvs_de.mo +share/kvirc/%%VER%%/locale/kvs_eo.mo +share/kvirc/%%VER%%/locale/kvs_fr.mo +share/kvirc/%%VER%%/locale/kvs_hu.mo +share/kvirc/%%VER%%/locale/kvs_it.mo +share/kvirc/%%VER%%/locale/kvs_ja.mo +share/kvirc/%%VER%%/locale/kvs_pl.mo +share/kvirc/%%VER%%/locale/kvs_pt.mo +share/kvirc/%%VER%%/locale/kvs_pt_BR.mo +share/kvirc/%%VER%%/locale/kvs_ru.mo +share/kvirc/%%VER%%/locale/kvs_tr.mo +share/kvirc/%%VER%%/locale/kvs_uk.mo +share/kvirc/%%VER%%/locale/log_cs.mo +share/kvirc/%%VER%%/locale/log_de.mo +share/kvirc/%%VER%%/locale/log_eo.mo +share/kvirc/%%VER%%/locale/log_es.mo +share/kvirc/%%VER%%/locale/log_fi.mo +share/kvirc/%%VER%%/locale/log_fr.mo +share/kvirc/%%VER%%/locale/log_hr.mo +share/kvirc/%%VER%%/locale/log_hu.mo +share/kvirc/%%VER%%/locale/log_it.mo +share/kvirc/%%VER%%/locale/log_ja.mo +share/kvirc/%%VER%%/locale/log_nl.mo +share/kvirc/%%VER%%/locale/log_pl.mo +share/kvirc/%%VER%%/locale/log_pt.mo +share/kvirc/%%VER%%/locale/log_pt_BR.mo +share/kvirc/%%VER%%/locale/log_ru.mo +share/kvirc/%%VER%%/locale/log_sr.mo +share/kvirc/%%VER%%/locale/log_tr.mo +share/kvirc/%%VER%%/locale/log_uk.mo +share/kvirc/%%VER%%/locale/mediaplayer_cs.mo +share/kvirc/%%VER%%/locale/mediaplayer_de.mo +share/kvirc/%%VER%%/locale/mediaplayer_eo.mo +share/kvirc/%%VER%%/locale/mediaplayer_es.mo +share/kvirc/%%VER%%/locale/mediaplayer_fi.mo +share/kvirc/%%VER%%/locale/mediaplayer_fr.mo +share/kvirc/%%VER%%/locale/mediaplayer_hr.mo +share/kvirc/%%VER%%/locale/mediaplayer_hu.mo +share/kvirc/%%VER%%/locale/mediaplayer_it.mo +share/kvirc/%%VER%%/locale/mediaplayer_nl.mo +share/kvirc/%%VER%%/locale/mediaplayer_pl.mo +share/kvirc/%%VER%%/locale/mediaplayer_pt.mo +share/kvirc/%%VER%%/locale/mediaplayer_pt_BR.mo +share/kvirc/%%VER%%/locale/mediaplayer_ru.mo +share/kvirc/%%VER%%/locale/mediaplayer_sr.mo +share/kvirc/%%VER%%/locale/mediaplayer_tr.mo +share/kvirc/%%VER%%/locale/mediaplayer_uk.mo +share/kvirc/%%VER%%/locale/notifier_cs.mo +share/kvirc/%%VER%%/locale/notifier_de.mo +share/kvirc/%%VER%%/locale/notifier_eo.mo +share/kvirc/%%VER%%/locale/notifier_es.mo +share/kvirc/%%VER%%/locale/notifier_fi.mo +share/kvirc/%%VER%%/locale/notifier_fr.mo +share/kvirc/%%VER%%/locale/notifier_hr.mo +share/kvirc/%%VER%%/locale/notifier_hu.mo +share/kvirc/%%VER%%/locale/notifier_it.mo +share/kvirc/%%VER%%/locale/notifier_ja.mo +share/kvirc/%%VER%%/locale/notifier_nl.mo +share/kvirc/%%VER%%/locale/notifier_pl.mo +share/kvirc/%%VER%%/locale/notifier_pt.mo +share/kvirc/%%VER%%/locale/notifier_pt_BR.mo +share/kvirc/%%VER%%/locale/notifier_ru.mo +share/kvirc/%%VER%%/locale/notifier_sr.mo +share/kvirc/%%VER%%/locale/notifier_tr.mo +share/kvirc/%%VER%%/locale/notifier_uk.mo +share/kvirc/%%VER%%/locale/objects_de.mo +share/kvirc/%%VER%%/locale/objects_eo.mo +share/kvirc/%%VER%%/locale/objects_es.mo +share/kvirc/%%VER%%/locale/objects_fr.mo +share/kvirc/%%VER%%/locale/objects_hu.mo +share/kvirc/%%VER%%/locale/objects_it.mo +share/kvirc/%%VER%%/locale/objects_pt.mo +share/kvirc/%%VER%%/locale/objects_pt_BR.mo +share/kvirc/%%VER%%/locale/objects_ru.mo +share/kvirc/%%VER%%/locale/objects_tr.mo +share/kvirc/%%VER%%/locale/objects_uk.mo +share/kvirc/%%VER%%/locale/options_cs.mo +share/kvirc/%%VER%%/locale/options_de.mo +share/kvirc/%%VER%%/locale/options_eo.mo +share/kvirc/%%VER%%/locale/options_es.mo +share/kvirc/%%VER%%/locale/options_fi.mo +share/kvirc/%%VER%%/locale/options_fr.mo +share/kvirc/%%VER%%/locale/options_hr.mo +share/kvirc/%%VER%%/locale/options_hu.mo +share/kvirc/%%VER%%/locale/options_it.mo +share/kvirc/%%VER%%/locale/options_ja.mo +share/kvirc/%%VER%%/locale/options_nl.mo +share/kvirc/%%VER%%/locale/options_pl.mo +share/kvirc/%%VER%%/locale/options_pt.mo +share/kvirc/%%VER%%/locale/options_pt_BR.mo +share/kvirc/%%VER%%/locale/options_ru.mo +share/kvirc/%%VER%%/locale/options_sr.mo +share/kvirc/%%VER%%/locale/options_tr.mo +share/kvirc/%%VER%%/locale/options_uk.mo +share/kvirc/%%VER%%/locale/perl_cs.mo +share/kvirc/%%VER%%/locale/perl_de.mo +share/kvirc/%%VER%%/locale/perl_eo.mo +share/kvirc/%%VER%%/locale/perl_es.mo +share/kvirc/%%VER%%/locale/perl_fi.mo +share/kvirc/%%VER%%/locale/perl_fr.mo +share/kvirc/%%VER%%/locale/perl_hr.mo +share/kvirc/%%VER%%/locale/perl_hu.mo +share/kvirc/%%VER%%/locale/perl_it.mo +share/kvirc/%%VER%%/locale/perl_nl.mo +share/kvirc/%%VER%%/locale/perl_pl.mo +share/kvirc/%%VER%%/locale/perl_pt.mo +share/kvirc/%%VER%%/locale/perl_pt_BR.mo +share/kvirc/%%VER%%/locale/perl_ru.mo +share/kvirc/%%VER%%/locale/perl_sr.mo +share/kvirc/%%VER%%/locale/perl_tr.mo +share/kvirc/%%VER%%/locale/perl_uk.mo +share/kvirc/%%VER%%/locale/python_de.mo +share/kvirc/%%VER%%/locale/python_eo.mo +share/kvirc/%%VER%%/locale/python_es.mo +share/kvirc/%%VER%%/locale/python_fr.mo +share/kvirc/%%VER%%/locale/python_hu.mo +share/kvirc/%%VER%%/locale/python_it.mo +share/kvirc/%%VER%%/locale/python_pt.mo +share/kvirc/%%VER%%/locale/python_pt_BR.mo +share/kvirc/%%VER%%/locale/python_ru.mo +share/kvirc/%%VER%%/locale/python_tr.mo +share/kvirc/%%VER%%/locale/python_uk.mo +share/kvirc/%%VER%%/locale/register_de.mo +share/kvirc/%%VER%%/locale/register_eo.mo +share/kvirc/%%VER%%/locale/register_es.mo +share/kvirc/%%VER%%/locale/register_fr.mo +share/kvirc/%%VER%%/locale/register_hu.mo +share/kvirc/%%VER%%/locale/register_it.mo +share/kvirc/%%VER%%/locale/register_pl.mo +share/kvirc/%%VER%%/locale/register_pt.mo +share/kvirc/%%VER%%/locale/register_pt_BR.mo +share/kvirc/%%VER%%/locale/register_ru.mo +share/kvirc/%%VER%%/locale/register_tr.mo +share/kvirc/%%VER%%/locale/register_uk.mo +share/kvirc/%%VER%%/locale/serverdb_cs.mo +share/kvirc/%%VER%%/locale/serverdb_de.mo +share/kvirc/%%VER%%/locale/serverdb_eo.mo +share/kvirc/%%VER%%/locale/serverdb_es.mo +share/kvirc/%%VER%%/locale/serverdb_fi.mo +share/kvirc/%%VER%%/locale/serverdb_fr.mo +share/kvirc/%%VER%%/locale/serverdb_hr.mo +share/kvirc/%%VER%%/locale/serverdb_hu.mo +share/kvirc/%%VER%%/locale/serverdb_it.mo +share/kvirc/%%VER%%/locale/serverdb_ja.mo +share/kvirc/%%VER%%/locale/serverdb_nl.mo +share/kvirc/%%VER%%/locale/serverdb_pl.mo +share/kvirc/%%VER%%/locale/serverdb_pt.mo +share/kvirc/%%VER%%/locale/serverdb_pt_BR.mo +share/kvirc/%%VER%%/locale/serverdb_ru.mo +share/kvirc/%%VER%%/locale/serverdb_sr.mo +share/kvirc/%%VER%%/locale/serverdb_tr.mo +share/kvirc/%%VER%%/locale/serverdb_uk.mo +share/kvirc/%%VER%%/locale/sharedfileswindow_cs.mo +share/kvirc/%%VER%%/locale/sharedfileswindow_de.mo +share/kvirc/%%VER%%/locale/sharedfileswindow_eo.mo +share/kvirc/%%VER%%/locale/sharedfileswindow_es.mo +share/kvirc/%%VER%%/locale/sharedfileswindow_fi.mo +share/kvirc/%%VER%%/locale/sharedfileswindow_fr.mo +share/kvirc/%%VER%%/locale/sharedfileswindow_hr.mo +share/kvirc/%%VER%%/locale/sharedfileswindow_hu.mo +share/kvirc/%%VER%%/locale/sharedfileswindow_it.mo +share/kvirc/%%VER%%/locale/sharedfileswindow_nl.mo +share/kvirc/%%VER%%/locale/sharedfileswindow_pl.mo +share/kvirc/%%VER%%/locale/sharedfileswindow_pt.mo +share/kvirc/%%VER%%/locale/sharedfileswindow_pt_BR.mo +share/kvirc/%%VER%%/locale/sharedfileswindow_ru.mo +share/kvirc/%%VER%%/locale/sharedfileswindow_sr.mo +share/kvirc/%%VER%%/locale/sharedfileswindow_tr.mo +share/kvirc/%%VER%%/locale/sharedfileswindow_uk.mo +share/kvirc/%%VER%%/locale/theme_cs.mo +share/kvirc/%%VER%%/locale/theme_de.mo +share/kvirc/%%VER%%/locale/theme_eo.mo +share/kvirc/%%VER%%/locale/theme_es.mo +share/kvirc/%%VER%%/locale/theme_fi.mo +share/kvirc/%%VER%%/locale/theme_fr.mo +share/kvirc/%%VER%%/locale/theme_hr.mo +share/kvirc/%%VER%%/locale/theme_hu.mo +share/kvirc/%%VER%%/locale/theme_it.mo +share/kvirc/%%VER%%/locale/theme_nl.mo +share/kvirc/%%VER%%/locale/theme_pl.mo +share/kvirc/%%VER%%/locale/theme_pt.mo +share/kvirc/%%VER%%/locale/theme_pt_BR.mo +share/kvirc/%%VER%%/locale/theme_ru.mo +share/kvirc/%%VER%%/locale/theme_sr.mo +share/kvirc/%%VER%%/locale/theme_tr.mo +share/kvirc/%%VER%%/locale/theme_uk.mo +share/kvirc/%%VER%%/locale/torrent_cs.mo +share/kvirc/%%VER%%/locale/torrent_de.mo +share/kvirc/%%VER%%/locale/torrent_eo.mo +share/kvirc/%%VER%%/locale/torrent_es.mo +share/kvirc/%%VER%%/locale/torrent_fi.mo +share/kvirc/%%VER%%/locale/torrent_fr.mo +share/kvirc/%%VER%%/locale/torrent_hr.mo +share/kvirc/%%VER%%/locale/torrent_hu.mo +share/kvirc/%%VER%%/locale/torrent_it.mo +share/kvirc/%%VER%%/locale/torrent_nl.mo +share/kvirc/%%VER%%/locale/torrent_pl.mo +share/kvirc/%%VER%%/locale/torrent_pt.mo +share/kvirc/%%VER%%/locale/torrent_pt_BR.mo +share/kvirc/%%VER%%/locale/torrent_ru.mo +share/kvirc/%%VER%%/locale/torrent_sr.mo +share/kvirc/%%VER%%/locale/torrent_tr.mo +share/kvirc/%%VER%%/locale/torrent_uk.mo +share/kvirc/%%VER%%/modules/caps/crypt/lamerizer +share/kvirc/%%VER%%/modules/caps/crypt/rijndael +share/kvirc/%%VER%%/modules/caps/crypt/rot13 +share/kvirc/%%VER%%/modules/caps/serverimport/mircimport +share/kvirc/%%VER%%/msgcolors/all-black.msgclr +share/kvirc/%%VER%%/msgcolors/all-gray.msgclr +share/kvirc/%%VER%%/msgcolors/all-green.msgclr +share/kvirc/%%VER%%/msgcolors/all-white.msgclr +share/kvirc/%%VER%%/msgcolors/colored-2.msgclr +share/kvirc/%%VER%%/msgcolors/colored.msgclr +share/kvirc/%%VER%%/msgcolors/default.msgclr +share/kvirc/%%VER%%/msgcolors/heavy-colors.msgclr +share/kvirc/%%VER%%/pics/coresmall/kcs_accept.png +share/kvirc/%%VER%%/pics/coresmall/kcs_action.png +share/kvirc/%%VER%%/pics/coresmall/kcs_actioncrypted.png +share/kvirc/%%VER%%/pics/coresmall/kcs_actioneditor.png +share/kvirc/%%VER%%/pics/coresmall/kcs_addons.png +share/kvirc/%%VER%%/pics/coresmall/kcs_afraid.png +share/kvirc/%%VER%%/pics/coresmall/kcs_alias.png +share/kvirc/%%VER%%/pics/coresmall/kcs_aliaseditor.png +share/kvirc/%%VER%%/pics/coresmall/kcs_alienircop.png +share/kvirc/%%VER%%/pics/coresmall/kcs_angel.png +share/kvirc/%%VER%%/pics/coresmall/kcs_angry.png +share/kvirc/%%VER%%/pics/coresmall/kcs_applet.png +share/kvirc/%%VER%%/pics/coresmall/kcs_avatar.png +share/kvirc/%%VER%%/pics/coresmall/kcs_away.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ban.png +share/kvirc/%%VER%%/pics/coresmall/kcs_banexcept.png +share/kvirc/%%VER%%/pics/coresmall/kcs_banunexcept.png +share/kvirc/%%VER%%/pics/coresmall/kcs_biggrin.png +share/kvirc/%%VER%%/pics/coresmall/kcs_biggrineyes.png +share/kvirc/%%VER%%/pics/coresmall/kcs_biggringlasses.png +share/kvirc/%%VER%%/pics/coresmall/kcs_binarytext.png +share/kvirc/%%VER%%/pics/coresmall/kcs_blacksquare.png +share/kvirc/%%VER%%/pics/coresmall/kcs_bluesquare.png +share/kvirc/%%VER%%/pics/coresmall/kcs_bomb.png +share/kvirc/%%VER%%/pics/coresmall/kcs_bookmarks.png +share/kvirc/%%VER%%/pics/coresmall/kcs_broadcastnotice.png +share/kvirc/%%VER%%/pics/coresmall/kcs_broadcastprivmsg.png +share/kvirc/%%VER%%/pics/coresmall/kcs_bug.png +share/kvirc/%%VER%%/pics/coresmall/kcs_cafe.png +share/kvirc/%%VER%%/pics/coresmall/kcs_cake.png +share/kvirc/%%VER%%/pics/coresmall/kcs_canvas.png +share/kvirc/%%VER%%/pics/coresmall/kcs_chanadmin.png +share/kvirc/%%VER%%/pics/coresmall/kcs_chanadminaway.png +share/kvirc/%%VER%%/pics/coresmall/kcs_chanmode.png +share/kvirc/%%VER%%/pics/coresmall/kcs_chanmodehide.png +share/kvirc/%%VER%%/pics/coresmall/kcs_channel.png +share/kvirc/%%VER%%/pics/coresmall/kcs_channelnotice.png +share/kvirc/%%VER%%/pics/coresmall/kcs_channelnoticecrypted.png +share/kvirc/%%VER%%/pics/coresmall/kcs_chanowner.png +share/kvirc/%%VER%%/pics/coresmall/kcs_chanowneraway.png +share/kvirc/%%VER%%/pics/coresmall/kcs_chanprivmsg.png +share/kvirc/%%VER%%/pics/coresmall/kcs_chanprivmsgcrypted.png +share/kvirc/%%VER%%/pics/coresmall/kcs_chanserv.png +share/kvirc/%%VER%%/pics/coresmall/kcs_chanunadmin.png +share/kvirc/%%VER%%/pics/coresmall/kcs_chanunowner.png +share/kvirc/%%VER%%/pics/coresmall/kcs_class.png +share/kvirc/%%VER%%/pics/coresmall/kcs_classeditor.png +share/kvirc/%%VER%%/pics/coresmall/kcs_classicwindowlist.png +share/kvirc/%%VER%%/pics/coresmall/kcs_classnotbuilt.png +share/kvirc/%%VER%%/pics/coresmall/kcs_close.png +share/kvirc/%%VER%%/pics/coresmall/kcs_clown.png +share/kvirc/%%VER%%/pics/coresmall/kcs_colors.png +share/kvirc/%%VER%%/pics/coresmall/kcs_console.png +share/kvirc/%%VER%%/pics/coresmall/kcs_copy.png +share/kvirc/%%VER%%/pics/coresmall/kcs_cry.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ctcpcrypted.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ctcpreply.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ctcpreplyunknown.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ctcprequestflood.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ctcprequestignored.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ctcprequestreplied.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ctcprequestunknown.png +share/kvirc/%%VER%%/pics/coresmall/kcs_cut.png +share/kvirc/%%VER%%/pics/coresmall/kcs_cyansquare.png +share/kvirc/%%VER%%/pics/coresmall/kcs_dcc.png +share/kvirc/%%VER%%/pics/coresmall/kcs_dccchatmsg.png +share/kvirc/%%VER%%/pics/coresmall/kcs_dccchatmsgcrypted.png +share/kvirc/%%VER%%/pics/coresmall/kcs_dccerror.png +share/kvirc/%%VER%%/pics/coresmall/kcs_dccmsg.png +share/kvirc/%%VER%%/pics/coresmall/kcs_dccrequest.png +share/kvirc/%%VER%%/pics/coresmall/kcs_dccvoice.png +share/kvirc/%%VER%%/pics/coresmall/kcs_deadchannel.png +share/kvirc/%%VER%%/pics/coresmall/kcs_deadquery.png +share/kvirc/%%VER%%/pics/coresmall/kcs_defaulticon.png +share/kvirc/%%VER%%/pics/coresmall/kcs_deircop.png +share/kvirc/%%VER%%/pics/coresmall/kcs_deleteitem.png +share/kvirc/%%VER%%/pics/coresmall/kcs_demoralized.png +share/kvirc/%%VER%%/pics/coresmall/kcs_deop.png +share/kvirc/%%VER%%/pics/coresmall/kcs_deuserop.png +share/kvirc/%%VER%%/pics/coresmall/kcs_devil.png +share/kvirc/%%VER%%/pics/coresmall/kcs_devoice.png +share/kvirc/%%VER%%/pics/coresmall/kcs_discard.png +share/kvirc/%%VER%%/pics/coresmall/kcs_dkgreensquare.png +share/kvirc/%%VER%%/pics/coresmall/kcs_dock.png +share/kvirc/%%VER%%/pics/coresmall/kcs_edititem.png +share/kvirc/%%VER%%/pics/coresmall/kcs_editor.png +share/kvirc/%%VER%%/pics/coresmall/kcs_epilogue.png +share/kvirc/%%VER%%/pics/coresmall/kcs_event.png +share/kvirc/%%VER%%/pics/coresmall/kcs_eventeditor.png +share/kvirc/%%VER%%/pics/coresmall/kcs_eventnohandlers.png +share/kvirc/%%VER%%/pics/coresmall/kcs_eye.png +share/kvirc/%%VER%%/pics/coresmall/kcs_facepalm.png +share/kvirc/%%VER%%/pics/coresmall/kcs_failupdate.png +share/kvirc/%%VER%%/pics/coresmall/kcs_favorite.png +share/kvirc/%%VER%%/pics/coresmall/kcs_favoriteoff.png +share/kvirc/%%VER%%/pics/coresmall/kcs_file.png +share/kvirc/%%VER%%/pics/coresmall/kcs_files.png +share/kvirc/%%VER%%/pics/coresmall/kcs_filetransfer.png +share/kvirc/%%VER%%/pics/coresmall/kcs_finger.png +share/kvirc/%%VER%%/pics/coresmall/kcs_folder.png +share/kvirc/%%VER%%/pics/coresmall/kcs_function.png +share/kvirc/%%VER%%/pics/coresmall/kcs_gnutella.png +share/kvirc/%%VER%%/pics/coresmall/kcs_greensquare.png +share/kvirc/%%VER%%/pics/coresmall/kcs_gui.png +share/kvirc/%%VER%%/pics/coresmall/kcs_halfdeop.png +share/kvirc/%%VER%%/pics/coresmall/kcs_halfop.png +share/kvirc/%%VER%%/pics/coresmall/kcs_halfopaway.png +share/kvirc/%%VER%%/pics/coresmall/kcs_handily.png +share/kvirc/%%VER%%/pics/coresmall/kcs_handler.png +share/kvirc/%%VER%%/pics/coresmall/kcs_handlerdisabled.png +share/kvirc/%%VER%%/pics/coresmall/kcs_heart.png +share/kvirc/%%VER%%/pics/coresmall/kcs_heartbroken.png +share/kvirc/%%VER%%/pics/coresmall/kcs_help.png +share/kvirc/%%VER%%/pics/coresmall/kcs_hidedoubleview.png +share/kvirc/%%VER%%/pics/coresmall/kcs_hidelistview.png +share/kvirc/%%VER%%/pics/coresmall/kcs_highlighttext.png +share/kvirc/%%VER%%/pics/coresmall/kcs_history.png +share/kvirc/%%VER%%/pics/coresmall/kcs_historyoff.png +share/kvirc/%%VER%%/pics/coresmall/kcs_home.png +share/kvirc/%%VER%%/pics/coresmall/kcs_homepage.png +share/kvirc/%%VER%%/pics/coresmall/kcs_iconmanager.png +share/kvirc/%%VER%%/pics/coresmall/kcs_icq.png +share/kvirc/%%VER%%/pics/coresmall/kcs_icqblue.png +share/kvirc/%%VER%%/pics/coresmall/kcs_icqlightgreen.png +share/kvirc/%%VER%%/pics/coresmall/kcs_icqlightyellow.png +share/kvirc/%%VER%%/pics/coresmall/kcs_icqred.png +share/kvirc/%%VER%%/pics/coresmall/kcs_icqyellow.png +share/kvirc/%%VER%%/pics/coresmall/kcs_idea.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ident.png +share/kvirc/%%VER%%/pics/coresmall/kcs_identity.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ignore.png +share/kvirc/%%VER%%/pics/coresmall/kcs_info.png +share/kvirc/%%VER%%/pics/coresmall/kcs_inlove.png +share/kvirc/%%VER%%/pics/coresmall/kcs_input.png +share/kvirc/%%VER%%/pics/coresmall/kcs_invisible.png +share/kvirc/%%VER%%/pics/coresmall/kcs_invite.png +share/kvirc/%%VER%%/pics/coresmall/kcs_inviteexcept.png +share/kvirc/%%VER%%/pics/coresmall/kcs_inviteunexcept.png +share/kvirc/%%VER%%/pics/coresmall/kcs_irc.png +share/kvirc/%%VER%%/pics/coresmall/kcs_irc0.png +share/kvirc/%%VER%%/pics/coresmall/kcs_irc1.png +share/kvirc/%%VER%%/pics/coresmall/kcs_irc2.png +share/kvirc/%%VER%%/pics/coresmall/kcs_irc3.png +share/kvirc/%%VER%%/pics/coresmall/kcs_irc4.png +share/kvirc/%%VER%%/pics/coresmall/kcs_irc5.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ircbot.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ircop.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ircopaway.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ircview.png +share/kvirc/%%VER%%/pics/coresmall/kcs_join.png +share/kvirc/%%VER%%/pics/coresmall/kcs_key.png +share/kvirc/%%VER%%/pics/coresmall/kcs_kick.png +share/kvirc/%%VER%%/pics/coresmall/kcs_kickoff.png +share/kvirc/%%VER%%/pics/coresmall/kcs_kiss.png +share/kvirc/%%VER%%/pics/coresmall/kcs_kvirc.png +share/kvirc/%%VER%%/pics/coresmall/kcs_limit.png +share/kvirc/%%VER%%/pics/coresmall/kcs_links.png +share/kvirc/%%VER%%/pics/coresmall/kcs_linux.png +share/kvirc/%%VER%%/pics/coresmall/kcs_list.png +share/kvirc/%%VER%%/pics/coresmall/kcs_locked.png +share/kvirc/%%VER%%/pics/coresmall/kcs_lockedoff.png +share/kvirc/%%VER%%/pics/coresmall/kcs_log.png +share/kvirc/%%VER%%/pics/coresmall/kcs_meban.png +share/kvirc/%%VER%%/pics/coresmall/kcs_mebanexcept.png +share/kvirc/%%VER%%/pics/coresmall/kcs_mebanunexcept.png +share/kvirc/%%VER%%/pics/coresmall/kcs_mechanadmin.png +share/kvirc/%%VER%%/pics/coresmall/kcs_mechanowner.png +share/kvirc/%%VER%%/pics/coresmall/kcs_mechanunadmin.png +share/kvirc/%%VER%%/pics/coresmall/kcs_mechanunowner.png +share/kvirc/%%VER%%/pics/coresmall/kcs_medehalfop.png +share/kvirc/%%VER%%/pics/coresmall/kcs_medeircop.png +share/kvirc/%%VER%%/pics/coresmall/kcs_medeop.png +share/kvirc/%%VER%%/pics/coresmall/kcs_medeuserop.png +share/kvirc/%%VER%%/pics/coresmall/kcs_medevoice.png +share/kvirc/%%VER%%/pics/coresmall/kcs_mehalfop.png +share/kvirc/%%VER%%/pics/coresmall/kcs_meinviteexcept.png +share/kvirc/%%VER%%/pics/coresmall/kcs_meinviteunexcept.png +share/kvirc/%%VER%%/pics/coresmall/kcs_meircop.png +share/kvirc/%%VER%%/pics/coresmall/kcs_mekick.png +share/kvirc/%%VER%%/pics/coresmall/kcs_memoserv.png +share/kvirc/%%VER%%/pics/coresmall/kcs_menubar.png +share/kvirc/%%VER%%/pics/coresmall/kcs_meop.png +share/kvirc/%%VER%%/pics/coresmall/kcs_message.png +share/kvirc/%%VER%%/pics/coresmall/kcs_messages.png +share/kvirc/%%VER%%/pics/coresmall/kcs_messagesent.png +share/kvirc/%%VER%%/pics/coresmall/kcs_meunban.png +share/kvirc/%%VER%%/pics/coresmall/kcs_meuserop.png +share/kvirc/%%VER%%/pics/coresmall/kcs_mevoice.png +share/kvirc/%%VER%%/pics/coresmall/kcs_minus.png +share/kvirc/%%VER%%/pics/coresmall/kcs_mode.png +share/kvirc/%%VER%%/pics/coresmall/kcs_motd.png +share/kvirc/%%VER%%/pics/coresmall/kcs_multimedia.png +share/kvirc/%%VER%%/pics/coresmall/kcs_namespace.png +share/kvirc/%%VER%%/pics/coresmall/kcs_newitem.png +share/kvirc/%%VER%%/pics/coresmall/kcs_newitembywizard.png +share/kvirc/%%VER%%/pics/coresmall/kcs_newnetwork.png +share/kvirc/%%VER%%/pics/coresmall/kcs_newproxy.png +share/kvirc/%%VER%%/pics/coresmall/kcs_newserver.png +share/kvirc/%%VER%%/pics/coresmall/kcs_nick.png +share/kvirc/%%VER%%/pics/coresmall/kcs_nicknameproblem.png +share/kvirc/%%VER%%/pics/coresmall/kcs_nickpopup.png +share/kvirc/%%VER%%/pics/coresmall/kcs_nickserv.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ninja.png +share/kvirc/%%VER%%/pics/coresmall/kcs_nochannel.png +share/kvirc/%%VER%%/pics/coresmall/kcs_none.png +share/kvirc/%%VER%%/pics/coresmall/kcs_notaway.png +share/kvirc/%%VER%%/pics/coresmall/kcs_notifier.png +share/kvirc/%%VER%%/pics/coresmall/kcs_notifyoffline.png +share/kvirc/%%VER%%/pics/coresmall/kcs_notifyonline.png +share/kvirc/%%VER%%/pics/coresmall/kcs_notupdate.png +share/kvirc/%%VER%%/pics/coresmall/kcs_op.png +share/kvirc/%%VER%%/pics/coresmall/kcs_opaway.png +share/kvirc/%%VER%%/pics/coresmall/kcs_options.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ownaction.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ownactioncrypted.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ownprivmsg.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ownprivmsgcrypted.png +share/kvirc/%%VER%%/pics/coresmall/kcs_package.png +share/kvirc/%%VER%%/pics/coresmall/kcs_parsererror.png +share/kvirc/%%VER%%/pics/coresmall/kcs_parserwarning.png +share/kvirc/%%VER%%/pics/coresmall/kcs_part.png +share/kvirc/%%VER%%/pics/coresmall/kcs_paste.png +share/kvirc/%%VER%%/pics/coresmall/kcs_pirate.png +share/kvirc/%%VER%%/pics/coresmall/kcs_play.png +share/kvirc/%%VER%%/pics/coresmall/kcs_plus.png +share/kvirc/%%VER%%/pics/coresmall/kcs_popup.png +share/kvirc/%%VER%%/pics/coresmall/kcs_popupeditor.png +share/kvirc/%%VER%%/pics/coresmall/kcs_popupmenu.png +share/kvirc/%%VER%%/pics/coresmall/kcs_prologue.png +share/kvirc/%%VER%%/pics/coresmall/kcs_proxy.png +share/kvirc/%%VER%%/pics/coresmall/kcs_puke.png +share/kvirc/%%VER%%/pics/coresmall/kcs_query.png +share/kvirc/%%VER%%/pics/coresmall/kcs_querynotice.png +share/kvirc/%%VER%%/pics/coresmall/kcs_querynoticecrypted.png +share/kvirc/%%VER%%/pics/coresmall/kcs_queryprivmsg.png +share/kvirc/%%VER%%/pics/coresmall/kcs_queryprivmsgcrypted.png +share/kvirc/%%VER%%/pics/coresmall/kcs_querytrace.png +share/kvirc/%%VER%%/pics/coresmall/kcs_questionmark.png +share/kvirc/%%VER%%/pics/coresmall/kcs_quit.png +share/kvirc/%%VER%%/pics/coresmall/kcs_quitapp.png +share/kvirc/%%VER%%/pics/coresmall/kcs_quitsplit.png +share/kvirc/%%VER%%/pics/coresmall/kcs_rage.png +share/kvirc/%%VER%%/pics/coresmall/kcs_raw.png +share/kvirc/%%VER%%/pics/coresmall/kcs_rawevent.png +share/kvirc/%%VER%%/pics/coresmall/kcs_raweventeditor.png +share/kvirc/%%VER%%/pics/coresmall/kcs_raweventnohandlers.png +share/kvirc/%%VER%%/pics/coresmall/kcs_record.png +share/kvirc/%%VER%%/pics/coresmall/kcs_redsquare.png +share/kvirc/%%VER%%/pics/coresmall/kcs_refresh.png +share/kvirc/%%VER%%/pics/coresmall/kcs_regusers.png +share/kvirc/%%VER%%/pics/coresmall/kcs_remove.png +share/kvirc/%%VER%%/pics/coresmall/kcs_retry.png +share/kvirc/%%VER%%/pics/coresmall/kcs_rose.png +share/kvirc/%%VER%%/pics/coresmall/kcs_save.png +share/kvirc/%%VER%%/pics/coresmall/kcs_saycolors.png +share/kvirc/%%VER%%/pics/coresmall/kcs_saykvs.png +share/kvirc/%%VER%%/pics/coresmall/kcs_saysmile.png +share/kvirc/%%VER%%/pics/coresmall/kcs_screenshot.png +share/kvirc/%%VER%%/pics/coresmall/kcs_scriptcenter.png +share/kvirc/%%VER%%/pics/coresmall/kcs_search.png +share/kvirc/%%VER%%/pics/coresmall/kcs_server.png +share/kvirc/%%VER%%/pics/coresmall/kcs_serverconfiguration.png +share/kvirc/%%VER%%/pics/coresmall/kcs_servererror.png +share/kvirc/%%VER%%/pics/coresmall/kcs_serverfavorite.png +share/kvirc/%%VER%%/pics/coresmall/kcs_serverinfo.png +share/kvirc/%%VER%%/pics/coresmall/kcs_servernotice.png +share/kvirc/%%VER%%/pics/coresmall/kcs_serverping.png +share/kvirc/%%VER%%/pics/coresmall/kcs_sexfemale.png +share/kvirc/%%VER%%/pics/coresmall/kcs_sexmale.png +share/kvirc/%%VER%%/pics/coresmall/kcs_sharedfiles.png +share/kvirc/%%VER%%/pics/coresmall/kcs_shield.png +share/kvirc/%%VER%%/pics/coresmall/kcs_showdoubleview.png +share/kvirc/%%VER%%/pics/coresmall/kcs_showlistview.png +share/kvirc/%%VER%%/pics/coresmall/kcs_shy.png +share/kvirc/%%VER%%/pics/coresmall/kcs_slurp.png +share/kvirc/%%VER%%/pics/coresmall/kcs_smile.png +share/kvirc/%%VER%%/pics/coresmall/kcs_socket.png +share/kvirc/%%VER%%/pics/coresmall/kcs_socketerror.png +share/kvirc/%%VER%%/pics/coresmall/kcs_socketmessage.png +share/kvirc/%%VER%%/pics/coresmall/kcs_socketwarning.png +share/kvirc/%%VER%%/pics/coresmall/kcs_sound.png +share/kvirc/%%VER%%/pics/coresmall/kcs_spam.png +share/kvirc/%%VER%%/pics/coresmall/kcs_split.png +share/kvirc/%%VER%%/pics/coresmall/kcs_spy.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ssl.png +share/kvirc/%%VER%%/pics/coresmall/kcs_stats.png +share/kvirc/%%VER%%/pics/coresmall/kcs_statusbar.png +share/kvirc/%%VER%%/pics/coresmall/kcs_surprised1.png +share/kvirc/%%VER%%/pics/coresmall/kcs_surprised2.png +share/kvirc/%%VER%%/pics/coresmall/kcs_sysmonitor.png +share/kvirc/%%VER%%/pics/coresmall/kcs_systemerror.png +share/kvirc/%%VER%%/pics/coresmall/kcs_systemmessage.png +share/kvirc/%%VER%%/pics/coresmall/kcs_systemwarning.png +share/kvirc/%%VER%%/pics/coresmall/kcs_tearsmile.png +share/kvirc/%%VER%%/pics/coresmall/kcs_teeth.png +share/kvirc/%%VER%%/pics/coresmall/kcs_terminal.png +share/kvirc/%%VER%%/pics/coresmall/kcs_textencoding.png +share/kvirc/%%VER%%/pics/coresmall/kcs_textexclamative.png +share/kvirc/%%VER%%/pics/coresmall/kcs_textpoints.png +share/kvirc/%%VER%%/pics/coresmall/kcs_theme.png +share/kvirc/%%VER%%/pics/coresmall/kcs_themeoptions.png +share/kvirc/%%VER%%/pics/coresmall/kcs_thumbdown.png +share/kvirc/%%VER%%/pics/coresmall/kcs_thumbup.png +share/kvirc/%%VER%%/pics/coresmall/kcs_time.png +share/kvirc/%%VER%%/pics/coresmall/kcs_tongue.png +share/kvirc/%%VER%%/pics/coresmall/kcs_toolbar.png +share/kvirc/%%VER%%/pics/coresmall/kcs_toolbareditor.png +share/kvirc/%%VER%%/pics/coresmall/kcs_tools.png +share/kvirc/%%VER%%/pics/coresmall/kcs_topic.png +share/kvirc/%%VER%%/pics/coresmall/kcs_topiccrypted.png +share/kvirc/%%VER%%/pics/coresmall/kcs_transparent.png +share/kvirc/%%VER%%/pics/coresmall/kcs_trayicon.png +share/kvirc/%%VER%%/pics/coresmall/kcs_treewindowlist.png +share/kvirc/%%VER%%/pics/coresmall/kcs_ugly.png +share/kvirc/%%VER%%/pics/coresmall/kcs_unban.png +share/kvirc/%%VER%%/pics/coresmall/kcs_undock.png +share/kvirc/%%VER%%/pics/coresmall/kcs_unhandled.png +share/kvirc/%%VER%%/pics/coresmall/kcs_unlocked.png +share/kvirc/%%VER%%/pics/coresmall/kcs_unlockedoff.png +share/kvirc/%%VER%%/pics/coresmall/kcs_unreadtext.png +share/kvirc/%%VER%%/pics/coresmall/kcs_unrecognized.png +share/kvirc/%%VER%%/pics/coresmall/kcs_unsetmode.png +share/kvirc/%%VER%%/pics/coresmall/kcs_update.png +share/kvirc/%%VER%%/pics/coresmall/kcs_url.png +share/kvirc/%%VER%%/pics/coresmall/kcs_user.png +share/kvirc/%%VER%%/pics/coresmall/kcs_userlist.png +share/kvirc/%%VER%%/pics/coresmall/kcs_usermode.png +share/kvirc/%%VER%%/pics/coresmall/kcs_userop.png +share/kvirc/%%VER%%/pics/coresmall/kcs_useropaway.png +share/kvirc/%%VER%%/pics/coresmall/kcs_userwindow.png +share/kvirc/%%VER%%/pics/coresmall/kcs_violetsquare.png +share/kvirc/%%VER%%/pics/coresmall/kcs_voice.png +share/kvirc/%%VER%%/pics/coresmall/kcs_voiceaway.png +share/kvirc/%%VER%%/pics/coresmall/kcs_wallops.png +share/kvirc/%%VER%%/pics/coresmall/kcs_warning.png +share/kvirc/%%VER%%/pics/coresmall/kcs_who.png +share/kvirc/%%VER%%/pics/coresmall/kcs_whoischannels.png +share/kvirc/%%VER%%/pics/coresmall/kcs_whoisidle.png +share/kvirc/%%VER%%/pics/coresmall/kcs_whoisother.png +share/kvirc/%%VER%%/pics/coresmall/kcs_whoisserver.png +share/kvirc/%%VER%%/pics/coresmall/kcs_whoisuser.png +share/kvirc/%%VER%%/pics/coresmall/kcs_world.png +share/kvirc/%%VER%%/pics/coresmall/kcs_yellowsquare.png +share/kvirc/%%VER%%/pics/kvi_activitymeter.png +share/kvirc/%%VER%%/pics/kvi_bigicon_actioneditor.png +share/kvirc/%%VER%%/pics/kvi_bigicon_actions.png +share/kvirc/%%VER%%/pics/kvi_bigicon_addons.png +share/kvirc/%%VER%%/pics/kvi_bigicon_aliaseditor.png +share/kvirc/%%VER%%/pics/kvi_bigicon_away.png +share/kvirc/%%VER%%/pics/kvi_bigicon_channellist.png +share/kvirc/%%VER%%/pics/kvi_bigicon_channels.png +share/kvirc/%%VER%%/pics/kvi_bigicon_channelspopup.png +share/kvirc/%%VER%%/pics/kvi_bigicon_classeditor.png +share/kvirc/%%VER%%/pics/kvi_bigicon_codetester.png +share/kvirc/%%VER%%/pics/kvi_bigicon_connected.png +share/kvirc/%%VER%%/pics/kvi_bigicon_connecting.png +share/kvirc/%%VER%%/pics/kvi_bigicon_disconnected.png +share/kvirc/%%VER%%/pics/kvi_bigicon_eventeditor.png +share/kvirc/%%VER%%/pics/kvi_bigicon_filetransfer.png +share/kvirc/%%VER%%/pics/kvi_bigicon_folder.png +share/kvirc/%%VER%%/pics/kvi_bigicon_help.png +share/kvirc/%%VER%%/pics/kvi_bigicon_helpback.png +share/kvirc/%%VER%%/pics/kvi_bigicon_helpclose.png +share/kvirc/%%VER%%/pics/kvi_bigicon_helpforward.png +share/kvirc/%%VER%%/pics/kvi_bigicon_helpindex.png +share/kvirc/%%VER%%/pics/kvi_bigicon_helpsearch.png +share/kvirc/%%VER%%/pics/kvi_bigicon_homepage.png +share/kvirc/%%VER%%/pics/kvi_bigicon_identity.png +share/kvirc/%%VER%%/pics/kvi_bigicon_irccontextdisplay.png +share/kvirc/%%VER%%/pics/kvi_bigicon_kvs.png +share/kvirc/%%VER%%/pics/kvi_bigicon_links.png +share/kvirc/%%VER%%/pics/kvi_bigicon_log.png +share/kvirc/%%VER%%/pics/kvi_bigicon_mailinglist.png +share/kvirc/%%VER%%/pics/kvi_bigicon_newitem.png +share/kvirc/%%VER%%/pics/kvi_bigicon_nickpopup.png +share/kvirc/%%VER%%/pics/kvi_bigicon_notaway.png +share/kvirc/%%VER%%/pics/kvi_bigicon_open.png +share/kvirc/%%VER%%/pics/kvi_bigicon_pack.png +share/kvirc/%%VER%%/pics/kvi_bigicon_popupeditor.png +share/kvirc/%%VER%%/pics/kvi_bigicon_quitapp.png +share/kvirc/%%VER%%/pics/kvi_bigicon_raweditor.png +share/kvirc/%%VER%%/pics/kvi_bigicon_regusers.png +share/kvirc/%%VER%%/pics/kvi_bigicon_remove.png +share/kvirc/%%VER%%/pics/kvi_bigicon_save.png +share/kvirc/%%VER%%/pics/kvi_bigicon_screenshot.png +share/kvirc/%%VER%%/pics/kvi_bigicon_separator.png +share/kvirc/%%VER%%/pics/kvi_bigicon_server.png +share/kvirc/%%VER%%/pics/kvi_bigicon_serverconfiguration.png +share/kvirc/%%VER%%/pics/kvi_bigicon_settings.png +share/kvirc/%%VER%%/pics/kvi_bigicon_sharedfiles.png +share/kvirc/%%VER%%/pics/kvi_bigicon_socketspy.png +share/kvirc/%%VER%%/pics/kvi_bigicon_sysmonitor.png +share/kvirc/%%VER%%/pics/kvi_bigicon_theme.png +share/kvirc/%%VER%%/pics/kvi_bigicon_themeoptions.png +share/kvirc/%%VER%%/pics/kvi_bigicon_toolbareditor.png +share/kvirc/%%VER%%/pics/kvi_bigicon_tools.png +share/kvirc/%%VER%%/pics/kvi_bigicon_trashcan.png +share/kvirc/%%VER%%/pics/kvi_bigicon_unknown.png +share/kvirc/%%VER%%/pics/kvi_bigicon_url.png +share/kvirc/%%VER%%/pics/kvi_bigicon_useraction.png +share/kvirc/%%VER%%/pics/kvi_bigicon_usermode.png +share/kvirc/%%VER%%/pics/kvi_bigicon_www.png +share/kvirc/%%VER%%/pics/kvi_dccfiletransfericons.png +share/kvirc/%%VER%%/pics/kvi_dock_mono_22-0.png +share/kvirc/%%VER%%/pics/kvi_dock_mono_22-1.png +share/kvirc/%%VER%%/pics/kvi_dock_mono_22-2.png +share/kvirc/%%VER%%/pics/kvi_dock_mono_48-0.png +share/kvirc/%%VER%%/pics/kvi_dock_mono_48-1.png +share/kvirc/%%VER%%/pics/kvi_dock_mono_48-2.png +share/kvirc/%%VER%%/pics/kvi_dock_normal_16-0.png +share/kvirc/%%VER%%/pics/kvi_dock_normal_16-1.png +share/kvirc/%%VER%%/pics/kvi_dock_normal_16-2.png +share/kvirc/%%VER%%/pics/kvi_dock_normal_22-0.png +share/kvirc/%%VER%%/pics/kvi_dock_normal_22-1.png +share/kvirc/%%VER%%/pics/kvi_dock_normal_22-2.png +share/kvirc/%%VER%%/pics/kvi_dock_normal_48-0.png +share/kvirc/%%VER%%/pics/kvi_dock_normal_48-1.png +share/kvirc/%%VER%%/pics/kvi_dock_normal_48-2.png +share/kvirc/%%VER%%/pics/kvi_horizontal_left.png +share/kvirc/%%VER%%/pics/kvi_horizontal_right.png +share/kvirc/%%VER%%/pics/kvi_httpicons.png +share/kvirc/%%VER%%/pics/kvi_icon_refresh.png +share/kvirc/%%VER%%/pics/kvi_mircimport.png +share/kvirc/%%VER%%/pics/kvi_%%CMAKE_BUILD_TYPE%%_art.png +share/kvirc/%%VER%%/pics/kvi_setup_label.png +share/kvirc/%%VER%%/pics/kvi_setup_theme_hires.png +share/kvirc/%%VER%%/pics/kvi_setup_theme_lowres.png +share/kvirc/%%VER%%/pics/kvi_tip.png +share/kvirc/%%VER%%/pics/kvi_toolbutton_menuindicator.png +share/kvirc/%%VER%%/pics/kvi_userchanstate.png +share/kvirc/%%VER%%/pics/notifier_background.png +share/kvirc/%%VER%%/pics/notifier_icon_close_clicked.png +share/kvirc/%%VER%%/pics/notifier_icon_close_clicked_hl.png +share/kvirc/%%VER%%/pics/notifier_icon_close_out.png +share/kvirc/%%VER%%/pics/notifier_icon_close_out_hl.png +share/kvirc/%%VER%%/pics/notifier_icon_close_over.png +share/kvirc/%%VER%%/pics/notifier_icon_close_over_hl.png +share/kvirc/%%VER%%/pics/notifier_pen.png +share/kvirc/%%VER%%/pics/notifier_pix_caption_bkg.png +share/kvirc/%%VER%%/pics/notifier_pix_caption_bkg_hl.png +share/kvirc/%%VER%%/pics/notifier_pix_caption_dx.png +share/kvirc/%%VER%%/pics/notifier_pix_caption_dx_hl.png +share/kvirc/%%VER%%/pics/notifier_pix_caption_sx.png +share/kvirc/%%VER%%/pics/notifier_pix_caption_sx_hl.png +share/kvirc/%%VER%%/pics/notifier_pix_wnd_dwn.png +share/kvirc/%%VER%%/pics/notifier_pix_wnd_dwn_hl.png +share/kvirc/%%VER%%/pics/notifier_pix_wnd_dwndx.png +share/kvirc/%%VER%%/pics/notifier_pix_wnd_dwndx_hl.png +share/kvirc/%%VER%%/pics/notifier_pix_wnd_dwnsx.png +share/kvirc/%%VER%%/pics/notifier_pix_wnd_dwnsx_hl.png +share/kvirc/%%VER%%/pics/notifier_pix_wnd_dx.png +share/kvirc/%%VER%%/pics/notifier_pix_wnd_dx_hl.png +share/kvirc/%%VER%%/pics/notifier_pix_wnd_sx.png +share/kvirc/%%VER%%/pics/notifier_pix_wnd_sx_hl.png +share/kvirc/%%VER%%/themes/Aria-2.0.0/pixmapGlobalTransparencyBackground.png +share/kvirc/%%VER%%/themes/Aria-2.0.0/pixmapInputBackground.png +share/kvirc/%%VER%%/themes/Aria-2.0.0/screenshot.png +share/kvirc/%%VER%%/themes/Aria-2.0.0/screenshot_medium.png +share/kvirc/%%VER%%/themes/Aria-2.0.0/screenshot_small.png +share/kvirc/%%VER%%/themes/Aria-2.0.0/themedata.kvc +share/kvirc/%%VER%%/themes/Aria-2.0.0/themeinfo.kvc +share/kvirc/%%VER%%/themes/I_O-Black-2.1.9/screenshot.png +share/kvirc/%%VER%%/themes/I_O-Black-2.1.9/screenshot_medium.png +share/kvirc/%%VER%%/themes/I_O-Black-2.1.9/screenshot_small.png +share/kvirc/%%VER%%/themes/I_O-Black-2.1.9/themedata.kvc +share/kvirc/%%VER%%/themes/I_O-Black-2.1.9/themeinfo.kvc +share/kvirc/%%VER%%/themes/I_O-Dark-2.1.9/screenshot.png +share/kvirc/%%VER%%/themes/I_O-Dark-2.1.9/screenshot_medium.png +share/kvirc/%%VER%%/themes/I_O-Dark-2.1.9/screenshot_small.png +share/kvirc/%%VER%%/themes/I_O-Dark-2.1.9/themedata.kvc +share/kvirc/%%VER%%/themes/I_O-Dark-2.1.9/themeinfo.kvc +share/kvirc/%%VER%%/themes/I_O-Light-2.1.9/screenshot.png +share/kvirc/%%VER%%/themes/I_O-Light-2.1.9/screenshot_medium.png +share/kvirc/%%VER%%/themes/I_O-Light-2.1.9/screenshot_small.png +share/kvirc/%%VER%%/themes/I_O-Light-2.1.9/themedata.kvc +share/kvirc/%%VER%%/themes/I_O-Light-2.1.9/themeinfo.kvc +share/kvirc/%%VER%%/themes/MinimalDark-2.0.0/screenshot.png +share/kvirc/%%VER%%/themes/MinimalDark-2.0.0/screenshot_medium.png +share/kvirc/%%VER%%/themes/MinimalDark-2.0.0/screenshot_small.png +share/kvirc/%%VER%%/themes/MinimalDark-2.0.0/themedata.kvc +share/kvirc/%%VER%%/themes/MinimalDark-2.0.0/themeinfo.kvc share/pixmaps/kvirc.png -%%KDE%%share/mime/packages/kvirc.xml