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