From 8cc55088d7c033d4e092d3e05a94f4d5b7508b06 Mon Sep 17 00:00:00 2001 From: Vladimir Druzenko Date: Tue, 14 May 2024 10:58:30 +0300 Subject: irc/kvirc: update to 5.2.4, take maintainership This release contains changes from the last 5 years of development, including: - Support for the latest version of upstream libraries: Qt5.15/6.6, KDE5/6, OpenSSL 1.x/3.x - Wayland support - Fix for some nasty crash bugs - an improved font rendering engine able to represent complex characters like emojis with ligatures - a reworked tray icon that now follows your OS style - better support for solanum ircd (Libera net) News: https://www.kvirc.net/?id=news&story=2024.01.14.19.25.1.story&dir=latest https://www.kvirc.net/?id=news&story=2024.03.09.12.18.1.story&dir=latest https://www.kvirc.net/?id=news&story=2024.05.11.13.48.1.story&dir=latest Changelog: https://github.com/kvirc/KVIrc/releases/tag/5.2.0 https://github.com/kvirc/KVIrc/releases/tag/5.2.2 https://github.com/kvirc/KVIrc/releases/tag/5.2.4 PR: 278718 Reviewed by: arrowd, makc Approved by: makc (kde), tcberner (kde) Differential Revision: D45025 --- irc/kvirc/Makefile | 108 +- irc/kvirc/distinfo | 6 +- irc/kvirc/files/patch-src_kvilib_CMakeLists.txt | 10 - .../patch-src_modules_iograph_libkviiograph.cpp | 10 - irc/kvirc/pkg-plist | 3445 ++++++++++---------- 5 files changed, 1831 insertions(+), 1748 deletions(-) delete mode 100644 irc/kvirc/files/patch-src_kvilib_CMakeLists.txt delete mode 100644 irc/kvirc/files/patch-src_modules_iograph_libkviiograph.cpp diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index f67ba017d248..f18603a92ea4 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -1,35 +1,99 @@ PORTNAME= KVIrc -DISTVERSION= 5.0.0-102 -DISTVERSIONSUFFIX= -geb3fdd6b1 -PORTREVISION= 5 +DISTVERSION= 5.2.4 CATEGORIES= irc kde -MAINTAINER= kde@FreeBSD.org -COMMENT= IRC client for KDE -WWW= http://www.kvirc.net +MAINTAINER= vvd@FreeBSD.org +COMMENT= IRC client based on the Qt GUI toolkit +WWW= https://www.kvirc.net LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/ABOUT-LICENSE -LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ - libenchant.so:textproc/enchant - -USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext gnome \ - kde:5 perl5 pkgconfig python qt:5 ssl tar:bzip2 xorg -USE_GNOME= glib20 -USE_PERL5= run build -USE_KDE= auth codecs config configwidgets coreaddons i18n notifications \ - phonon service widgetsaddons windowsystem xmlgui \ - ecm:build -USE_QT= core dbus gui multimedia network printsupport sql svg \ - widgets x11extras xml \ +USES= cmake compiler:c++11-lang cpe desktop-file-utils pkgconfig qt:5 \ + ssl xorg +USE_GITHUB= yes +USE_LDCONFIG= yes +USE_QT= concurrent core declarative gui multimedia network printsupport \ + sql widgets x11extras xml \ buildtools:build qmake:build USE_XORG= ice sm x11 xext xrender xscrnsaver -USE_LDCONFIG= yes -USE_GITHUB= yes -CMAKE_ARGS= -DMANDIR_PREFIX:STRING=share/man +CMAKE_ARGS= -DQT_VERSION_MAJOR=5 +CMAKE_ON= WANT_CRYPT WANT_IPC WANT_IPV6 WANT_OPENSSL WANT_OSS WANT_STRIP \ + WANT_TRANSPARENCY +CMAKE_OFF= WANT_COEXISTENCE WANT_DEBUG WANT_ENV_FLAGS WANT_ESD \ + WANT_IGNORE_SIGALARM WANT_MEMORY_CHECKS WANT_MEMORY_PROFILE + +PLIST_SUB= FULL_VER="${DISTVERSION}" \ + VER="${DISTVERSION:R}" + +OPTIONS_DEFINE= AUDIOFILE DBUS DCC_VIDEO DCC_VOICE DOCS DOXYGEN ENCHANT GSM \ + GTKSTYLE KDE OGG PERL PHONON PYTHON NLS SVG WEBENGINE +OPTIONS_DEFAULT= AUDIOFILE DBUS DCC_VOICE ENCHANT GSM KDE OGG PERL PHONON \ + PYTHON SVG WEBENGINE +OPTIONS_SUB= yes + +DCC_VIDEO_DESC= Direct client video connection support (experimental) +DCC_VOICE_DESC= Direct client voice connection support +GTKSTYLE_DESC= Enable QGtkStyle + +AUDIOFILE_LIB_DEPENDS= libaudiofile.so:audio/libaudiofile +AUDIOFILE_CMAKE_BOOL= WANT_AUDIOFILE + +DBUS_USE= qt=dbus +DBUS_CMAKE_BOOL= WANT_QTDBUS + +DCC_VIDEO_CMAKE_BOOL= WANT_DCC_VIDEO +DCC_VIDEO_BROKEN= qt5 support dropped: https://github.com/kvirc/KVIrc/pull/2628 + +DCC_VOICE_CMAKE_BOOL= WANT_DCC_VOICE + +DOCS_USES= perl5 +DOCS_USE= perl5:build +DOCS_CMAKE_BOOL= WANT_PERL_DOCS + +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +DOXYGEN_CMAKE_BOOL= WANT_DOXYGEN + +ENCHANT_LIB_DEPENDS= libenchant-2.so:textproc/enchant2 +ENCHANT_CMAKE_BOOL= WANT_SPELLCHECKER + +# Used via dlopen() +GSM_RUN_DEPENDS= ${LOCALBASE}/lib/libgsm.so:audio/gsm +GSM_CMAKE_BOOL= WANT_GSM + +GTKSTYLE_CMAKE_BOOL= WANT_GTKSTYLE + +KDE_IMPLIES= DBUS +KDE_USES= kde:5 +KDE_USE= kde=auth,codecs,completion,config,configwidgets,coreaddons,i18n \ + kde=jobwidgets,kio,notifications,parts,phonon,service,solid \ + kde=sonnet,textwidgets,widgetsaddons,windowsystem,xmlgui,ecm:build +KDE_CMAKE_BOOL= WANT_KDE + +NLS_USES= gettext-tools +NLS_CMAKE_BOOL= WANT_GETTEXT + +OGG_LIB_DEPENDS= libogg.so:audio/libogg \ + libvorbis.so:audio/libvorbis \ + libtheoradec.so:multimedia/libtheora +OGG_CMAKE_BOOL= WANT_OGG_THEORA + +PERL_USES= perl5 +PERL_USE= perl5:run +PERL_CMAKE_BOOL= WANT_PERL + +PHONON_USES= kde:5 +PHONON_USE= kde=phonon +PHONON_CMAKE_BOOL= WANT_PHONON + +PYTHON_USES= python +PYTHON_CMAKE_BOOL= WANT_PYTHON + +SVG_USE= qt=svg +SVG_CMAKE_BOOL= WANT_QTSVG -PLIST_SUB= VER=5.0 +WEBENGINE_USE= qt=location,webchannel,webengine +WEBENGINE_CMAKE_BOOL= WANT_QTWEBENGINE .include diff --git a/irc/kvirc/distinfo b/irc/kvirc/distinfo index 196a6a22b479..165cbd0c3ca5 100644 --- a/irc/kvirc/distinfo +++ b/irc/kvirc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672868502 -SHA256 (KVIrc-KVIrc-5.0.0-102-geb3fdd6b1_GH0.tar.gz) = 33469ddba50c27eacc1e41a4b47c0941ef9dca3e45a392e761eb3873bd3957b3 -SIZE (KVIrc-KVIrc-5.0.0-102-geb3fdd6b1_GH0.tar.gz) = 6168940 +TIMESTAMP = 1715539544 +SHA256 (KVIrc-KVIrc-5.2.4_GH0.tar.gz) = 99bb33d9bd42060dc3dcd8783db036bebd9a23f29c4cef99facf0e0d5cd12d6b +SIZE (KVIrc-KVIrc-5.2.4_GH0.tar.gz) = 6333384 diff --git a/irc/kvirc/files/patch-src_kvilib_CMakeLists.txt b/irc/kvirc/files/patch-src_kvilib_CMakeLists.txt deleted file mode 100644 index d5a961e8de9e..000000000000 --- a/irc/kvirc/files/patch-src_kvilib_CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ ---- src/kvilib/CMakeLists.txt.orig 2020-01-25 22:07:57 UTC -+++ src/kvilib/CMakeLists.txt -@@ -129,6 +129,7 @@ endif() - - add_library(${KVILIB_BINARYNAME} SHARED ${kvilib_SRCS} ${kvilib_MOC_SRCS}) - target_link_libraries(${KVILIB_BINARYNAME} ${LIBS}) -+target_link_libraries(${KVILIB_BINARYNAME} Threads::Threads) - - # Enable C++14 - set_property(TARGET ${KVILIB_BINARYNAME} PROPERTY CXX_STANDARD 14) diff --git a/irc/kvirc/files/patch-src_modules_iograph_libkviiograph.cpp b/irc/kvirc/files/patch-src_modules_iograph_libkviiograph.cpp deleted file mode 100644 index fcd11f3b0541..000000000000 --- a/irc/kvirc/files/patch-src_modules_iograph_libkviiograph.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/modules/iograph/libkviiograph.cpp.orig 2020-05-18 14:33:26 UTC -+++ src/modules/iograph/libkviiograph.cpp -@@ -38,1 +38,1 @@ - - #include - #include -+#include - - #ifdef COMPILE_PSEUDO_TRANSPARENCY - extern KVIRC_API QPixmap * g_pShadedChildGlobalDesktopBackground; diff --git a/irc/kvirc/pkg-plist b/irc/kvirc/pkg-plist index d519345a9706..3ce7927c24bc 100644 --- a/irc/kvirc/pkg-plist +++ b/irc/kvirc/pkg-plist @@ -38,12 +38,12 @@ lib/kvirc/%%VER%%/modules/libkvinotifier.so lib/kvirc/%%VER%%/modules/libkviobjects.so lib/kvirc/%%VER%%/modules/libkvioptions.so lib/kvirc/%%VER%%/modules/libkvipackage.so -lib/kvirc/%%VER%%/modules/libkviperl.so -lib/kvirc/%%VER%%/modules/libkviperlcore.so +%%PERL%%lib/kvirc/%%VER%%/modules/libkviperl.so +%%PERL%%lib/kvirc/%%VER%%/modules/libkviperlcore.so lib/kvirc/%%VER%%/modules/libkvipopup.so lib/kvirc/%%VER%%/modules/libkvipopupeditor.so lib/kvirc/%%VER%%/modules/libkviproxydb.so -lib/kvirc/%%VER%%/modules/libkvipython.so +%%PYTHON%%lib/kvirc/%%VER%%/modules/libkvipython.so lib/kvirc/%%VER%%/modules/libkvipythoncore.so lib/kvirc/%%VER%%/modules/libkviraweditor.so lib/kvirc/%%VER%%/modules/libkviregchan.so @@ -57,7 +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 +%%ENCHANT%%lib/kvirc/%%VER%%/modules/libkvispellchecker.so lib/kvirc/%%VER%%/modules/libkvistr.so lib/kvirc/%%VER%%/modules/libkvisystem.so lib/kvirc/%%VER%%/modules/libkviterm.so @@ -75,13 +75,7 @@ lib/kvirc/%%VER%%/modules/libkviuserlist.so lib/kvirc/%%VER%%/modules/libkviwindow.so lib/libkvilib.so lib/libkvilib.so.5 -lib/libkvilib.so.5.0.1 -share/man/de/man1/kvirc.1.gz -share/man/fr/man1/kvirc.1.gz -share/man/it/man1/kvirc.1.gz -share/man/man1/kvirc.1.gz -share/man/pt/man1/kvirc.1.gz -share/man/uk/man1/kvirc.1.gz +lib/libkvilib.so.%%FULL_VER%% share/applications/net.kvirc.KVIrc5.desktop share/icons/hicolor/128x128/apps/kvirc.png share/icons/hicolor/128x128/mimetypes/application-x-kva.png @@ -119,6 +113,7 @@ 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_pl.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 @@ -132,1692 +127,1733 @@ 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%%/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.5.0.1.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 +%%DOCS%%share/kvirc/%%VER%%/help/en/_db_class.idx +%%DOCS%%share/kvirc/%%VER%%/help/en/_db_command.idx +%%DOCS%%share/kvirc/%%VER%%/help/en/_db_event.idx +%%DOCS%%share/kvirc/%%VER%%/help/en/_db_function.idx +%%DOCS%%share/kvirc/%%VER%%/help/en/_db_generic.idx +%%DOCS%%share/kvirc/%%VER%%/help/en/_db_keyterms.idx +%%DOCS%%share/kvirc/%%VER%%/help/en/_db_language.idx +%%DOCS%%share/kvirc/%%VER%%/help/en/_db_module.idx +%%DOCS%%share/kvirc/%%VER%%/help/en/_db_widget.idx +%%DOCS%%share/kvirc/%%VER%%/help/en/class_button.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_buttongroup.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_checkbox.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_colordialog.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_combobox.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_datetimeedit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_dialog.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_dockwindow.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_file.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_ftp.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_groupbox.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_hbox.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_http.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_label.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_layout.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_lcdnumber.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_lineedit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_listbox.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_listview.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_listviewitem.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_mainwindow.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_memorybuffer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_menubar.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_multilineedit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_object.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_painter.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_pixmap.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_popupmenu.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_process.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_progressbar.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_radiobutton.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_slider.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_socket.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_spinbox.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_sql.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_tablewidget.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_tabwidget.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_textbrowser.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_toolbar.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_toolbutton.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_trayicon.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_vbox.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_webview.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_widget.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_window.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_wizard.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_workspace.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_wrapper.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_xmlreader.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_about.kvirc.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_action.create.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_action.destroy.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_action.disable.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_action.enable.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_action.list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_action.trigger.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_actioneditor.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.configure.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.dialog.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.help.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.install.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.installfiles.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.pack.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.register.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.setconfigurecallback.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.sethelpcallback.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.uninstall.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_admin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_ahost.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_alias.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_aliaseditor.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_avatar.notify.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_avatar.query.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_avatar.set.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_avatar.unset.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_away.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_awhois.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_back.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_ban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_beep.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_break.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_button.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_buttonctl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_cap.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_chanadmin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_channelsjoin.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_chanowner.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_class.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_classeditor.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_codepage.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_codetester.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_config.clear.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_config.clearsection.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_config.close.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_config.flush.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_config.setsection.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_config.write.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_context.clearqueue.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_continue.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_ctcp.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dcc.abort.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dcc.chat.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dcc.get.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dcc.recv.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dcc.rsend.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dcc.send.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dcc.setbandwidthlimit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dcc.voice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_debug.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dechanadmin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dechanowner.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_defpopup.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dehalfop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_delete.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_delpopupitem.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_deop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_destroy.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_deuserop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_devoice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dialog.file.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dialog.image.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dialog.message.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dialog.textinput.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_die.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_do.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_echo.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_echoprivmsg.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_error.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_eval.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_event.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_eventctl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_eventeditor.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_exec.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_exit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_file.addimagepath.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_file.copy.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_file.delimagepath.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_file.mkdir.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_file.remove.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_file.rename.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_file.rmdir.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_file.write.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_file.writebytes.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_file.writelines.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_filetransferwindow.clear.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_filetransferwindow.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_for.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_foreach.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_function.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_global.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_halfop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_halt.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_help.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_help.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_host.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_http.asyncget.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_http.get.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_ident.start.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_ident.stop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_if.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_include.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_info.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_inject.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_invite.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_iograph.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_ison.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_join.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_kick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_killtimer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_leave.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_links.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_links.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_list.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_listtimers.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_log.flush.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_log.start.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_log.stop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_logview.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_lusers.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_map.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_me.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.detect.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.hide.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.jumpto.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.minimize.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.mute.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.next.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.pause.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.play.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.playmrl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.prev.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.quit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.seteqdata.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.setplayer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.setplaylistpos.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.setrepeat.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.setshuffle.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.setvol.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.show.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.stop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mode.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_motd.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_msg.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_my.startidletimer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_my.stopidletimer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_nick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_notice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_notifier.hide.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_notifier.message.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_notifier.show.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_objects.clearobjects.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_objects.connect.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_objects.disconnect.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_objects.killclass.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_op.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_openurl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_oper.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_operwall.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_option.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_options.close.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_options.dialog.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_options.edit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_options.pages.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_options.save.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_package.extractfield.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_parse.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_part.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_pass.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_perl.begin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_perl.destroy.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_perl.end.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_play.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.addepilogue.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.addextpopup.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.additem.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.addlabel.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.addprologue.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.addseparator.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.addsubpopup.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.clear.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.create.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.delitem.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.destroy.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.show.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popupeditor.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_privateimpl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_privmsg.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_proxydb.addproxy.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_proxydb.sethostname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_proxydb.setip.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_proxydb.setipv6.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_proxydb.setpass.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_proxydb.setport.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_proxydb.setprotocol.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_proxydb.setuser.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_python.begin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_python.destroy.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_python.end.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_query.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_quit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_quote.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_raise.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_raw.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_raweditor.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_rebind.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_regchan.add.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_regchan.remove.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_regchan.setproperty.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_regchan.showlist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_reguser.add.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_reguser.addmask.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_reguser.delmask.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_reguser.edit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_reguser.remove.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_reguser.setignoreenabled.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_reguser.setignoreflags.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_reguser.setproperty.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_reguser.showlist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_reguser.wizard.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_return.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_run.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_say.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_server.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.addnetwork.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.addserver.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkconnectcommand.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkdescription.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkencoding.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkjoinchannels.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworklogincommand.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworknickname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkrealname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworktextencoding.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkusername.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverconnectcommand.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverdescription.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverencoding.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverjoinchannels.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverlogincommand.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setservernickname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverrealname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setservertextencoding.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverusername.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_service.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_setmenu.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_setreturn.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_sharedfile.add.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_sharedfile.clear.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_sharedfile.list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_sharedfile.remove.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_sharedfileswindow.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_snd.mute.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_snd.play.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_snd.unmute.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_sockets.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_socketspy.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_spaste.clipboard.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_spaste.file.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_spaste.list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_spaste.setdelay.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_spaste.stop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_spellchecker.reloaddictionaries.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_squery.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_squit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_srand.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_stats.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_str.toclipboard.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_switch.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_system.runcmd.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_system.setclipboard.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_system.setenv.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_system.setselection.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_term.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_texticons.set.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_theme.apply.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_theme.dialog.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_theme.install.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_theme.pack.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_theme.screenshot.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_time.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_timer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_tip.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_tmphighlight.addchannel.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_tmphighlight.addnick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_tmphighlight.removechannel.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_tmphighlight.removenick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_toolbar.additem.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_toolbar.clear.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_toolbar.create.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_toolbar.destroy.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_toolbar.hide.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_toolbar.remove.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_toolbar.show.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_toolbareditor.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_topic.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_torrent.announce.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_torrent.detect.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_torrent.setclient.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_torrent.setfilepriority.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_torrent.setmaxdownloadspeed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_torrent.setmaxuploadspeed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_torrent.start.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_torrent.startall.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_torrent.stop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_torrent.stopall.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_trace.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_trayicon.hide.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_trayicon.hidewindow.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_trayicon.show.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_trload.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_trunload.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_unban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_unset.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_upnp.addportmapping.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_upnp.delportmapping.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_upnp.refresh.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_url.config.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_url.list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_userop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_version.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_voice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_wallops.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_warning.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_while.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_who.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_whois.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_whowas.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.activate.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.clearoutput.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.close.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.demandattention.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.dock.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.highlight.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.insertininputtext.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.listtypes.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.savepropertiesasdefault.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.setbackground.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.setcryptengine.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.setinputtext.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.setwindowtitle.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.splitview.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.undock.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.unsplitview.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_aliases.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_antispam.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_arrayconcatenation.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_assignment.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_binding.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_$.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_a.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_b.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_c.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_d.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_e.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_f.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_g.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_h.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_i.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_j.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_k.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_l.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_m.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_n.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_o.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_p.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_q.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_r.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_s.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_t.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_u.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_v.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_w.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_x.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_y.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_z.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_index_all.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_$.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_a.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_b.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_c.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_d.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_e.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_f.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_g.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_h.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_i.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_j.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_k.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_l.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_m.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_n.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_o.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_p.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_q.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_r.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_s.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_t.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_u.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_v.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_w.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_x.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_y.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_z.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_index_all.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_rebinding.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_commandline.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_connection_dependent_commands.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_crypt_engines.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_ctcp_avatar.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_ctcp_handling.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_ctcpfloodprotectionoptions.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_dcc_connection.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_easyplugins.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_escape_sequences.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_$.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_a.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_b.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_c.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_d.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_e.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_f.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_g.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_h.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_i.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_j.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_k.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_l.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_m.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_n.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_o.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_p.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_q.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_r.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_s.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_t.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_u.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_v.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_w.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_x.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_y.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_z.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_index_all.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_events.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_expressioneval.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_$.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_a.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_b.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_c.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_d.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_e.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_f.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_g.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_h.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_i.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_j.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_k.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_l.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_m.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_n.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_o.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_p.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_q.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_r.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_s.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_t.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_u.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_v.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_w.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_x.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_y.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_z.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_index_all.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_$.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_a.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_b.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_c.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_d.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_e.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_f.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_g.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_h.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_i.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_j.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_k.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_l.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_m.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_n.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_o.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_p.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_q.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_r.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_s.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_t.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_u.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_v.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_w.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_x.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_y.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_z.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_index_all.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_image_id.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_incrementdecrement.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_irc_masks.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_ircintro.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyboard.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_$.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_a.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_b.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_c.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_d.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_e.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_f.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_g.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_h.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_i.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_j.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_k.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_l.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_m.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_n.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_o.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_p.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_q.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_r.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_s.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_t.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_u.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_v.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_w.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_x.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_y.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_z.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_index_all.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_kvircintro.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_kvs_addons.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_kvs_aliasesandfunctions.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_kvs_basicconcepts.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_kvs_codingtips.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_kvs_datatypes.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_kvs_introduction.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_$.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_a.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_b.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_c.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_d.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_e.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_f.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_g.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_h.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_i.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_j.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_k.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_l.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_m.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_n.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_o.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_p.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_q.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_r.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_s.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_t.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_u.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_v.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_w.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_x.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_y.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_z.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_index_all.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_$.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_a.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_b.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_c.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_d.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_e.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_f.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_g.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_h.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_i.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_j.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_k.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_l.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_m.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_n.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_o.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_p.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_q.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_r.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_s.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_t.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_u.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_v.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_w.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_x.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_y.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_z.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_index_all.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_modules.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_nickserv_proto.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_noblockingdialogs.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_notify_list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_objects.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_operators.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_perl_and_kvs.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_python_and_kvs.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_registered_users.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_rfc2812.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_rfc2812wrappers.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_script_localization.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_selfarithmetic.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_selfbitwise.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_shared_files.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_stringconcatenation.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_syntactic_rules.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_texticons.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_$.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_a.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_b.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_c.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_d.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_e.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_f.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_g.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_h.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_i.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_j.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_k.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_l.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_m.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_n.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_o.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_p.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_q.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_r.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_s.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_t.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_u.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_v.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_w.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_x.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_y.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_z.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_index_all.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_window_naming_conventions.html +%%DOCS%%share/kvirc/%%VER%%/help/en/documentation.%%FULL_VER%%.tag +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onaccelkeypressed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onaccount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onaction.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onaway.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onbanexception.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onbanexceptionremove.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onbroadcastnotice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_oncap.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchanadmin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannellinkclick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannellinkpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannelmessage.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannelmodechange.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannelnickdefaultactionrequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannelnicklinkclick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannelnickpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannelnotice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannelpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannelsync.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannelwindowcreated.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchanowner.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchanservnotice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onconsolenicklinkclick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onconsolepopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onctcpflood.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onctcpreply.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onctcprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccchatconnected.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccchatconnectioninprogress.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccchatdisconnected.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccchaterror.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccchatmessage.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccchatpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccchatwindowclosing.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccchatwindowcreated.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccfiletransferbegin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccfiletransferconnectioninprogress.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccfiletransferfailed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccfiletransfersuccess.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccsessioncreated.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccsessiondestroyed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondechanadmin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondechanowner.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondehalfop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondeircop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondeop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondeuserop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondevoice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondisconnectrequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onerror.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onframewindowcreated.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onframewindowdestroyed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onhalfop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onhighlight.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onhostchange.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onhostlinkclick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onhostlinkpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onhttpgetterminated.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onignoredmessage.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_oninputbarpaste.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_oninvite.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_oninviteexception.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_oninviteexceptionremove.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onirc.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onircconnectionestablished.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onircconnectionterminated.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onirccontextcreated.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onirccontextdestroyed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onircop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onjoin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onkeyset.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onkeyunset.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onkick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onkvircshutdown.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onkvircstartup.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onlagalarmtimedown.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onlagalarmtimeup.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onlagcheck.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onlimitset.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onlimitunset.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmeaction.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmeaway.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmeback.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmeban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmebanexception.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmebanexceptionremove.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmechanadmin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmechanowner.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmedechanadmin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmedechanowner.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmedehalfop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmedeircop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmedeop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmedeuserop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmedevoice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmehalfop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmehostchange.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmeinviteexception.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmeinviteexceptionremove.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmeircop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmejoin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmekick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmemoservnotice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmenickchange.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmeop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmepart.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmequietban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmequietunban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmeunban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmeuserop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmevoice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onnetsplit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onnickchange.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onnicklinkdefaultactionrequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onnicklinkpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onnickservauth.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onnickservnotice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onnotifylistdefaultactionrequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onnotifylistpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onnotifyoffline.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onnotifyonline.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onoutboundtraffic.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onpart.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onping.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onpong.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onqueryfiledropped.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquerymessage.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquerynickdefaultactionrequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquerynicklinkclick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquerynickpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquerynotice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquerypopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquerytargetadded.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquerywindowcreated.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquerywindowrequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquietban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquietunban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onserverlinkclick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onserverlinkpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onservernotice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ontextinput.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ontextviewdoublecliked.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ontopic.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onunban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onunhandledliteral.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onurl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onurllinkclick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onurllinkpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onusermodechange.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onuserop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onvoice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onwallops.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onwindowactivated.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onwindowpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onwindowtitlerequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_$.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_$window.cryptengine.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_$window.inputtext.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_action.exists.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_action.isenabled.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_active.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_addon.exists.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_addon.version.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_aliasbody.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_array.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_ascii.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_asciitobase64.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_asciitohex.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_avatar.name.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_avatar.path.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_away.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_b.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_base64toascii.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_bool.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_boolean.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_certificate.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.admincount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.bancount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.banexceptioncount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.banexceptionlist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.banlist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.common.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.getflag.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.geturl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.halfopcount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.invitecount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.invitelist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.isadmin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.isdead.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.ishalfop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.ismeadmin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.ismehalfop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.ismeop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.ismeowner.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.ismeuserop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.ismevoice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.ison.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.isop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.isowner.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.isuserop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.isvoice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.key.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.limit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.maskcount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.masklist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.matchban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.matchbanexception.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.matchinvite.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.matchmask.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.matchqban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.mode.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.modeparam.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.name.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.opcount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.ownercount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.topic.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.topicsetat.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.topicsetby.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.usercount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.userjointime.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.userlastactiontime.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.usermodelevel.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.useropcount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.users.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.voicecount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_channel.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_char.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_classdefined.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_config.filelist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_config.filename.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_config.hassection.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_config.id.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_config.keylist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_config.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_config.read.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_config.readonly.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_config.section.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_config.sectionlist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_console.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.connectionstarttime.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.getsslcertinfo.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.lastmessagetime.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.networkname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.queuesize.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.serverdbnetworkname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.serverdbserverhostname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.serverhostname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.serveripaddress.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.serverisipv6.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.serverisssl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.serverpassword.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.serverport.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.serversoftware.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.state.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_countstatusbaritems.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_cr.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_date.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.averagespeed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.connectiontype.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.currentspeed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.getsslcertinfo.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.irccontext.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.isfiledownload.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.isfiletransfer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.isfileupload.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.localfilename.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.localfilesize.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.localhost.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.localip.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.localnick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.localport.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.localuser.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.protocol.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.remotefilename.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.remotefilesize.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.remotehost.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.remoteip.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.remotenick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.remoteport.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.remoteuser.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.session.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.sessionlist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.transferredbytes.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.transferstatus.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dialog.yesno.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_escape.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_false.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_features.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.allsizes.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.cwd.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.digest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.diskspace.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.exists.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.extractfilename.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.extractpath.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.fixpath.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.globaldir.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.homedir.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.localdir.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.ls.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.ps.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.read.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.readbytes.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.readlines.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.rootdir.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.size.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.time.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.type.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_firstconnectedconsole.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_flatten.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_fmtlink.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_gender.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_globals.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_hash.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_hextoascii.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_hostname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_hptimestamp.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_i.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_icon.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_iconname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_insidealias.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_int.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_integer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_isbot.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_isempty.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_iseventenabled.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_ismainwindowactive.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_ismainwindowminimized.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_isnumeric.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_isset.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_istimer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_iswellknown.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_k.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_keys.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_lag.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_lang.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_language.detect.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_length.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_lf.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_link.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_listtimers.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_log.export.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_log.file.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mask.hasnumerichost.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mask.host.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mask.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mask.match.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mask.nick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mask.user.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.abs.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.acos.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.asin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.atan.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.cbrt.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.ceil.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.cos.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.e.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.exp.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.floor.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.isinf.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.isnan.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.log.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.log10.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.pi.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.pow.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.sin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.sqrt.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.tan.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_me.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.album.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.artist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.bitrate.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.channels.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.comment.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.genre.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.geteqdata.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.getlistlength.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.getplaylistpos.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.getrepeat.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.getshuffle.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.getvol.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.length.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.localfile.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.mediatype.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.mrl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.nowplaying.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.player.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.playerlist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.position.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.samplerate.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.status.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.title.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.year.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_msgtype.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_my.globalidle.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_my.host.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_my.ip.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_my.network.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_my.nick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_my.server.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_my.serverisipv6.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_my.serverisssl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_my.umode.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_my.user.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_new.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_nothing.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_notifier.isenabled.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_null.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_o.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_objects.classallhandlers.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_objects.classes.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_objects.dump.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_objects.exists.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_objects.instances.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_objects.name.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_objects.variables.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_option.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_options.isdialog.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_package.info.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_perl.isavailable.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_popup.currentitemid.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_popup.exists.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_popup.isempty.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_proxydb.hostname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_proxydb.ip.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_proxydb.isipv6.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_proxydb.password.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_proxydb.port.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_proxydb.protocol.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_proxydb.username.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_python.isavailable.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_query.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_r.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_rand.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_real.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_realname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_receivedbytes.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_regchan.find.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_regchan.list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_regchan.match.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_regchan.property.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_reguser.exactmatch.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_reguser.getignoreflags.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_reguser.isignoreenabled.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_reguser.list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_reguser.mask.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_reguser.match.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_reguser.matchproperty.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_reguser.property.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_rsort.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_scriptcontextname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_selected.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_sentbytes.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serialize.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_server.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.cacheip.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.favorite.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.isautoconnect.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.isipv6.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.isssl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networkconnectcommand.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networkdescription.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networkencoding.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networkexists.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networkjoinchannels.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networklogincommand.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networkname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networknickname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networkrealname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networktextencoding.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networkusername.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverconnectcommand.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverdescription.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverencoding.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverexists.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverid.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverip.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverjoinchannels.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverlogincommand.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.servernickname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverpassword.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverport.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverrealname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.servertextencoding.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverusername.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_snd.ismuted.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_sort.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_spellchecker.available_dictionaries.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_spellchecker.check.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_spellchecker.suggestions.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.append.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.charsum.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.chop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.cmp.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.contains.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.digest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.equal.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.evpsign.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.evpverify.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.find.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.findfirst.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.findlast.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.fromclipboard.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.grep.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.insert.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.isempty.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.isnumber.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.isunsignednumber.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.join.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.left.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.lefttofirst.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.lefttolast.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.len.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.length.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.localelowcase.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.localeupcase.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.lowcase.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.match.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.mid.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.prepend.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.printf.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.replace.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.right.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.rightfromfirst.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.rightfromlast.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.section.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.split.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.strip.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.stripcolors.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.stripleft.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.stripright.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.token.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.upcase.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.urlencode.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.word.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_string.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_sw.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.call.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.checkmodule.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.clipboard.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.dbus.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.getenv.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.hostname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.htoni.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.ntohi.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.osmachine.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.osname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.osnodename.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.os%%CMAKE_BUILD_TYPE%%.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.ostype.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.osversion.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.selection.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_target.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_texticons.get.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_theme.info.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_this.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_tmphighlight.ischannelhighlighted.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_tmphighlight.isnickhighlighted.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_toolbar.exists.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_toolbar.isvisible.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_toolbar.items.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_toolbar.list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.client.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.clientlist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.count.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.filecount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.filename.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.filepriority.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.maxdownloadspeed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.maxuploadspeed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.name.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.speeddown.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.speedup.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.state.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.trafficdown.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.trafficup.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_tr.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_trayicon.isvisible.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_true.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_typeof.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_u.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_uflags.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_unicode.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_unixtime.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_unserialize.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_upnp.getexternalipaddress.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_upnp.isgatewayavailable.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_userlist.selected.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_username.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_version.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.activitylevel.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.activitytemperature.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.caption.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.console.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.context.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.exists.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.hasinput.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.hasoutput.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.hasuserfocus.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.highlightlevel.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.isdocked.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.issplitview.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.type.html +%%DOCS%%share/kvirc/%%VER%%/help/en/helplogoleft.png +%%DOCS%%share/kvirc/%%VER%%/help/en/helplogoright.png +%%DOCS%%share/kvirc/%%VER%%/help/en/index.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_config.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_dcc.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_fish.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_lamerizer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_log.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_mediaplayer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_reguser.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_rijndael.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_rot13.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_serverdb.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_torrent.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_url.html +%%DOCS%%share/kvirc/%%VER%%/help/en/nohelpavailable.html share/kvirc/%%VER%%/license/ABOUT-LICENSE share/kvirc/%%VER%%/license/COPYING 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%%/config/modules/libkvitip_pl.kvc -share/kvirc/%%VER%%/locale/about_ko.mo -share/kvirc/%%VER%%/locale/addon_ko.mo -share/kvirc/%%VER%%/locale/dcc_ko.mo -share/kvirc/%%VER%%/locale/defscript_ko.mo -share/kvirc/%%VER%%/locale/editor_ko.mo -share/kvirc/%%VER%%/locale/filetransferwindow_ko.mo -share/kvirc/%%VER%%/locale/kvirc_ko.mo -share/kvirc/%%VER%%/locale/kvs_ko.mo -share/kvirc/%%VER%%/locale/mediaplayer_ko.mo -share/kvirc/%%VER%%/locale/notifier_ko.mo -share/kvirc/%%VER%%/locale/objects_ko.mo -share/kvirc/%%VER%%/locale/objects_pl.mo -share/kvirc/%%VER%%/locale/options_ko.mo -share/kvirc/%%VER%%/locale/perl_ko.mo -share/kvirc/%%VER%%/locale/python_ko.mo -share/kvirc/%%VER%%/locale/python_pl.mo -share/kvirc/%%VER%%/locale/register_ko.mo -share/kvirc/%%VER%%/locale/serverdb_ko.mo -share/kvirc/%%VER%%/locale/sharedfileswindow_ko.mo -share/kvirc/%%VER%%/locale/theme_ko.mo -share/kvirc/%%VER%%/locale/torrent_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_ko.mo share/kvirc/%%VER%%/modules/caps/crypt/lamerizer share/kvirc/%%VER%%/modules/caps/crypt/rijndael share/kvirc/%%VER%%/modules/caps/crypt/rot13 @@ -2233,18 +2269,15 @@ 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_dark_48-0.png +share/kvirc/%%VER%%/pics/kvi_dock_dark_48-1.png +share/kvirc/%%VER%%/pics/kvi_dock_dark_48-2.png +share/kvirc/%%VER%%/pics/kvi_dock_light_48-0.png +share/kvirc/%%VER%%/pics/kvi_dock_light_48-1.png +share/kvirc/%%VER%%/pics/kvi_dock_light_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 @@ -2311,4 +2344,10 @@ 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/man/de/man1/kvirc.1.gz +share/man/fr/man1/kvirc.1.gz +share/man/it/man1/kvirc.1.gz +share/man/man1/kvirc.1.gz +share/man/pt/man1/kvirc.1.gz +share/man/uk/man1/kvirc.1.gz share/pixmaps/kvirc.png -- cgit v1.2.3