Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Dec 2004 00:19:17 +0100 (CET)
From:      Michael Ranner <mranner@inode.at>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/75082: [MAINTAINER] irc/kvirc: [New MASTER_SITES, Fix arts support]
Message-ID:  <200412142319.iBENJHpL007927@dwarf.jawa.at>
Resent-Message-ID: <200412142330.iBENURbW081462@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         75082
>Category:       ports
>Synopsis:       [MAINTAINER] irc/kvirc: [New MASTER_SITES, Fix arts support]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 14 23:30:27 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Ranner
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
System: FreeBSD dwarf.jawa.at 4.10-RELEASE FreeBSD 4.10-RELEASE #5: Sun Oct 10 14:39:51 CEST 2004
System: FreeBSD walgrind.jawa.at 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Sun Nov 14 19:00:07 CET 2004
>Description:
- Remove duplicate and inactive mirror from MASTER_SITES
- Add new official mirrors to MASTER_SITES
- Fix arts support, add OPTIONS for audio settings and use correct entries for LIB_DEPENDS
- Use DATADIR in pkg-plist


Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- kvirc-3.0.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/irc/kvirc/Makefile /usr/ports/irc/kvirc.update/Makefile
--- /usr/ports/irc/kvirc/Makefile	Wed Aug 11 20:01:44 2004
+++ /usr/ports/irc/kvirc.update/Makefile	Tue Dec 14 23:34:37 2004
@@ -7,17 +7,18 @@
 
 PORTNAME=	kvirc
 PORTVERSION=	3.0.1
+PORTREVISION=	1
 CATEGORIES=	irc kde
 MASTER_SITES=	ftp://ftp.kvirc.net/pub/%SUBDIR%/ \
-		ftp://ftp.de.kvirc.net/%SUBDIR%/ \
 		ftp://ftp.kvirc.de/pub/%SUBDIR%/ \
-		ftp://kvirc.firenze.linux.it/%SUBDIR%/
-MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTVERSION}/source/
+		ftp://mirror.dudcore.net/pub/%SUBDIR%/ \
+		ftp://ftp.kvirc.pragmaware.net/pub/%SUBDIR%/
+MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTVERSION}/source
 
 MAINTAINER=	mranner@inode.at
 COMMENT=	IRC client for QT and KDE
 
-LIB_DEPENDS=	gsm.1:${PORTSDIR}/audio/gsm
+LIB_DEPENDS=
 
 GNU_CONFIGURE=	yes
 INSTALLS_SHLIB=		yes
@@ -32,7 +33,38 @@
 
 MAN1=	kvirc.1
 
+OPTIONS=	ARTS "Compile with arts support" on \
+			AUDIOFILE "Compile with libaudiofile support" on \
+			ESOUND "Compile with esound support" off \
+			GSM "Compile with gsm support" off
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_ARTS)
+LIB_DEPENDS+=		artsc.0:${PORTSDIR}/audio/arts
+.else
+CONFIGURE_ARGS+=	--without-arts-support
+.endif
+
+.if defined(WITH_AUDIOFILE)
+LIB_DEPENDS+=		audiofile.0:${PORTSDIR}/audio/libaudiofile
+.else
+CONFIGURE_ARGS+=	--without-af-support
+.endif
+
+.if defined(WITH_ESOUND)
+LIB_DEPENDS+=		esd.2:${PORTSDIR}/audio/esound
+.else
+CONFIGURE_ARGS+=	--without-esd-support
+.endif
+
+.if defined(WITH_GSM)
+LIB_DEPENDS+=		gsm.1:${PORTSDIR}/audio/gsm
+.else
+CONFIGURE_ARGS+=	--without-gsm
+.endif
+
 post-patch:
 	${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/irc/kvirc/files/patch-configure /usr/ports/irc/kvirc.update/files/patch-configure
--- /usr/ports/irc/kvirc/files/patch-configure	Thu May 20 21:16:08 2004
+++ /usr/ports/irc/kvirc.update/files/patch-configure	Tue Dec 14 22:19:54 2004
@@ -1,15 +1,24 @@
---- configure	Sat Jan  4 16:54:22 2003
-+++ configure.patched	Mon Jan  5 19:16:14 2004
-@@ -18245,7 +18245,7 @@
- 		ss_save_LIBS="$LIBS"
- 		CPPFLAGS="-I$SS_X_INCDIR -I$SS_QT_INCDIR $CPPFLAGS $X_CFLAGS"
+--- configure.orig	Sun May 30 19:45:23 2004
++++ configure	Tue Dec 14 22:19:39 2004
+@@ -14789,7 +14789,7 @@
+ 
+ 
+ # This can be used to rebuild libtool when needed
+-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool15/ltmain.sh"
+ 
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -18476,7 +18476,7 @@
+ 		fi
+ 		CPPFLAGS="$CPPFLAGS -I$SS_QT_INCDIR $CPPFLAGS $X_CFLAGS"
  		CXXFLAGS="-O2 -Wall $CXXFLAGS"
 -		LIBS="-L$SS_X_LIBDIR -L$SS_QT_LIBDIR $X_EXTRA_LIBS $X_LIBS $LIBS -l$SS_QTLIB_NAME -lXext -lX11"
 +		LIBS="-L$SS_X_LIBDIR -L$SS_QT_LIBDIR $X_EXTRA_LIBS $X_LIBS $LIBS -l$SS_QTLIB_NAME -lXext -lX11 -pthread"
  		LDFLAGS="-s $LDFLAGS"
  		cat >conftest.$ac_ext <<_ACEOF
  #line $LINENO "configure"
-@@ -18586,7 +18586,7 @@
+@@ -18859,7 +18859,7 @@
  		ss_save_LIBS="$LIBS"
  		CPPFLAGS="-I$SS_X_INCDIR -I$SS_QT_INCDIR -I$SS_KDE_INCDIR $CPPFLAGS $X_CFLAGS"
  		CXXFLAGS="-O2 -Wall $CXXFLAGS"
@@ -18,3 +27,12 @@
  		if test "$SS_LINK_TO_LIBDL" = "yes"; then
  			LIBS="$LIBS -ldl";
  		fi
+@@ -19695,7 +19695,7 @@
+ 			ss_save_LIBS="$LIBS"
+ 			CPPFLAGS="-I$SS_X_INCDIR -I$SS_QT_INCDIR -I$SS_KDE_INCDIR $CPPFLAGS $X_CFLAGS"
+ 			CXXFLAGS="-O2 -Wall $CXXFLAGS"
+-			LIBS="-L$SS_KDE_LIBDIR -L$SS_X_LIBDIR -L$SS_QT_LIBDIR $X_ $X_EXTRA_LIBS $X_LIBS $LIBS -lsoundserver_idl -lkdecore -l$SS_QTLIB_NAME $SS_XFT_LIBLINK -lXext -lX11 -Wl,-rpath $SS_KDE_LIBDIR"
++			LIBS="-L$SS_KDE_LIBDIR -L$SS_X_LIBDIR -L$SS_QT_LIBDIR $X_ $X_EXTRA_LIBS $X_LIBS $LIBS -lsoundserver_idl -lkdecore -l$SS_QTLIB_NAME $SS_XFT_LIBLINK -lXext -lX11 -pthread -Wl,-rpath $SS_KDE_LIBDIR"
+ 			if test "$SS_LINK_TO_LIBDL" = "yes"; then
+ 				LIBS="$LIBS -ldl";
+ 			fi
diff -ruN --exclude=CVS /usr/ports/irc/kvirc/pkg-plist /usr/ports/irc/kvirc.update/pkg-plist
--- /usr/ports/irc/kvirc/pkg-plist	Wed Aug 11 10:43:23 2004
+++ /usr/ports/irc/kvirc.update/pkg-plist	Tue Dec 14 23:35:45 2004
@@ -244,1078 +244,1078 @@
 lib/libkvilib.la
 lib/libkvilib.so
 lib/libkvilib.so.3
-share/kvirc/%%VER%%/config/modules/libkvitip.kvc
-share/kvirc/%%VER%%/config/serverdb.kvc
-share/kvirc/%%VER%%/config/texticons.kvc
-share/kvirc/%%VER%%/defscript/default.kvs
-share/kvirc/%%VER%%/help/en/_db_class.idx
-share/kvirc/%%VER%%/help/en/_db_command.idx
-share/kvirc/%%VER%%/help/en/_db_event.idx
-share/kvirc/%%VER%%/help/en/_db_function.idx
-share/kvirc/%%VER%%/help/en/_db_generic.idx
-share/kvirc/%%VER%%/help/en/_db_keyterms.idx
-share/kvirc/%%VER%%/help/en/_db_language.idx
-share/kvirc/%%VER%%/help/en/_db_module.idx
-share/kvirc/%%VER%%/help/en/_db_widget.idx
-share/kvirc/%%VER%%/help/en/class_button.html
-share/kvirc/%%VER%%/help/en/class_checkbox.html
-share/kvirc/%%VER%%/help/en/class_combobox.html
-share/kvirc/%%VER%%/help/en/class_file.html
-share/kvirc/%%VER%%/help/en/class_label.html
-share/kvirc/%%VER%%/help/en/class_layout.html
-share/kvirc/%%VER%%/help/en/class_lineedit.html
-share/kvirc/%%VER%%/help/en/class_list.html
-share/kvirc/%%VER%%/help/en/class_menubar.html
-share/kvirc/%%VER%%/help/en/class_multilineedit.html
-share/kvirc/%%VER%%/help/en/class_object.html
-share/kvirc/%%VER%%/help/en/class_socket.html
-share/kvirc/%%VER%%/help/en/class_string.html
-share/kvirc/%%VER%%/help/en/class_urllabel.html
-share/kvirc/%%VER%%/help/en/class_widget.html
-share/kvirc/%%VER%%/help/en/class_window.html
-share/kvirc/%%VER%%/help/en/cmd_about.kvirc.html
-share/kvirc/%%VER%%/help/en/cmd_addtarget.html
-share/kvirc/%%VER%%/help/en/cmd_admin.html
-share/kvirc/%%VER%%/help/en/cmd_alias.html
-share/kvirc/%%VER%%/help/en/cmd_aliaseditor.open.html
-share/kvirc/%%VER%%/help/en/cmd_avatar.html
-share/kvirc/%%VER%%/help/en/cmd_away.html
-share/kvirc/%%VER%%/help/en/cmd_awhois.html
-share/kvirc/%%VER%%/help/en/cmd_back.html
-share/kvirc/%%VER%%/help/en/cmd_ban.html
-share/kvirc/%%VER%%/help/en/cmd_beep.html
-share/kvirc/%%VER%%/help/en/cmd_break.html
-share/kvirc/%%VER%%/help/en/cmd_button.html
-share/kvirc/%%VER%%/help/en/cmd_buttonctl.html
-share/kvirc/%%VER%%/help/en/cmd_channelsjoin.open.html
-share/kvirc/%%VER%%/help/en/cmd_class.html
-share/kvirc/%%VER%%/help/en/cmd_clear.html
-share/kvirc/%%VER%%/help/en/cmd_clearobjects.html
-share/kvirc/%%VER%%/help/en/cmd_clock.add.html
-share/kvirc/%%VER%%/help/en/cmd_codetester.open.html
-share/kvirc/%%VER%%/help/en/cmd_config.clear.html
-share/kvirc/%%VER%%/help/en/cmd_config.clearsection.html
-share/kvirc/%%VER%%/help/en/cmd_config.close.html
-share/kvirc/%%VER%%/help/en/cmd_config.flush.html
-share/kvirc/%%VER%%/help/en/cmd_config.setsection.html
-share/kvirc/%%VER%%/help/en/cmd_config.write.html
-share/kvirc/%%VER%%/help/en/cmd_connect.html
-share/kvirc/%%VER%%/help/en/cmd_ctcp.html
-share/kvirc/%%VER%%/help/en/cmd_dcc.canvas.html
-share/kvirc/%%VER%%/help/en/cmd_dcc.chat.html
-share/kvirc/%%VER%%/help/en/cmd_dcc.get.html
-share/kvirc/%%VER%%/help/en/cmd_dcc.recv.html
-share/kvirc/%%VER%%/help/en/cmd_dcc.rsend.html
-share/kvirc/%%VER%%/help/en/cmd_dcc.send.html
-share/kvirc/%%VER%%/help/en/cmd_dcc.voice.html
-share/kvirc/%%VER%%/help/en/cmd_defpopup.html
-share/kvirc/%%VER%%/help/en/cmd_delete.html
-share/kvirc/%%VER%%/help/en/cmd_deltarget.html
-share/kvirc/%%VER%%/help/en/cmd_deop.html
-share/kvirc/%%VER%%/help/en/cmd_destroy.html
-share/kvirc/%%VER%%/help/en/cmd_devoice.html
-share/kvirc/%%VER%%/help/en/cmd_dialog.file.html
-share/kvirc/%%VER%%/help/en/cmd_dialog.image.html
-share/kvirc/%%VER%%/help/en/cmd_dialog.message.html
-share/kvirc/%%VER%%/help/en/cmd_dialog.textinput.html
-share/kvirc/%%VER%%/help/en/cmd_disconnect.html
-share/kvirc/%%VER%%/help/en/cmd_dockwidget.hide.html
-share/kvirc/%%VER%%/help/en/cmd_dockwidget.show.html
-share/kvirc/%%VER%%/help/en/cmd_echo.html
-share/kvirc/%%VER%%/help/en/cmd_echoprivmsg.html
-share/kvirc/%%VER%%/help/en/cmd_eval.html
-share/kvirc/%%VER%%/help/en/cmd_event.html
-share/kvirc/%%VER%%/help/en/cmd_eventctl.html
-share/kvirc/%%VER%%/help/en/cmd_eventeditor.open.html
-share/kvirc/%%VER%%/help/en/cmd_exec.html
-share/kvirc/%%VER%%/help/en/cmd_file.addimagepath.html
-share/kvirc/%%VER%%/help/en/cmd_file.copy.html
-share/kvirc/%%VER%%/help/en/cmd_file.delimagepath.html
-share/kvirc/%%VER%%/help/en/cmd_file.mkdir.html
-share/kvirc/%%VER%%/help/en/cmd_file.remove.html
-share/kvirc/%%VER%%/help/en/cmd_file.rename.html
-share/kvirc/%%VER%%/help/en/cmd_file.rmdir.html
-share/kvirc/%%VER%%/help/en/cmd_file.write.html
-share/kvirc/%%VER%%/help/en/cmd_filetransferwindow.open.html
-share/kvirc/%%VER%%/help/en/cmd_for.html
-share/kvirc/%%VER%%/help/en/cmd_foreach.html
-share/kvirc/%%VER%%/help/en/cmd_halt.html
-share/kvirc/%%VER%%/help/en/cmd_help.html
-share/kvirc/%%VER%%/help/en/cmd_help.open.html
-share/kvirc/%%VER%%/help/en/cmd_help.search.html
-share/kvirc/%%VER%%/help/en/cmd_host.html
-share/kvirc/%%VER%%/help/en/cmd_http.get.html
-share/kvirc/%%VER%%/help/en/cmd_ident.start.html
-share/kvirc/%%VER%%/help/en/cmd_ident.stop.html
-share/kvirc/%%VER%%/help/en/cmd_if.html
-share/kvirc/%%VER%%/help/en/cmd_info.html
-share/kvirc/%%VER%%/help/en/cmd_invite.html
-share/kvirc/%%VER%%/help/en/cmd_iograph.add.html
-share/kvirc/%%VER%%/help/en/cmd_join.html
-share/kvirc/%%VER%%/help/en/cmd_kick.html
-share/kvirc/%%VER%%/help/en/cmd_killclass.html
-share/kvirc/%%VER%%/help/en/cmd_killtimer.html
-share/kvirc/%%VER%%/help/en/cmd_lag.disable.html
-share/kvirc/%%VER%%/help/en/cmd_lag.enable.html
-share/kvirc/%%VER%%/help/en/cmd_lag.setalarmtime.html
-share/kvirc/%%VER%%/help/en/cmd_lag.setinterval.html
-share/kvirc/%%VER%%/help/en/cmd_leave.html
-share/kvirc/%%VER%%/help/en/cmd_links.html
-share/kvirc/%%VER%%/help/en/cmd_links.open.html
-share/kvirc/%%VER%%/help/en/cmd_list.html
-share/kvirc/%%VER%%/help/en/cmd_list.open.html
-share/kvirc/%%VER%%/help/en/cmd_log.flush.html
-share/kvirc/%%VER%%/help/en/cmd_log.start.html
-share/kvirc/%%VER%%/help/en/cmd_log.stop.html
-share/kvirc/%%VER%%/help/en/cmd_logview.open.html
-share/kvirc/%%VER%%/help/en/cmd_lusers.html
-share/kvirc/%%VER%%/help/en/cmd_me.html
-share/kvirc/%%VER%%/help/en/cmd_mode.html
-share/kvirc/%%VER%%/help/en/cmd_motd.html
-share/kvirc/%%VER%%/help/en/cmd_mp3player.add.html
-share/kvirc/%%VER%%/help/en/cmd_mp3player.addurl.html
-share/kvirc/%%VER%%/help/en/cmd_mp3player.next.html
-share/kvirc/%%VER%%/help/en/cmd_mp3player.pause.html
-share/kvirc/%%VER%%/help/en/cmd_mp3player.play.html
-share/kvirc/%%VER%%/help/en/cmd_mp3player.prev.html
-share/kvirc/%%VER%%/help/en/cmd_mp3player.quit.html
-share/kvirc/%%VER%%/help/en/cmd_mp3player.stop.html
-share/kvirc/%%VER%%/help/en/cmd_msg.html
-share/kvirc/%%VER%%/help/en/cmd_nick.html
-share/kvirc/%%VER%%/help/en/cmd_notice.html
-share/kvirc/%%VER%%/help/en/cmd_op.html
-share/kvirc/%%VER%%/help/en/cmd_openurl.html
-share/kvirc/%%VER%%/help/en/cmd_oper.html
-share/kvirc/%%VER%%/help/en/cmd_option.html
-share/kvirc/%%VER%%/help/en/cmd_options.dialog.html
-share/kvirc/%%VER%%/help/en/cmd_options.edit.html
-share/kvirc/%%VER%%/help/en/cmd_options.pages.html
-share/kvirc/%%VER%%/help/en/cmd_options.save.html
-share/kvirc/%%VER%%/help/en/cmd_parse.html
-share/kvirc/%%VER%%/help/en/cmd_part.html
-share/kvirc/%%VER%%/help/en/cmd_pass.html
-share/kvirc/%%VER%%/help/en/cmd_play.html
-share/kvirc/%%VER%%/help/en/cmd_popup.html
-share/kvirc/%%VER%%/help/en/cmd_popupeditor.open.html
-share/kvirc/%%VER%%/help/en/cmd_privateimpl.html
-share/kvirc/%%VER%%/help/en/cmd_privmsg.html
-share/kvirc/%%VER%%/help/en/cmd_query.html
-share/kvirc/%%VER%%/help/en/cmd_quit.html
-share/kvirc/%%VER%%/help/en/cmd_quote.html
-share/kvirc/%%VER%%/help/en/cmd_raise.html
-share/kvirc/%%VER%%/help/en/cmd_raw.html
-share/kvirc/%%VER%%/help/en/cmd_raweditor.open.html
-share/kvirc/%%VER%%/help/en/cmd_regchan.add.html
-share/kvirc/%%VER%%/help/en/cmd_regchan.list.html
-share/kvirc/%%VER%%/help/en/cmd_regchan.remove.html
-share/kvirc/%%VER%%/help/en/cmd_regchan.setproperty.html
-share/kvirc/%%VER%%/help/en/cmd_reguser.add.html
-share/kvirc/%%VER%%/help/en/cmd_reguser.addmask.html
-share/kvirc/%%VER%%/help/en/cmd_reguser.delmask.html
-share/kvirc/%%VER%%/help/en/cmd_reguser.edit.html
-share/kvirc/%%VER%%/help/en/cmd_reguser.remove.html
-share/kvirc/%%VER%%/help/en/cmd_reguser.setproperty.html
-share/kvirc/%%VER%%/help/en/cmd_reguser.showlist.html
-share/kvirc/%%VER%%/help/en/cmd_reguser.wizard.html
-share/kvirc/%%VER%%/help/en/cmd_return.html
-share/kvirc/%%VER%%/help/en/cmd_run.html
-share/kvirc/%%VER%%/help/en/cmd_say.html
-share/kvirc/%%VER%%/help/en/cmd_server.html
-share/kvirc/%%VER%%/help/en/cmd_service.html
-share/kvirc/%%VER%%/help/en/cmd_setmenu.html
-share/kvirc/%%VER%%/help/en/cmd_setreturn.html
-share/kvirc/%%VER%%/help/en/cmd_sharedfile.add.html
-share/kvirc/%%VER%%/help/en/cmd_sharedfile.clear.html
-share/kvirc/%%VER%%/help/en/cmd_sharedfile.list.html
-share/kvirc/%%VER%%/help/en/cmd_sharedfile.remove.html
-share/kvirc/%%VER%%/help/en/cmd_sharedfileswindow.open.html
-share/kvirc/%%VER%%/help/en/cmd_snd.play.html
-share/kvirc/%%VER%%/help/en/cmd_socketspy.open.html
-share/kvirc/%%VER%%/help/en/cmd_sound.html
-share/kvirc/%%VER%%/help/en/cmd_spaste.clipboard.html
-share/kvirc/%%VER%%/help/en/cmd_spaste.file.html
-share/kvirc/%%VER%%/help/en/cmd_spaste.list.html
-share/kvirc/%%VER%%/help/en/cmd_spaste.setdelay.html
-share/kvirc/%%VER%%/help/en/cmd_spaste.stop.html
-share/kvirc/%%VER%%/help/en/cmd_squery.html
-share/kvirc/%%VER%%/help/en/cmd_squit.html
-share/kvirc/%%VER%%/help/en/cmd_srand.html
-share/kvirc/%%VER%%/help/en/cmd_stats.html
-share/kvirc/%%VER%%/help/en/cmd_switch.html
-share/kvirc/%%VER%%/help/en/cmd_system.setenv.html
-share/kvirc/%%VER%%/help/en/cmd_term.open.html
-share/kvirc/%%VER%%/help/en/cmd_time.html
-share/kvirc/%%VER%%/help/en/cmd_timer.html
-share/kvirc/%%VER%%/help/en/cmd_tip.open.html
-share/kvirc/%%VER%%/help/en/cmd_tmphighlight.add.html
-share/kvirc/%%VER%%/help/en/cmd_tmphighlight.remove.html
-share/kvirc/%%VER%%/help/en/cmd_toolbar.addbutton.html
-share/kvirc/%%VER%%/help/en/cmd_toolbar.addseparator.html
-share/kvirc/%%VER%%/help/en/cmd_toolbar.create.html
-share/kvirc/%%VER%%/help/en/cmd_toolbar.define.html
-share/kvirc/%%VER%%/help/en/cmd_toolbar.destroy.html
-share/kvirc/%%VER%%/help/en/cmd_toolbar.hide.html
-share/kvirc/%%VER%%/help/en/cmd_toolbar.removeitem.html
-share/kvirc/%%VER%%/help/en/cmd_toolbar.setbutton.html
-share/kvirc/%%VER%%/help/en/cmd_toolbar.show.html
-share/kvirc/%%VER%%/help/en/cmd_toolbareditor.open.html
-share/kvirc/%%VER%%/help/en/cmd_topic.html
-share/kvirc/%%VER%%/help/en/cmd_trace.html
-share/kvirc/%%VER%%/help/en/cmd_unban.html
-share/kvirc/%%VER%%/help/en/cmd_url.config.html
-share/kvirc/%%VER%%/help/en/cmd_url.list.html
-share/kvirc/%%VER%%/help/en/cmd_version.html
-share/kvirc/%%VER%%/help/en/cmd_voice.html
-share/kvirc/%%VER%%/help/en/cmd_while.html
-share/kvirc/%%VER%%/help/en/cmd_who.html
-share/kvirc/%%VER%%/help/en/cmd_whois.html
-share/kvirc/%%VER%%/help/en/cmd_whowas.html
-share/kvirc/%%VER%%/help/en/cmd_window.activate.html
-share/kvirc/%%VER%%/help/en/cmd_window.clearOutput.html
-share/kvirc/%%VER%%/help/en/cmd_window.close.html
-share/kvirc/%%VER%%/help/en/cmd_window.demandAttention.html
-share/kvirc/%%VER%%/help/en/cmd_window.dock.html
-share/kvirc/%%VER%%/help/en/cmd_window.listtypes.html
-share/kvirc/%%VER%%/help/en/cmd_window.maximize.html
-share/kvirc/%%VER%%/help/en/cmd_window.minimize.html
-share/kvirc/%%VER%%/help/en/cmd_window.restore.html
-share/kvirc/%%VER%%/help/en/cmd_window.undock.html
-share/kvirc/%%VER%%/help/en/doc_aliases.html
-share/kvirc/%%VER%%/help/en/doc_antispam.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_$.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_a.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_b.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_c.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_d.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_e.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_f.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_g.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_h.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_i.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_j.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_k.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_l.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_m.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_n.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_o.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_p.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_q.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_r.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_s.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_t.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_u.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_v.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_w.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_x.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_y.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_z.html
-share/kvirc/%%VER%%/help/en/doc_class_index_all.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_$.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_a.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_b.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_c.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_d.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_e.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_f.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_g.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_h.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_i.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_j.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_k.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_l.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_m.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_n.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_o.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_p.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_q.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_r.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_s.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_t.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_u.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_v.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_w.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_x.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_y.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_z.html
-share/kvirc/%%VER%%/help/en/doc_command_index_all.html
-share/kvirc/%%VER%%/help/en/doc_command_rebinding.html
-share/kvirc/%%VER%%/help/en/doc_connection_dependant_commands.html
-share/kvirc/%%VER%%/help/en/doc_crypt_engines.html
-share/kvirc/%%VER%%/help/en/doc_ctcp_avatar.html
-share/kvirc/%%VER%%/help/en/doc_ctcp_handling.html
-share/kvirc/%%VER%%/help/en/doc_datatypes.html
-share/kvirc/%%VER%%/help/en/doc_dcc_connection.html
-share/kvirc/%%VER%%/help/en/doc_escape_sequences.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_$.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_a.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_b.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_c.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_d.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_e.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_f.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_g.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_h.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_i.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_j.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_k.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_l.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_m.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_n.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_o.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_p.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_q.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_r.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_s.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_t.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_u.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_v.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_w.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_x.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_y.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_z.html
-share/kvirc/%%VER%%/help/en/doc_event_index_all.html
-share/kvirc/%%VER%%/help/en/doc_events.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_$.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_a.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_b.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_c.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_d.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_e.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_f.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_g.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_h.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_i.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_j.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_k.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_l.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_m.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_n.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_o.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_p.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_q.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_r.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_s.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_t.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_u.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_v.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_w.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_x.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_y.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_z.html
-share/kvirc/%%VER%%/help/en/doc_function_index_all.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_$.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_a.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_b.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_c.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_d.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_e.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_f.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_g.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_h.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_i.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_j.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_k.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_l.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_m.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_n.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_o.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_p.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_q.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_r.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_s.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_t.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_u.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_v.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_w.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_x.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_y.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_z.html
-share/kvirc/%%VER%%/help/en/doc_generic_index_all.html
-share/kvirc/%%VER%%/help/en/doc_image_id.html
-share/kvirc/%%VER%%/help/en/doc_irc_masks.html
-share/kvirc/%%VER%%/help/en/doc_ircintro.html
-share/kvirc/%%VER%%/help/en/doc_isanyconsoleconnected.html
-share/kvirc/%%VER%%/help/en/doc_keyboard.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_$.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_a.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_b.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_c.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_d.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_e.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_f.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_g.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_h.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_i.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_j.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_k.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_l.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_m.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_n.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_o.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_p.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_q.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_r.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_s.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_t.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_u.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_v.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_w.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_x.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_y.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_z.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_index_all.html
-share/kvirc/%%VER%%/help/en/doc_kvircintro.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_$.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_a.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_b.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_c.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_d.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_e.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_f.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_g.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_h.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_i.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_j.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_k.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_l.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_m.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_n.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_o.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_p.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_q.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_r.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_s.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_t.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_u.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_v.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_w.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_x.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_y.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_z.html
-share/kvirc/%%VER%%/help/en/doc_language_index_all.html
-share/kvirc/%%VER%%/help/en/doc_language_overview.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_$.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_a.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_b.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_c.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_d.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_e.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_f.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_g.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_h.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_i.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_j.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_k.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_l.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_m.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_n.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_o.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_p.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_q.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_r.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_s.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_t.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_u.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_v.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_w.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_x.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_y.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_z.html
-share/kvirc/%%VER%%/help/en/doc_module_index_all.html
-share/kvirc/%%VER%%/help/en/doc_modules.html
-share/kvirc/%%VER%%/help/en/doc_nickserv_proto.html
-share/kvirc/%%VER%%/help/en/doc_noblockingdialogs.html
-share/kvirc/%%VER%%/help/en/doc_notify_list.html
-share/kvirc/%%VER%%/help/en/doc_objects.html
-share/kvirc/%%VER%%/help/en/doc_operators.html
-share/kvirc/%%VER%%/help/en/doc_registered_users.html
-share/kvirc/%%VER%%/help/en/doc_rfc2812.html
-share/kvirc/%%VER%%/help/en/doc_rfc2821wrappers.html
-share/kvirc/%%VER%%/help/en/doc_shared_files.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_$.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_a.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_b.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_c.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_d.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_e.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_f.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_g.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_h.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_i.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_j.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_k.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_l.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_m.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_n.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_o.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_p.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_q.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_r.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_s.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_t.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_u.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_v.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_w.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_x.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_y.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_z.html
-share/kvirc/%%VER%%/help/en/doc_widget_index_all.html
-share/kvirc/%%VER%%/help/en/doc_window_naming_conventions.html
-share/kvirc/%%VER%%/help/en/event_onaccelkeypressed.html
-share/kvirc/%%VER%%/help/en/event_onaction.html
-share/kvirc/%%VER%%/help/en/event_onban.html
-share/kvirc/%%VER%%/help/en/event_onbanexception.html
-share/kvirc/%%VER%%/help/en/event_onbanexceptionremove.html
-share/kvirc/%%VER%%/help/en/event_onchanadmin.html
-share/kvirc/%%VER%%/help/en/event_onchannellinkpopuprequest.html
-share/kvirc/%%VER%%/help/en/event_onchannelmessage.html
-share/kvirc/%%VER%%/help/en/event_onchannelnickdefaultactionrequest.html
-share/kvirc/%%VER%%/help/en/event_onchannelnickpopuprequest.html
-share/kvirc/%%VER%%/help/en/event_onchannelnotice.html
-share/kvirc/%%VER%%/help/en/event_onchannelpopuprequest.html
-share/kvirc/%%VER%%/help/en/event_onchannelsync.html
-share/kvirc/%%VER%%/help/en/event_onchannelwindowcreated.html
-share/kvirc/%%VER%%/help/en/event_onchanservnotice.html
-share/kvirc/%%VER%%/help/en/event_onconsolepopuprequest.html
-share/kvirc/%%VER%%/help/en/event_onctcpflood.html
-share/kvirc/%%VER%%/help/en/event_onctcpreply.html
-share/kvirc/%%VER%%/help/en/event_onctcprequest.html
-share/kvirc/%%VER%%/help/en/event_ondccchatconnected.html
-share/kvirc/%%VER%%/help/en/event_ondccchatconnectioninprogress.html
-share/kvirc/%%VER%%/help/en/event_ondccchatdisconnected.html
-share/kvirc/%%VER%%/help/en/event_ondccchaterror.html
-share/kvirc/%%VER%%/help/en/event_ondccchatmessage.html
-share/kvirc/%%VER%%/help/en/event_ondccchatwindowclosing.html
-share/kvirc/%%VER%%/help/en/event_ondccchatwindowcreated.html
-share/kvirc/%%VER%%/help/en/event_ondechanadmin.html
-share/kvirc/%%VER%%/help/en/event_ondehalfop.html
-share/kvirc/%%VER%%/help/en/event_ondeop.html
-share/kvirc/%%VER%%/help/en/event_ondeuserop.html
-share/kvirc/%%VER%%/help/en/event_ondevoice.html
-share/kvirc/%%VER%%/help/en/event_onframewindowcreated.html
-share/kvirc/%%VER%%/help/en/event_onframewindowdestroyed.html
-share/kvirc/%%VER%%/help/en/event_onhalfop.html
-share/kvirc/%%VER%%/help/en/event_onhighlight.html
-share/kvirc/%%VER%%/help/en/event_onhostlinkpopuprequest.html
-share/kvirc/%%VER%%/help/en/event_oninvite.html
-share/kvirc/%%VER%%/help/en/event_oninviteexception.html
-share/kvirc/%%VER%%/help/en/event_oninviteexceptionremove.html
-share/kvirc/%%VER%%/help/en/event_onirc.html
-share/kvirc/%%VER%%/help/en/event_onircconnectionestablished.html
-share/kvirc/%%VER%%/help/en/event_onircconnectionterminated.html
-share/kvirc/%%VER%%/help/en/event_onirccontextcreated.html
-share/kvirc/%%VER%%/help/en/event_onirccontextdestroyed.html
-share/kvirc/%%VER%%/help/en/event_onjoin.html
-share/kvirc/%%VER%%/help/en/event_onkeyset.html
-share/kvirc/%%VER%%/help/en/event_onkeyunset.html
-share/kvirc/%%VER%%/help/en/event_onkick.html
-share/kvirc/%%VER%%/help/en/event_onkvircshutdown.html
-share/kvirc/%%VER%%/help/en/event_onkvircstartup.html
-share/kvirc/%%VER%%/help/en/event_onlagalarmtimedown.html
-share/kvirc/%%VER%%/help/en/event_onlagalarmtimeup.html
-share/kvirc/%%VER%%/help/en/event_onlagcheck.html
-share/kvirc/%%VER%%/help/en/event_onlimitset.html
-share/kvirc/%%VER%%/help/en/event_onlimitunset.html
-share/kvirc/%%VER%%/help/en/event_onmeaway.html
-share/kvirc/%%VER%%/help/en/event_onmeback.html
-share/kvirc/%%VER%%/help/en/event_onmeban.html
-share/kvirc/%%VER%%/help/en/event_onmebanexception.html
-share/kvirc/%%VER%%/help/en/event_onmebanexceptionremove.html
-share/kvirc/%%VER%%/help/en/event_onmechanadmin.html
-share/kvirc/%%VER%%/help/en/event_onmedechanadmin.html
-share/kvirc/%%VER%%/help/en/event_onmedehalfop.html
-share/kvirc/%%VER%%/help/en/event_onmedeop.html
-share/kvirc/%%VER%%/help/en/event_onmedeuserop.html
-share/kvirc/%%VER%%/help/en/event_onmedevoice.html
-share/kvirc/%%VER%%/help/en/event_onmehalfop.html
-share/kvirc/%%VER%%/help/en/event_onmeinviteexception.html
-share/kvirc/%%VER%%/help/en/event_onmeinviteexceptionremove.html
-share/kvirc/%%VER%%/help/en/event_onmejoin.html
-share/kvirc/%%VER%%/help/en/event_onmekick.html
-share/kvirc/%%VER%%/help/en/event_onmenickchange.html
-share/kvirc/%%VER%%/help/en/event_onmeop.html
-share/kvirc/%%VER%%/help/en/event_onmepart.html
-share/kvirc/%%VER%%/help/en/event_onmeunban.html
-share/kvirc/%%VER%%/help/en/event_onmeuserop.html
-share/kvirc/%%VER%%/help/en/event_onmevoice.html
-share/kvirc/%%VER%%/help/en/event_onnickchange.html
-share/kvirc/%%VER%%/help/en/event_onnicklinkdefaultactionrequest.html
-share/kvirc/%%VER%%/help/en/event_onnicklinkpopuprequest.html
-share/kvirc/%%VER%%/help/en/event_onnickservnotice.html
-share/kvirc/%%VER%%/help/en/event_onnotifylistdefaultactionrequest.html
-share/kvirc/%%VER%%/help/en/event_onnotifylistpopuprequest.html
-share/kvirc/%%VER%%/help/en/event_onnotifyoffline.html
-share/kvirc/%%VER%%/help/en/event_onnotifyonline.html
-share/kvirc/%%VER%%/help/en/event_onop.html
-share/kvirc/%%VER%%/help/en/event_onpart.html
-share/kvirc/%%VER%%/help/en/event_onping.html
-share/kvirc/%%VER%%/help/en/event_onpong.html
-share/kvirc/%%VER%%/help/en/event_onquerymessage.html
-share/kvirc/%%VER%%/help/en/event_onquerynickdefaultactionrequest.html
-share/kvirc/%%VER%%/help/en/event_onquerynickpopuprequest.html
-share/kvirc/%%VER%%/help/en/event_onquerynotice.html
-share/kvirc/%%VER%%/help/en/event_onquerypopuprequest.html
-share/kvirc/%%VER%%/help/en/event_onquerytargetadded.html
-share/kvirc/%%VER%%/help/en/event_onquerywindowcreated.html
-share/kvirc/%%VER%%/help/en/event_onquerywindowrequest.html
-share/kvirc/%%VER%%/help/en/event_onquit.html
-share/kvirc/%%VER%%/help/en/event_onserverlinkpopuprequest.html
-share/kvirc/%%VER%%/help/en/event_onservernotice.html
-share/kvirc/%%VER%%/help/en/event_ontextviewdoubleclicked.html
-share/kvirc/%%VER%%/help/en/event_ontopic.html
-share/kvirc/%%VER%%/help/en/event_onunban.html
-share/kvirc/%%VER%%/help/en/event_onunhandledliteral.html
-share/kvirc/%%VER%%/help/en/event_onurl.html
-share/kvirc/%%VER%%/help/en/event_onurllinkpopuprequest.html
-share/kvirc/%%VER%%/help/en/event_onusermode.html
-share/kvirc/%%VER%%/help/en/event_onuserop.html
-share/kvirc/%%VER%%/help/en/event_onvoice.html
-share/kvirc/%%VER%%/help/en/event_onwindowactivated.html
-share/kvirc/%%VER%%/help/en/event_onwindowpopuprequest.html
-share/kvirc/%%VER%%/help/en/fnc_$.html
-share/kvirc/%%VER%%/help/en/fnc_$lag.lag.html
-share/kvirc/%%VER%%/help/en/fnc_active.html
-share/kvirc/%%VER%%/help/en/fnc_ascii.html
-share/kvirc/%%VER%%/help/en/fnc_avatar.html
-share/kvirc/%%VER%%/help/en/fnc_away.html
-share/kvirc/%%VER%%/help/en/fnc_b.html
-share/kvirc/%%VER%%/help/en/fnc_base64toAscii.html
-share/kvirc/%%VER%%/help/en/fnc_calc.html
-share/kvirc/%%VER%%/help/en/fnc_chan.admincount.html
-share/kvirc/%%VER%%/help/en/fnc_chan.bancount.html
-share/kvirc/%%VER%%/help/en/fnc_chan.banexceptioncount.html
-share/kvirc/%%VER%%/help/en/fnc_chan.banexceptionlist.html
-share/kvirc/%%VER%%/help/en/fnc_chan.banlist.html
-share/kvirc/%%VER%%/help/en/fnc_chan.getflag.html
-share/kvirc/%%VER%%/help/en/fnc_chan.halfopcount.html
-share/kvirc/%%VER%%/help/en/fnc_chan.invitecount.html
-share/kvirc/%%VER%%/help/en/fnc_chan.invitelist.html
-share/kvirc/%%VER%%/help/en/fnc_chan.isadmin.html
-share/kvirc/%%VER%%/help/en/fnc_chan.ishalfop.html
-share/kvirc/%%VER%%/help/en/fnc_chan.ismeadmin.html
-share/kvirc/%%VER%%/help/en/fnc_chan.ismeop.html
-share/kvirc/%%VER%%/help/en/fnc_chan.ison.html
-share/kvirc/%%VER%%/help/en/fnc_chan.isop.html
-share/kvirc/%%VER%%/help/en/fnc_chan.isuserop.html
-share/kvirc/%%VER%%/help/en/fnc_chan.isvoice.html
-share/kvirc/%%VER%%/help/en/fnc_chan.key.html
-share/kvirc/%%VER%%/help/en/fnc_chan.limit.html
-share/kvirc/%%VER%%/help/en/fnc_chan.matchban.html
-share/kvirc/%%VER%%/help/en/fnc_chan.matchbanexception.html
-share/kvirc/%%VER%%/help/en/fnc_chan.matchinvite.html
-share/kvirc/%%VER%%/help/en/fnc_chan.mode.html
-share/kvirc/%%VER%%/help/en/fnc_chan.name.html
-share/kvirc/%%VER%%/help/en/fnc_chan.opcount.html
-share/kvirc/%%VER%%/help/en/fnc_chan.topic.html
-share/kvirc/%%VER%%/help/en/fnc_chan.topicsetat.html
-share/kvirc/%%VER%%/help/en/fnc_chan.topicsetby.html
-share/kvirc/%%VER%%/help/en/fnc_chan.usercount.html
-share/kvirc/%%VER%%/help/en/fnc_chan.useropcount.html
-share/kvirc/%%VER%%/help/en/fnc_chan.users.html
-share/kvirc/%%VER%%/help/en/fnc_chan.voicecount.html
-share/kvirc/%%VER%%/help/en/fnc_channel.html
-share/kvirc/%%VER%%/help/en/fnc_char.html
-share/kvirc/%%VER%%/help/en/fnc_classdefined.html
-share/kvirc/%%VER%%/help/en/fnc_config.filelist.html
-share/kvirc/%%VER%%/help/en/fnc_config.filename.html
-share/kvirc/%%VER%%/help/en/fnc_config.hassection.html
-share/kvirc/%%VER%%/help/en/fnc_config.id.html
-share/kvirc/%%VER%%/help/en/fnc_config.keylist.html
-share/kvirc/%%VER%%/help/en/fnc_config.open.html
-share/kvirc/%%VER%%/help/en/fnc_config.read.html
-share/kvirc/%%VER%%/help/en/fnc_config.readonly.html
-share/kvirc/%%VER%%/help/en/fnc_config.section.html
-share/kvirc/%%VER%%/help/en/fnc_config.sectionlist.html
-share/kvirc/%%VER%%/help/en/fnc_console.html
-share/kvirc/%%VER%%/help/en/fnc_context.html
-share/kvirc/%%VER%%/help/en/fnc_cr.html
-share/kvirc/%%VER%%/help/en/fnc_date.html
-share/kvirc/%%VER%%/help/en/fnc_dockwidget.isvisible.html
-share/kvirc/%%VER%%/help/en/fnc_features.html
-share/kvirc/%%VER%%/help/en/fnc_file.exists.html
-share/kvirc/%%VER%%/help/en/fnc_file.extractfilename.html
-share/kvirc/%%VER%%/help/en/fnc_file.extractpath.html
-share/kvirc/%%VER%%/help/en/fnc_file.fixpath.html
-share/kvirc/%%VER%%/help/en/fnc_file.globaldir.html
-share/kvirc/%%VER%%/help/en/fnc_file.localdir.html
-share/kvirc/%%VER%%/help/en/fnc_file.ps.html
-share/kvirc/%%VER%%/help/en/fnc_file.read.html
-share/kvirc/%%VER%%/help/en/fnc_file.size.html
-share/kvirc/%%VER%%/help/en/fnc_file.type.html
-share/kvirc/%%VER%%/help/en/fnc_fmtlink.html
-share/kvirc/%%VER%%/help/en/fnc_hextoAscii.html
-share/kvirc/%%VER%%/help/en/fnc_hostname.html
-share/kvirc/%%VER%%/help/en/fnc_ic.html
-share/kvirc/%%VER%%/help/en/fnc_icon.html
-share/kvirc/%%VER%%/help/en/fnc_iconname.html
-share/kvirc/%%VER%%/help/en/fnc_isMainWindowMinimized.html
-share/kvirc/%%VER%%/help/en/fnc_ismehalfop.html
-share/kvirc/%%VER%%/help/en/fnc_ismeop.html
-share/kvirc/%%VER%%/help/en/fnc_ismeuserop.html
-share/kvirc/%%VER%%/help/en/fnc_ismevoice.html
-share/kvirc/%%VER%%/help/en/fnc_istimer.html
-share/kvirc/%%VER%%/help/en/fnc_iswellknown.html
-share/kvirc/%%VER%%/help/en/fnc_k.html
-share/kvirc/%%VER%%/help/en/fnc_lag.getalarmtime.html
-share/kvirc/%%VER%%/help/en/fnc_lag.getinterval.html
-share/kvirc/%%VER%%/help/en/fnc_lf.html
-share/kvirc/%%VER%%/help/en/fnc_log.file.html
-share/kvirc/%%VER%%/help/en/fnc_mask.hasnumerichost.html
-share/kvirc/%%VER%%/help/en/fnc_mask.host.html
-share/kvirc/%%VER%%/help/en/fnc_mask.html
-share/kvirc/%%VER%%/help/en/fnc_mask.match.html
-share/kvirc/%%VER%%/help/en/fnc_mask.nick.html
-share/kvirc/%%VER%%/help/en/fnc_mask.user.html
-share/kvirc/%%VER%%/help/en/fnc_me.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getchannels.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getfilename.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getfreq.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getlength.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_album.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_artist.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_comment.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_copright.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_crc.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_date.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_emphasis.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_genre.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_layer.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_original.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_title.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_tracknumber.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_version.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getposition.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getrate.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.gettime.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.gettitle.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.ispaused.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.isplaying.html
-share/kvirc/%%VER%%/help/en/fnc_msgtype.html
-share/kvirc/%%VER%%/help/en/fnc_my.host.html
-share/kvirc/%%VER%%/help/en/fnc_my.network.html
-share/kvirc/%%VER%%/help/en/fnc_my.nick.html
-share/kvirc/%%VER%%/help/en/fnc_my.server.html
-share/kvirc/%%VER%%/help/en/fnc_my.umode.html
-share/kvirc/%%VER%%/help/en/fnc_my.user.html
-share/kvirc/%%VER%%/help/en/fnc_new.html
-share/kvirc/%%VER%%/help/en/fnc_o.html
-share/kvirc/%%VER%%/help/en/fnc_option.html
-share/kvirc/%%VER%%/help/en/fnc_options.isdialog.html
-share/kvirc/%%VER%%/help/en/fnc_query.html
-share/kvirc/%%VER%%/help/en/fnc_r.html
-share/kvirc/%%VER%%/help/en/fnc_rand.html
-share/kvirc/%%VER%%/help/en/fnc_regchan.find.html
-share/kvirc/%%VER%%/help/en/fnc_regchan.match.html
-share/kvirc/%%VER%%/help/en/fnc_regchan.property.html
-share/kvirc/%%VER%%/help/en/fnc_reguser.exactmatch.html
-share/kvirc/%%VER%%/help/en/fnc_reguser.list.html
-share/kvirc/%%VER%%/help/en/fnc_reguser.mask.html
-share/kvirc/%%VER%%/help/en/fnc_reguser.match.html
-share/kvirc/%%VER%%/help/en/fnc_reguser.matchproperty.html
-share/kvirc/%%VER%%/help/en/fnc_reguser.property.html
-share/kvirc/%%VER%%/help/en/fnc_selected.html
-share/kvirc/%%VER%%/help/en/fnc_server.html
-share/kvirc/%%VER%%/help/en/fnc_split.html
-share/kvirc/%%VER%%/help/en/fnc_str.append.html
-share/kvirc/%%VER%%/help/en/fnc_str.cmp.html
-share/kvirc/%%VER%%/help/en/fnc_str.cmpnocase.html
-share/kvirc/%%VER%%/help/en/fnc_str.contains.html
-share/kvirc/%%VER%%/help/en/fnc_str.containsnocase.html
-share/kvirc/%%VER%%/help/en/fnc_str.equal.html
-share/kvirc/%%VER%%/help/en/fnc_str.equalnocase.html
-share/kvirc/%%VER%%/help/en/fnc_str.find.html
-share/kvirc/%%VER%%/help/en/fnc_str.findfirst.html
-share/kvirc/%%VER%%/help/en/fnc_str.findfirstnocase.html
-share/kvirc/%%VER%%/help/en/fnc_str.findlast.html
-share/kvirc/%%VER%%/help/en/fnc_str.findlastnocase.html
-share/kvirc/%%VER%%/help/en/fnc_str.insert.html
-share/kvirc/%%VER%%/help/en/fnc_str.isempty.html
-share/kvirc/%%VER%%/help/en/fnc_str.isnumber.html
-share/kvirc/%%VER%%/help/en/fnc_str.isunsignednumber.html
-share/kvirc/%%VER%%/help/en/fnc_str.left.html
-share/kvirc/%%VER%%/help/en/fnc_str.lefttofirst.html
-share/kvirc/%%VER%%/help/en/fnc_str.lefttolast.html
-share/kvirc/%%VER%%/help/en/fnc_str.len.html
-share/kvirc/%%VER%%/help/en/fnc_str.lowcase.html
-share/kvirc/%%VER%%/help/en/fnc_str.match.html
-share/kvirc/%%VER%%/help/en/fnc_str.matchnocase.html
-share/kvirc/%%VER%%/help/en/fnc_str.mid.html
-share/kvirc/%%VER%%/help/en/fnc_str.prepend.html
-share/kvirc/%%VER%%/help/en/fnc_str.replace.html
-share/kvirc/%%VER%%/help/en/fnc_str.replacenocase.html
-share/kvirc/%%VER%%/help/en/fnc_str.right.html
-share/kvirc/%%VER%%/help/en/fnc_str.rightfromfirst.html
-share/kvirc/%%VER%%/help/en/fnc_str.rightfromlast.html
-share/kvirc/%%VER%%/help/en/fnc_str.strip.html
-share/kvirc/%%VER%%/help/en/fnc_str.stripleft.html
-share/kvirc/%%VER%%/help/en/fnc_str.stripright.html
-share/kvirc/%%VER%%/help/en/fnc_str.token.html
-share/kvirc/%%VER%%/help/en/fnc_str.upcase.html
-share/kvirc/%%VER%%/help/en/fnc_str.word.html
-share/kvirc/%%VER%%/help/en/fnc_sw.html
-share/kvirc/%%VER%%/help/en/fnc_system.getenv.html
-share/kvirc/%%VER%%/help/en/fnc_system.hostname.html
-share/kvirc/%%VER%%/help/en/fnc_system.osmachine.html
-share/kvirc/%%VER%%/help/en/fnc_system.osname.html
-share/kvirc/%%VER%%/help/en/fnc_system.osnodename.html
-share/kvirc/%%VER%%/help/en/fnc_system.osrelease.html
-share/kvirc/%%VER%%/help/en/fnc_system.ostype.html
-share/kvirc/%%VER%%/help/en/fnc_system.osversion.html
-share/kvirc/%%VER%%/help/en/fnc_target.html
-share/kvirc/%%VER%%/help/en/fnc_this.html
-share/kvirc/%%VER%%/help/en/fnc_time.html
-share/kvirc/%%VER%%/help/en/fnc_tmphighlight.ishighlighted.html
-share/kvirc/%%VER%%/help/en/fnc_toolbar.exists.html
-share/kvirc/%%VER%%/help/en/fnc_toolbar.list.html
-share/kvirc/%%VER%%/help/en/fnc_u.html
-share/kvirc/%%VER%%/help/en/fnc_unixtime.html
-share/kvirc/%%VER%%/help/en/fnc_username.html
-share/kvirc/%%VER%%/help/en/fnc_version.html
-share/kvirc/%%VER%%/help/en/fnc_window.caption.html
-share/kvirc/%%VER%%/help/en/fnc_window.console.html
-share/kvirc/%%VER%%/help/en/fnc_window.exists.html
-share/kvirc/%%VER%%/help/en/fnc_window.hasInput.html
-share/kvirc/%%VER%%/help/en/fnc_window.hasOutput.html
-share/kvirc/%%VER%%/help/en/fnc_window.hasUserFocus.html
-share/kvirc/%%VER%%/help/en/fnc_window.html
-share/kvirc/%%VER%%/help/en/fnc_window.isMaximized.html
-share/kvirc/%%VER%%/help/en/fnc_window.isMinimized.html
-share/kvirc/%%VER%%/help/en/fnc_window.list.html
-share/kvirc/%%VER%%/help/en/fnc_window.type.html
-share/kvirc/%%VER%%/help/en/helplogoleft.png
-share/kvirc/%%VER%%/help/en/helplogoright.png
-share/kvirc/%%VER%%/help/en/index.html
-share/kvirc/%%VER%%/help/en/module_config.html
-share/kvirc/%%VER%%/help/en/module_lamerizer.html
-share/kvirc/%%VER%%/help/en/module_log.html
-share/kvirc/%%VER%%/help/en/module_mp3player.html
-share/kvirc/%%VER%%/help/en/module_reguser.html
-share/kvirc/%%VER%%/help/en/module_rijndael.html
-share/kvirc/%%VER%%/help/en/module_url.html
-share/kvirc/%%VER%%/help/en/widget_ctcpavatarprotooptions.html
-share/kvirc/%%VER%%/help/en/widget_ctcpfloodprotectionoptions.html
-share/kvirc/%%VER%%/license/COPYING
-share/kvirc/%%VER%%/locale/about_de.mo
-share/kvirc/%%VER%%/locale/about_es.mo
-share/kvirc/%%VER%%/locale/about_it.mo
-share/kvirc/%%VER%%/locale/dcc_de.mo
-share/kvirc/%%VER%%/locale/dcc_es.mo
-share/kvirc/%%VER%%/locale/dcc_it.mo
-share/kvirc/%%VER%%/locale/editor_de.mo
-share/kvirc/%%VER%%/locale/editor_es.mo
-share/kvirc/%%VER%%/locale/editor_it.mo
-share/kvirc/%%VER%%/locale/kvirc_de.mo
-share/kvirc/%%VER%%/locale/kvirc_es.mo
-share/kvirc/%%VER%%/locale/kvirc_fr.mo
-share/kvirc/%%VER%%/locale/kvirc_it.mo
-share/kvirc/%%VER%%/locale/kvirc_nl.mo
-share/kvirc/%%VER%%/locale/kvirc_pl.mo
-share/kvirc/%%VER%%/locale/kvirc_pt.mo
-share/kvirc/%%VER%%/locale/kvirc_pt_BR.mo
-share/kvirc/%%VER%%/locale/kvirc_sr.mo
-share/kvirc/%%VER%%/locale/logview_de.mo
-share/kvirc/%%VER%%/locale/logview_es.mo
-share/kvirc/%%VER%%/locale/logview_it.mo
-share/kvirc/%%VER%%/locale/sharedfileswindow_de.mo
-share/kvirc/%%VER%%/locale/sharedfileswindow_es.mo
-share/kvirc/%%VER%%/locale/sharedfileswindow_it.mo
-share/kvirc/%%VER%%/modules/caps/crypt/lamerizer
-share/kvirc/%%VER%%/modules/caps/crypt/rijndael
-share/kvirc/%%VER%%/modules/caps/serverimport/mircimport
-share/kvirc/%%VER%%/modules/caps/tool/filetransferwindow
-share/kvirc/%%VER%%/modules/caps/tool/logview
-share/kvirc/%%VER%%/modules/caps/tool/sharedfileswindow
-share/kvirc/%%VER%%/modules/caps/toolbar/tb_options
-share/kvirc/%%VER%%/modules/caps/toolbar/tb_scripting
-share/kvirc/%%VER%%/modules/caps/toolbar/tb_winops
-share/kvirc/%%VER%%/modules/caps/toolbar/url
-share/kvirc/%%VER%%/modules/libkviabout.la
-share/kvirc/%%VER%%/modules/libkviabout.so
-share/kvirc/%%VER%%/modules/libkvialiaseditor.la
-share/kvirc/%%VER%%/modules/libkvialiaseditor.so
-share/kvirc/%%VER%%/modules/libkvichan.la
-share/kvirc/%%VER%%/modules/libkvichan.so
-share/kvirc/%%VER%%/modules/libkvichannelsjoin.la
-share/kvirc/%%VER%%/modules/libkvichannelsjoin.so
-share/kvirc/%%VER%%/modules/libkviclock.la
-share/kvirc/%%VER%%/modules/libkviclock.so
-share/kvirc/%%VER%%/modules/libkvicodetester.la
-share/kvirc/%%VER%%/modules/libkvicodetester.so
-share/kvirc/%%VER%%/modules/libkviconfig.la
-share/kvirc/%%VER%%/modules/libkviconfig.so
-share/kvirc/%%VER%%/modules/libkvidcc.la
-share/kvirc/%%VER%%/modules/libkvidcc.so
-share/kvirc/%%VER%%/modules/libkvidialog.la
-share/kvirc/%%VER%%/modules/libkvidialog.so
-share/kvirc/%%VER%%/modules/libkvidockwidget.la
-share/kvirc/%%VER%%/modules/libkvidockwidget.so
-share/kvirc/%%VER%%/modules/libkvieditor.la
-share/kvirc/%%VER%%/modules/libkvieditor.so
-share/kvirc/%%VER%%/modules/libkvieventeditor.la
-share/kvirc/%%VER%%/modules/libkvieventeditor.so
-share/kvirc/%%VER%%/modules/libkvifile.la
-share/kvirc/%%VER%%/modules/libkvifile.so
-share/kvirc/%%VER%%/modules/libkvifiletransferwindow.la
-share/kvirc/%%VER%%/modules/libkvifiletransferwindow.so
-share/kvirc/%%VER%%/modules/libkvihelp.la
-share/kvirc/%%VER%%/modules/libkvihelp.so
-share/kvirc/%%VER%%/modules/libkvihttp.la
-share/kvirc/%%VER%%/modules/libkvihttp.so
-share/kvirc/%%VER%%/modules/libkviident.la
-share/kvirc/%%VER%%/modules/libkviident.so
-share/kvirc/%%VER%%/modules/libkviiograph.la
-share/kvirc/%%VER%%/modules/libkviiograph.so
-share/kvirc/%%VER%%/modules/libkvilag.la
-share/kvirc/%%VER%%/modules/libkvilag.so
-share/kvirc/%%VER%%/modules/libkvilamerizer.la
-share/kvirc/%%VER%%/modules/libkvilamerizer.so
-share/kvirc/%%VER%%/modules/libkvilinks.la
-share/kvirc/%%VER%%/modules/libkvilinks.so
-share/kvirc/%%VER%%/modules/libkvilist.la
-share/kvirc/%%VER%%/modules/libkvilist.so
-share/kvirc/%%VER%%/modules/libkvilog.la
-share/kvirc/%%VER%%/modules/libkvilog.so
-share/kvirc/%%VER%%/modules/libkvilogview.la
-share/kvirc/%%VER%%/modules/libkvilogview.so
-share/kvirc/%%VER%%/modules/libkvimask.la
-share/kvirc/%%VER%%/modules/libkvimask.so
-share/kvirc/%%VER%%/modules/libkvimircimport.la
-share/kvirc/%%VER%%/modules/libkvimircimport.so
-share/kvirc/%%VER%%/modules/libkvimp3player.la
-share/kvirc/%%VER%%/modules/libkvimp3player.so
-share/kvirc/%%VER%%/modules/libkvimy.la
-share/kvirc/%%VER%%/modules/libkvimy.so
-share/kvirc/%%VER%%/modules/libkviobjects.la
-share/kvirc/%%VER%%/modules/libkviobjects.so
-share/kvirc/%%VER%%/modules/libkvioptions.la
-share/kvirc/%%VER%%/modules/libkvioptions.so
-share/kvirc/%%VER%%/modules/libkvipopupeditor.la
-share/kvirc/%%VER%%/modules/libkvipopupeditor.so
-share/kvirc/%%VER%%/modules/libkviraweditor.la
-share/kvirc/%%VER%%/modules/libkviraweditor.so
-share/kvirc/%%VER%%/modules/libkviregchan.la
-share/kvirc/%%VER%%/modules/libkviregchan.so
-share/kvirc/%%VER%%/modules/libkvireguser.la
-share/kvirc/%%VER%%/modules/libkvireguser.so
-share/kvirc/%%VER%%/modules/libkvirijndael.la
-share/kvirc/%%VER%%/modules/libkvirijndael.so
-share/kvirc/%%VER%%/modules/libkvisetup.la
-share/kvirc/%%VER%%/modules/libkvisetup.so
-share/kvirc/%%VER%%/modules/libkvisharedfile.la
-share/kvirc/%%VER%%/modules/libkvisharedfile.so
-share/kvirc/%%VER%%/modules/libkvisharedfileswindow.la
-share/kvirc/%%VER%%/modules/libkvisharedfileswindow.so
-share/kvirc/%%VER%%/modules/libkvisnd.la
-share/kvirc/%%VER%%/modules/libkvisnd.so
-share/kvirc/%%VER%%/modules/libkvisocketspy.la
-share/kvirc/%%VER%%/modules/libkvisocketspy.so
-share/kvirc/%%VER%%/modules/libkvispaste.la
-share/kvirc/%%VER%%/modules/libkvispaste.so
-share/kvirc/%%VER%%/modules/libkvistr.la
-share/kvirc/%%VER%%/modules/libkvistr.so
-share/kvirc/%%VER%%/modules/libkvisystem.la
-share/kvirc/%%VER%%/modules/libkvisystem.so
-share/kvirc/%%VER%%/modules/libkvitb_options.la
-share/kvirc/%%VER%%/modules/libkvitb_options.so
-share/kvirc/%%VER%%/modules/libkvitb_scripting.la
-share/kvirc/%%VER%%/modules/libkvitb_scripting.so
-share/kvirc/%%VER%%/modules/libkvitb_winops.la
-share/kvirc/%%VER%%/modules/libkvitb_winops.so
-share/kvirc/%%VER%%/modules/libkviterm.la
-share/kvirc/%%VER%%/modules/libkviterm.so
-share/kvirc/%%VER%%/modules/libkvitip.la
-share/kvirc/%%VER%%/modules/libkvitip.so
-share/kvirc/%%VER%%/modules/libkvitmphighlight.la
-share/kvirc/%%VER%%/modules/libkvitmphighlight.so
-share/kvirc/%%VER%%/modules/libkvitoolbar.la
-share/kvirc/%%VER%%/modules/libkvitoolbar.so
-share/kvirc/%%VER%%/modules/libkvitoolbareditor.la
-share/kvirc/%%VER%%/modules/libkvitoolbareditor.so
-share/kvirc/%%VER%%/modules/libkviurl.la
-share/kvirc/%%VER%%/modules/libkviurl.so
-share/kvirc/%%VER%%/modules/libkviwindow.la
-share/kvirc/%%VER%%/modules/libkviwindow.so
-share/kvirc/%%VER%%/msgcolors/all-black.msgclr
-share/kvirc/%%VER%%/msgcolors/all-gray.msgclr
-share/kvirc/%%VER%%/msgcolors/all-green.msgclr
-share/kvirc/%%VER%%/msgcolors/all-white.msgclr
-share/kvirc/%%VER%%/msgcolors/colored-2.msgclr
-share/kvirc/%%VER%%/msgcolors/colored.msgclr
-share/kvirc/%%VER%%/msgcolors/default.msgclr
-share/kvirc/%%VER%%/msgcolors/heavy-colors.msgclr
-share/kvirc/%%VER%%/pics/kvi_activitymeter.png
-share/kvirc/%%VER%%/pics/kvi_background.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_actions.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_aliaseditor.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_cascadewindows.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_channels.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_codetester.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_connected.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_connecting.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_disconnected.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_eventeditor.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_folder.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_helpback.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_helpclose.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_helpforward.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_helpindex.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_helpsearch.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_identity.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_minimizeallwindows.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_popupeditor.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_raweditor.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_servers.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_settings.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_tilewindows.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_toolbareditor.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_tools.png
-share/kvirc/%%VER%%/pics/kvi_dccfiletransfericons.png
-share/kvirc/%%VER%%/pics/kvi_dock.png
-share/kvirc/%%VER%%/pics/kvi_httpicons.png
-share/kvirc/%%VER%%/pics/kvi_mircimport.png
-share/kvirc/%%VER%%/pics/kvi_setup_label.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_00.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_01.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_02.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_03.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_04.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_05.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_06.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_07.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_08.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_09.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_10.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_11.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_12.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_13.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_14.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_15.png
-share/kvirc/%%VER%%/pics/kvi_splash.png
-share/kvirc/%%VER%%/pics/kvi_tip.png
-share/kvirc/%%VER%%/pics/kvi_userchanstate.png
-share/kvirc/%%VER%%/themes/default.hires/themedata.kvc
-share/kvirc/%%VER%%/themes/default.hires/themeinfo.kvc
-share/kvirc/%%VER%%/themes/default.lores/themedata.kvc
-share/kvirc/%%VER%%/themes/default.lores/themeinfo.kvc
-@dirrm share/kvirc/%%VER%%/themes/default.lores
-@dirrm share/kvirc/%%VER%%/themes/default.hires
-@dirrm share/kvirc/%%VER%%/themes
-@dirrm share/kvirc/%%VER%%/pics
-@dirrm share/kvirc/%%VER%%/msgcolors
-@dirrm share/kvirc/%%VER%%/modules/caps/toolbar
-@dirrm share/kvirc/%%VER%%/modules/caps/tool
-@dirrm share/kvirc/%%VER%%/modules/caps/serverimport
-@dirrm share/kvirc/%%VER%%/modules/caps/crypt
-@dirrm share/kvirc/%%VER%%/modules/caps
-@dirrm share/kvirc/%%VER%%/modules
-@dirrm share/kvirc/%%VER%%/locale
-@dirrm share/kvirc/%%VER%%/license
-@dirrm share/kvirc/%%VER%%/help/en
-@dirrm share/kvirc/%%VER%%/help
-@dirrm share/kvirc/%%VER%%/defscript
-@dirrm share/kvirc/%%VER%%/config/modules
-@dirrm share/kvirc/%%VER%%/config
-@dirrm share/kvirc/%%VER%%
-@dirrm share/kvirc
+%%DATADIR%%/%%VER%%/config/modules/libkvitip.kvc
+%%DATADIR%%/%%VER%%/config/serverdb.kvc
+%%DATADIR%%/%%VER%%/config/texticons.kvc
+%%DATADIR%%/%%VER%%/defscript/default.kvs
+%%DATADIR%%/%%VER%%/help/en/_db_class.idx
+%%DATADIR%%/%%VER%%/help/en/_db_command.idx
+%%DATADIR%%/%%VER%%/help/en/_db_event.idx
+%%DATADIR%%/%%VER%%/help/en/_db_function.idx
+%%DATADIR%%/%%VER%%/help/en/_db_generic.idx
+%%DATADIR%%/%%VER%%/help/en/_db_keyterms.idx
+%%DATADIR%%/%%VER%%/help/en/_db_language.idx
+%%DATADIR%%/%%VER%%/help/en/_db_module.idx
+%%DATADIR%%/%%VER%%/help/en/_db_widget.idx
+%%DATADIR%%/%%VER%%/help/en/class_button.html
+%%DATADIR%%/%%VER%%/help/en/class_checkbox.html
+%%DATADIR%%/%%VER%%/help/en/class_combobox.html
+%%DATADIR%%/%%VER%%/help/en/class_file.html
+%%DATADIR%%/%%VER%%/help/en/class_label.html
+%%DATADIR%%/%%VER%%/help/en/class_layout.html
+%%DATADIR%%/%%VER%%/help/en/class_lineedit.html
+%%DATADIR%%/%%VER%%/help/en/class_list.html
+%%DATADIR%%/%%VER%%/help/en/class_menubar.html
+%%DATADIR%%/%%VER%%/help/en/class_multilineedit.html
+%%DATADIR%%/%%VER%%/help/en/class_object.html
+%%DATADIR%%/%%VER%%/help/en/class_socket.html
+%%DATADIR%%/%%VER%%/help/en/class_string.html
+%%DATADIR%%/%%VER%%/help/en/class_urllabel.html
+%%DATADIR%%/%%VER%%/help/en/class_widget.html
+%%DATADIR%%/%%VER%%/help/en/class_window.html
+%%DATADIR%%/%%VER%%/help/en/cmd_about.kvirc.html
+%%DATADIR%%/%%VER%%/help/en/cmd_addtarget.html
+%%DATADIR%%/%%VER%%/help/en/cmd_admin.html
+%%DATADIR%%/%%VER%%/help/en/cmd_alias.html
+%%DATADIR%%/%%VER%%/help/en/cmd_aliaseditor.open.html
+%%DATADIR%%/%%VER%%/help/en/cmd_avatar.html
+%%DATADIR%%/%%VER%%/help/en/cmd_away.html
+%%DATADIR%%/%%VER%%/help/en/cmd_awhois.html
+%%DATADIR%%/%%VER%%/help/en/cmd_back.html
+%%DATADIR%%/%%VER%%/help/en/cmd_ban.html
+%%DATADIR%%/%%VER%%/help/en/cmd_beep.html
+%%DATADIR%%/%%VER%%/help/en/cmd_break.html
+%%DATADIR%%/%%VER%%/help/en/cmd_button.html
+%%DATADIR%%/%%VER%%/help/en/cmd_buttonctl.html
+%%DATADIR%%/%%VER%%/help/en/cmd_channelsjoin.open.html
+%%DATADIR%%/%%VER%%/help/en/cmd_class.html
+%%DATADIR%%/%%VER%%/help/en/cmd_clear.html
+%%DATADIR%%/%%VER%%/help/en/cmd_clearobjects.html
+%%DATADIR%%/%%VER%%/help/en/cmd_clock.add.html
+%%DATADIR%%/%%VER%%/help/en/cmd_codetester.open.html
+%%DATADIR%%/%%VER%%/help/en/cmd_config.clear.html
+%%DATADIR%%/%%VER%%/help/en/cmd_config.clearsection.html
+%%DATADIR%%/%%VER%%/help/en/cmd_config.close.html
+%%DATADIR%%/%%VER%%/help/en/cmd_config.flush.html
+%%DATADIR%%/%%VER%%/help/en/cmd_config.setsection.html
+%%DATADIR%%/%%VER%%/help/en/cmd_config.write.html
+%%DATADIR%%/%%VER%%/help/en/cmd_connect.html
+%%DATADIR%%/%%VER%%/help/en/cmd_ctcp.html
+%%DATADIR%%/%%VER%%/help/en/cmd_dcc.canvas.html
+%%DATADIR%%/%%VER%%/help/en/cmd_dcc.chat.html
+%%DATADIR%%/%%VER%%/help/en/cmd_dcc.get.html
+%%DATADIR%%/%%VER%%/help/en/cmd_dcc.recv.html
+%%DATADIR%%/%%VER%%/help/en/cmd_dcc.rsend.html
+%%DATADIR%%/%%VER%%/help/en/cmd_dcc.send.html
+%%DATADIR%%/%%VER%%/help/en/cmd_dcc.voice.html
+%%DATADIR%%/%%VER%%/help/en/cmd_defpopup.html
+%%DATADIR%%/%%VER%%/help/en/cmd_delete.html
+%%DATADIR%%/%%VER%%/help/en/cmd_deltarget.html
+%%DATADIR%%/%%VER%%/help/en/cmd_deop.html
+%%DATADIR%%/%%VER%%/help/en/cmd_destroy.html
+%%DATADIR%%/%%VER%%/help/en/cmd_devoice.html
+%%DATADIR%%/%%VER%%/help/en/cmd_dialog.file.html
+%%DATADIR%%/%%VER%%/help/en/cmd_dialog.image.html
+%%DATADIR%%/%%VER%%/help/en/cmd_dialog.message.html
+%%DATADIR%%/%%VER%%/help/en/cmd_dialog.textinput.html
+%%DATADIR%%/%%VER%%/help/en/cmd_disconnect.html
+%%DATADIR%%/%%VER%%/help/en/cmd_dockwidget.hide.html
+%%DATADIR%%/%%VER%%/help/en/cmd_dockwidget.show.html
+%%DATADIR%%/%%VER%%/help/en/cmd_echo.html
+%%DATADIR%%/%%VER%%/help/en/cmd_echoprivmsg.html
+%%DATADIR%%/%%VER%%/help/en/cmd_eval.html
+%%DATADIR%%/%%VER%%/help/en/cmd_event.html
+%%DATADIR%%/%%VER%%/help/en/cmd_eventctl.html
+%%DATADIR%%/%%VER%%/help/en/cmd_eventeditor.open.html
+%%DATADIR%%/%%VER%%/help/en/cmd_exec.html
+%%DATADIR%%/%%VER%%/help/en/cmd_file.addimagepath.html
+%%DATADIR%%/%%VER%%/help/en/cmd_file.copy.html
+%%DATADIR%%/%%VER%%/help/en/cmd_file.delimagepath.html
+%%DATADIR%%/%%VER%%/help/en/cmd_file.mkdir.html
+%%DATADIR%%/%%VER%%/help/en/cmd_file.remove.html
+%%DATADIR%%/%%VER%%/help/en/cmd_file.rename.html
+%%DATADIR%%/%%VER%%/help/en/cmd_file.rmdir.html
+%%DATADIR%%/%%VER%%/help/en/cmd_file.write.html
+%%DATADIR%%/%%VER%%/help/en/cmd_filetransferwindow.open.html
+%%DATADIR%%/%%VER%%/help/en/cmd_for.html
+%%DATADIR%%/%%VER%%/help/en/cmd_foreach.html
+%%DATADIR%%/%%VER%%/help/en/cmd_halt.html
+%%DATADIR%%/%%VER%%/help/en/cmd_help.html
+%%DATADIR%%/%%VER%%/help/en/cmd_help.open.html
+%%DATADIR%%/%%VER%%/help/en/cmd_help.search.html
+%%DATADIR%%/%%VER%%/help/en/cmd_host.html
+%%DATADIR%%/%%VER%%/help/en/cmd_http.get.html
+%%DATADIR%%/%%VER%%/help/en/cmd_ident.start.html
+%%DATADIR%%/%%VER%%/help/en/cmd_ident.stop.html
+%%DATADIR%%/%%VER%%/help/en/cmd_if.html
+%%DATADIR%%/%%VER%%/help/en/cmd_info.html
+%%DATADIR%%/%%VER%%/help/en/cmd_invite.html
+%%DATADIR%%/%%VER%%/help/en/cmd_iograph.add.html
+%%DATADIR%%/%%VER%%/help/en/cmd_join.html
+%%DATADIR%%/%%VER%%/help/en/cmd_kick.html
+%%DATADIR%%/%%VER%%/help/en/cmd_killclass.html
+%%DATADIR%%/%%VER%%/help/en/cmd_killtimer.html
+%%DATADIR%%/%%VER%%/help/en/cmd_lag.disable.html
+%%DATADIR%%/%%VER%%/help/en/cmd_lag.enable.html
+%%DATADIR%%/%%VER%%/help/en/cmd_lag.setalarmtime.html
+%%DATADIR%%/%%VER%%/help/en/cmd_lag.setinterval.html
+%%DATADIR%%/%%VER%%/help/en/cmd_leave.html
+%%DATADIR%%/%%VER%%/help/en/cmd_links.html
+%%DATADIR%%/%%VER%%/help/en/cmd_links.open.html
+%%DATADIR%%/%%VER%%/help/en/cmd_list.html
+%%DATADIR%%/%%VER%%/help/en/cmd_list.open.html
+%%DATADIR%%/%%VER%%/help/en/cmd_log.flush.html
+%%DATADIR%%/%%VER%%/help/en/cmd_log.start.html
+%%DATADIR%%/%%VER%%/help/en/cmd_log.stop.html
+%%DATADIR%%/%%VER%%/help/en/cmd_logview.open.html
+%%DATADIR%%/%%VER%%/help/en/cmd_lusers.html
+%%DATADIR%%/%%VER%%/help/en/cmd_me.html
+%%DATADIR%%/%%VER%%/help/en/cmd_mode.html
+%%DATADIR%%/%%VER%%/help/en/cmd_motd.html
+%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.add.html
+%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.addurl.html
+%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.next.html
+%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.pause.html
+%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.play.html
+%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.prev.html
+%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.quit.html
+%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.stop.html
+%%DATADIR%%/%%VER%%/help/en/cmd_msg.html
+%%DATADIR%%/%%VER%%/help/en/cmd_nick.html
+%%DATADIR%%/%%VER%%/help/en/cmd_notice.html
+%%DATADIR%%/%%VER%%/help/en/cmd_op.html
+%%DATADIR%%/%%VER%%/help/en/cmd_openurl.html
+%%DATADIR%%/%%VER%%/help/en/cmd_oper.html
+%%DATADIR%%/%%VER%%/help/en/cmd_option.html
+%%DATADIR%%/%%VER%%/help/en/cmd_options.dialog.html
+%%DATADIR%%/%%VER%%/help/en/cmd_options.edit.html
+%%DATADIR%%/%%VER%%/help/en/cmd_options.pages.html
+%%DATADIR%%/%%VER%%/help/en/cmd_options.save.html
+%%DATADIR%%/%%VER%%/help/en/cmd_parse.html
+%%DATADIR%%/%%VER%%/help/en/cmd_part.html
+%%DATADIR%%/%%VER%%/help/en/cmd_pass.html
+%%DATADIR%%/%%VER%%/help/en/cmd_play.html
+%%DATADIR%%/%%VER%%/help/en/cmd_popup.html
+%%DATADIR%%/%%VER%%/help/en/cmd_popupeditor.open.html
+%%DATADIR%%/%%VER%%/help/en/cmd_privateimpl.html
+%%DATADIR%%/%%VER%%/help/en/cmd_privmsg.html
+%%DATADIR%%/%%VER%%/help/en/cmd_query.html
+%%DATADIR%%/%%VER%%/help/en/cmd_quit.html
+%%DATADIR%%/%%VER%%/help/en/cmd_quote.html
+%%DATADIR%%/%%VER%%/help/en/cmd_raise.html
+%%DATADIR%%/%%VER%%/help/en/cmd_raw.html
+%%DATADIR%%/%%VER%%/help/en/cmd_raweditor.open.html
+%%DATADIR%%/%%VER%%/help/en/cmd_regchan.add.html
+%%DATADIR%%/%%VER%%/help/en/cmd_regchan.list.html
+%%DATADIR%%/%%VER%%/help/en/cmd_regchan.remove.html
+%%DATADIR%%/%%VER%%/help/en/cmd_regchan.setproperty.html
+%%DATADIR%%/%%VER%%/help/en/cmd_reguser.add.html
+%%DATADIR%%/%%VER%%/help/en/cmd_reguser.addmask.html
+%%DATADIR%%/%%VER%%/help/en/cmd_reguser.delmask.html
+%%DATADIR%%/%%VER%%/help/en/cmd_reguser.edit.html
+%%DATADIR%%/%%VER%%/help/en/cmd_reguser.remove.html
+%%DATADIR%%/%%VER%%/help/en/cmd_reguser.setproperty.html
+%%DATADIR%%/%%VER%%/help/en/cmd_reguser.showlist.html
+%%DATADIR%%/%%VER%%/help/en/cmd_reguser.wizard.html
+%%DATADIR%%/%%VER%%/help/en/cmd_return.html
+%%DATADIR%%/%%VER%%/help/en/cmd_run.html
+%%DATADIR%%/%%VER%%/help/en/cmd_say.html
+%%DATADIR%%/%%VER%%/help/en/cmd_server.html
+%%DATADIR%%/%%VER%%/help/en/cmd_service.html
+%%DATADIR%%/%%VER%%/help/en/cmd_setmenu.html
+%%DATADIR%%/%%VER%%/help/en/cmd_setreturn.html
+%%DATADIR%%/%%VER%%/help/en/cmd_sharedfile.add.html
+%%DATADIR%%/%%VER%%/help/en/cmd_sharedfile.clear.html
+%%DATADIR%%/%%VER%%/help/en/cmd_sharedfile.list.html
+%%DATADIR%%/%%VER%%/help/en/cmd_sharedfile.remove.html
+%%DATADIR%%/%%VER%%/help/en/cmd_sharedfileswindow.open.html
+%%DATADIR%%/%%VER%%/help/en/cmd_snd.play.html
+%%DATADIR%%/%%VER%%/help/en/cmd_socketspy.open.html
+%%DATADIR%%/%%VER%%/help/en/cmd_sound.html
+%%DATADIR%%/%%VER%%/help/en/cmd_spaste.clipboard.html
+%%DATADIR%%/%%VER%%/help/en/cmd_spaste.file.html
+%%DATADIR%%/%%VER%%/help/en/cmd_spaste.list.html
+%%DATADIR%%/%%VER%%/help/en/cmd_spaste.setdelay.html
+%%DATADIR%%/%%VER%%/help/en/cmd_spaste.stop.html
+%%DATADIR%%/%%VER%%/help/en/cmd_squery.html
+%%DATADIR%%/%%VER%%/help/en/cmd_squit.html
+%%DATADIR%%/%%VER%%/help/en/cmd_srand.html
+%%DATADIR%%/%%VER%%/help/en/cmd_stats.html
+%%DATADIR%%/%%VER%%/help/en/cmd_switch.html
+%%DATADIR%%/%%VER%%/help/en/cmd_system.setenv.html
+%%DATADIR%%/%%VER%%/help/en/cmd_term.open.html
+%%DATADIR%%/%%VER%%/help/en/cmd_time.html
+%%DATADIR%%/%%VER%%/help/en/cmd_timer.html
+%%DATADIR%%/%%VER%%/help/en/cmd_tip.open.html
+%%DATADIR%%/%%VER%%/help/en/cmd_tmphighlight.add.html
+%%DATADIR%%/%%VER%%/help/en/cmd_tmphighlight.remove.html
+%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.addbutton.html
+%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.addseparator.html
+%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.create.html
+%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.define.html
+%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.destroy.html
+%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.hide.html
+%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.removeitem.html
+%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.setbutton.html
+%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.show.html
+%%DATADIR%%/%%VER%%/help/en/cmd_toolbareditor.open.html
+%%DATADIR%%/%%VER%%/help/en/cmd_topic.html
+%%DATADIR%%/%%VER%%/help/en/cmd_trace.html
+%%DATADIR%%/%%VER%%/help/en/cmd_unban.html
+%%DATADIR%%/%%VER%%/help/en/cmd_url.config.html
+%%DATADIR%%/%%VER%%/help/en/cmd_url.list.html
+%%DATADIR%%/%%VER%%/help/en/cmd_version.html
+%%DATADIR%%/%%VER%%/help/en/cmd_voice.html
+%%DATADIR%%/%%VER%%/help/en/cmd_while.html
+%%DATADIR%%/%%VER%%/help/en/cmd_who.html
+%%DATADIR%%/%%VER%%/help/en/cmd_whois.html
+%%DATADIR%%/%%VER%%/help/en/cmd_whowas.html
+%%DATADIR%%/%%VER%%/help/en/cmd_window.activate.html
+%%DATADIR%%/%%VER%%/help/en/cmd_window.clearOutput.html
+%%DATADIR%%/%%VER%%/help/en/cmd_window.close.html
+%%DATADIR%%/%%VER%%/help/en/cmd_window.demandAttention.html
+%%DATADIR%%/%%VER%%/help/en/cmd_window.dock.html
+%%DATADIR%%/%%VER%%/help/en/cmd_window.listtypes.html
+%%DATADIR%%/%%VER%%/help/en/cmd_window.maximize.html
+%%DATADIR%%/%%VER%%/help/en/cmd_window.minimize.html
+%%DATADIR%%/%%VER%%/help/en/cmd_window.restore.html
+%%DATADIR%%/%%VER%%/help/en/cmd_window.undock.html
+%%DATADIR%%/%%VER%%/help/en/doc_aliases.html
+%%DATADIR%%/%%VER%%/help/en/doc_antispam.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_$.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_a.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_b.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_c.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_d.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_e.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_f.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_g.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_h.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_i.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_j.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_k.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_l.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_m.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_n.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_o.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_p.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_q.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_r.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_s.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_t.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_u.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_v.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_w.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_x.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_y.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_z.html
+%%DATADIR%%/%%VER%%/help/en/doc_class_index_all.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_$.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_a.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_b.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_c.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_d.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_e.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_f.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_g.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_h.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_i.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_j.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_k.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_l.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_m.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_n.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_o.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_p.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_q.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_r.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_s.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_t.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_u.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_v.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_w.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_x.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_y.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_z.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_index_all.html
+%%DATADIR%%/%%VER%%/help/en/doc_command_rebinding.html
+%%DATADIR%%/%%VER%%/help/en/doc_connection_dependant_commands.html
+%%DATADIR%%/%%VER%%/help/en/doc_crypt_engines.html
+%%DATADIR%%/%%VER%%/help/en/doc_ctcp_avatar.html
+%%DATADIR%%/%%VER%%/help/en/doc_ctcp_handling.html
+%%DATADIR%%/%%VER%%/help/en/doc_datatypes.html
+%%DATADIR%%/%%VER%%/help/en/doc_dcc_connection.html
+%%DATADIR%%/%%VER%%/help/en/doc_escape_sequences.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_$.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_a.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_b.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_c.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_d.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_e.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_f.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_g.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_h.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_i.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_j.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_k.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_l.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_m.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_n.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_o.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_p.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_q.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_r.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_s.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_t.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_u.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_v.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_w.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_x.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_y.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_z.html
+%%DATADIR%%/%%VER%%/help/en/doc_event_index_all.html
+%%DATADIR%%/%%VER%%/help/en/doc_events.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_$.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_a.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_b.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_c.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_d.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_e.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_f.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_g.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_h.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_i.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_j.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_k.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_l.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_m.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_n.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_o.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_p.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_q.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_r.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_s.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_t.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_u.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_v.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_w.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_x.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_y.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_z.html
+%%DATADIR%%/%%VER%%/help/en/doc_function_index_all.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_$.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_a.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_b.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_c.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_d.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_e.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_f.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_g.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_h.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_i.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_j.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_k.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_l.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_m.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_n.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_o.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_p.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_q.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_r.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_s.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_t.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_u.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_v.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_w.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_x.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_y.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_z.html
+%%DATADIR%%/%%VER%%/help/en/doc_generic_index_all.html
+%%DATADIR%%/%%VER%%/help/en/doc_image_id.html
+%%DATADIR%%/%%VER%%/help/en/doc_irc_masks.html
+%%DATADIR%%/%%VER%%/help/en/doc_ircintro.html
+%%DATADIR%%/%%VER%%/help/en/doc_isanyconsoleconnected.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyboard.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_$.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_a.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_b.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_c.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_d.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_e.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_f.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_g.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_h.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_i.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_j.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_k.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_l.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_m.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_n.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_o.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_p.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_q.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_r.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_s.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_t.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_u.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_v.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_w.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_x.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_y.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_z.html
+%%DATADIR%%/%%VER%%/help/en/doc_keyterms_index_all.html
+%%DATADIR%%/%%VER%%/help/en/doc_kvircintro.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_$.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_a.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_b.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_c.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_d.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_e.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_f.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_g.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_h.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_i.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_j.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_k.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_l.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_m.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_n.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_o.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_p.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_q.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_r.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_s.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_t.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_u.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_v.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_w.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_x.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_y.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_z.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_index_all.html
+%%DATADIR%%/%%VER%%/help/en/doc_language_overview.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_$.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_a.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_b.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_c.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_d.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_e.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_f.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_g.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_h.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_i.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_j.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_k.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_l.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_m.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_n.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_o.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_p.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_q.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_r.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_s.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_t.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_u.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_v.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_w.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_x.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_y.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_z.html
+%%DATADIR%%/%%VER%%/help/en/doc_module_index_all.html
+%%DATADIR%%/%%VER%%/help/en/doc_modules.html
+%%DATADIR%%/%%VER%%/help/en/doc_nickserv_proto.html
+%%DATADIR%%/%%VER%%/help/en/doc_noblockingdialogs.html
+%%DATADIR%%/%%VER%%/help/en/doc_notify_list.html
+%%DATADIR%%/%%VER%%/help/en/doc_objects.html
+%%DATADIR%%/%%VER%%/help/en/doc_operators.html
+%%DATADIR%%/%%VER%%/help/en/doc_registered_users.html
+%%DATADIR%%/%%VER%%/help/en/doc_rfc2812.html
+%%DATADIR%%/%%VER%%/help/en/doc_rfc2821wrappers.html
+%%DATADIR%%/%%VER%%/help/en/doc_shared_files.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_$.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_a.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_b.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_c.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_d.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_e.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_f.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_g.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_h.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_i.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_j.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_k.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_l.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_m.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_n.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_o.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_p.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_q.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_r.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_s.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_t.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_u.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_v.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_w.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_x.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_y.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_z.html
+%%DATADIR%%/%%VER%%/help/en/doc_widget_index_all.html
+%%DATADIR%%/%%VER%%/help/en/doc_window_naming_conventions.html
+%%DATADIR%%/%%VER%%/help/en/event_onaccelkeypressed.html
+%%DATADIR%%/%%VER%%/help/en/event_onaction.html
+%%DATADIR%%/%%VER%%/help/en/event_onban.html
+%%DATADIR%%/%%VER%%/help/en/event_onbanexception.html
+%%DATADIR%%/%%VER%%/help/en/event_onbanexceptionremove.html
+%%DATADIR%%/%%VER%%/help/en/event_onchanadmin.html
+%%DATADIR%%/%%VER%%/help/en/event_onchannellinkpopuprequest.html
+%%DATADIR%%/%%VER%%/help/en/event_onchannelmessage.html
+%%DATADIR%%/%%VER%%/help/en/event_onchannelnickdefaultactionrequest.html
+%%DATADIR%%/%%VER%%/help/en/event_onchannelnickpopuprequest.html
+%%DATADIR%%/%%VER%%/help/en/event_onchannelnotice.html
+%%DATADIR%%/%%VER%%/help/en/event_onchannelpopuprequest.html
+%%DATADIR%%/%%VER%%/help/en/event_onchannelsync.html
+%%DATADIR%%/%%VER%%/help/en/event_onchannelwindowcreated.html
+%%DATADIR%%/%%VER%%/help/en/event_onchanservnotice.html
+%%DATADIR%%/%%VER%%/help/en/event_onconsolepopuprequest.html
+%%DATADIR%%/%%VER%%/help/en/event_onctcpflood.html
+%%DATADIR%%/%%VER%%/help/en/event_onctcpreply.html
+%%DATADIR%%/%%VER%%/help/en/event_onctcprequest.html
+%%DATADIR%%/%%VER%%/help/en/event_ondccchatconnected.html
+%%DATADIR%%/%%VER%%/help/en/event_ondccchatconnectioninprogress.html
+%%DATADIR%%/%%VER%%/help/en/event_ondccchatdisconnected.html
+%%DATADIR%%/%%VER%%/help/en/event_ondccchaterror.html
+%%DATADIR%%/%%VER%%/help/en/event_ondccchatmessage.html
+%%DATADIR%%/%%VER%%/help/en/event_ondccchatwindowclosing.html
+%%DATADIR%%/%%VER%%/help/en/event_ondccchatwindowcreated.html
+%%DATADIR%%/%%VER%%/help/en/event_ondechanadmin.html
+%%DATADIR%%/%%VER%%/help/en/event_ondehalfop.html
+%%DATADIR%%/%%VER%%/help/en/event_ondeop.html
+%%DATADIR%%/%%VER%%/help/en/event_ondeuserop.html
+%%DATADIR%%/%%VER%%/help/en/event_ondevoice.html
+%%DATADIR%%/%%VER%%/help/en/event_onframewindowcreated.html
+%%DATADIR%%/%%VER%%/help/en/event_onframewindowdestroyed.html
+%%DATADIR%%/%%VER%%/help/en/event_onhalfop.html
+%%DATADIR%%/%%VER%%/help/en/event_onhighlight.html
+%%DATADIR%%/%%VER%%/help/en/event_onhostlinkpopuprequest.html
+%%DATADIR%%/%%VER%%/help/en/event_oninvite.html
+%%DATADIR%%/%%VER%%/help/en/event_oninviteexception.html
+%%DATADIR%%/%%VER%%/help/en/event_oninviteexceptionremove.html
+%%DATADIR%%/%%VER%%/help/en/event_onirc.html
+%%DATADIR%%/%%VER%%/help/en/event_onircconnectionestablished.html
+%%DATADIR%%/%%VER%%/help/en/event_onircconnectionterminated.html
+%%DATADIR%%/%%VER%%/help/en/event_onirccontextcreated.html
+%%DATADIR%%/%%VER%%/help/en/event_onirccontextdestroyed.html
+%%DATADIR%%/%%VER%%/help/en/event_onjoin.html
+%%DATADIR%%/%%VER%%/help/en/event_onkeyset.html
+%%DATADIR%%/%%VER%%/help/en/event_onkeyunset.html
+%%DATADIR%%/%%VER%%/help/en/event_onkick.html
+%%DATADIR%%/%%VER%%/help/en/event_onkvircshutdown.html
+%%DATADIR%%/%%VER%%/help/en/event_onkvircstartup.html
+%%DATADIR%%/%%VER%%/help/en/event_onlagalarmtimedown.html
+%%DATADIR%%/%%VER%%/help/en/event_onlagalarmtimeup.html
+%%DATADIR%%/%%VER%%/help/en/event_onlagcheck.html
+%%DATADIR%%/%%VER%%/help/en/event_onlimitset.html
+%%DATADIR%%/%%VER%%/help/en/event_onlimitunset.html
+%%DATADIR%%/%%VER%%/help/en/event_onmeaway.html
+%%DATADIR%%/%%VER%%/help/en/event_onmeback.html
+%%DATADIR%%/%%VER%%/help/en/event_onmeban.html
+%%DATADIR%%/%%VER%%/help/en/event_onmebanexception.html
+%%DATADIR%%/%%VER%%/help/en/event_onmebanexceptionremove.html
+%%DATADIR%%/%%VER%%/help/en/event_onmechanadmin.html
+%%DATADIR%%/%%VER%%/help/en/event_onmedechanadmin.html
+%%DATADIR%%/%%VER%%/help/en/event_onmedehalfop.html
+%%DATADIR%%/%%VER%%/help/en/event_onmedeop.html
+%%DATADIR%%/%%VER%%/help/en/event_onmedeuserop.html
+%%DATADIR%%/%%VER%%/help/en/event_onmedevoice.html
+%%DATADIR%%/%%VER%%/help/en/event_onmehalfop.html
+%%DATADIR%%/%%VER%%/help/en/event_onmeinviteexception.html
+%%DATADIR%%/%%VER%%/help/en/event_onmeinviteexceptionremove.html
+%%DATADIR%%/%%VER%%/help/en/event_onmejoin.html
+%%DATADIR%%/%%VER%%/help/en/event_onmekick.html
+%%DATADIR%%/%%VER%%/help/en/event_onmenickchange.html
+%%DATADIR%%/%%VER%%/help/en/event_onmeop.html
+%%DATADIR%%/%%VER%%/help/en/event_onmepart.html
+%%DATADIR%%/%%VER%%/help/en/event_onmeunban.html
+%%DATADIR%%/%%VER%%/help/en/event_onmeuserop.html
+%%DATADIR%%/%%VER%%/help/en/event_onmevoice.html
+%%DATADIR%%/%%VER%%/help/en/event_onnickchange.html
+%%DATADIR%%/%%VER%%/help/en/event_onnicklinkdefaultactionrequest.html
+%%DATADIR%%/%%VER%%/help/en/event_onnicklinkpopuprequest.html
+%%DATADIR%%/%%VER%%/help/en/event_onnickservnotice.html
+%%DATADIR%%/%%VER%%/help/en/event_onnotifylistdefaultactionrequest.html
+%%DATADIR%%/%%VER%%/help/en/event_onnotifylistpopuprequest.html
+%%DATADIR%%/%%VER%%/help/en/event_onnotifyoffline.html
+%%DATADIR%%/%%VER%%/help/en/event_onnotifyonline.html
+%%DATADIR%%/%%VER%%/help/en/event_onop.html
+%%DATADIR%%/%%VER%%/help/en/event_onpart.html
+%%DATADIR%%/%%VER%%/help/en/event_onping.html
+%%DATADIR%%/%%VER%%/help/en/event_onpong.html
+%%DATADIR%%/%%VER%%/help/en/event_onquerymessage.html
+%%DATADIR%%/%%VER%%/help/en/event_onquerynickdefaultactionrequest.html
+%%DATADIR%%/%%VER%%/help/en/event_onquerynickpopuprequest.html
+%%DATADIR%%/%%VER%%/help/en/event_onquerynotice.html
+%%DATADIR%%/%%VER%%/help/en/event_onquerypopuprequest.html
+%%DATADIR%%/%%VER%%/help/en/event_onquerytargetadded.html
+%%DATADIR%%/%%VER%%/help/en/event_onquerywindowcreated.html
+%%DATADIR%%/%%VER%%/help/en/event_onquerywindowrequest.html
+%%DATADIR%%/%%VER%%/help/en/event_onquit.html
+%%DATADIR%%/%%VER%%/help/en/event_onserverlinkpopuprequest.html
+%%DATADIR%%/%%VER%%/help/en/event_onservernotice.html
+%%DATADIR%%/%%VER%%/help/en/event_ontextviewdoubleclicked.html
+%%DATADIR%%/%%VER%%/help/en/event_ontopic.html
+%%DATADIR%%/%%VER%%/help/en/event_onunban.html
+%%DATADIR%%/%%VER%%/help/en/event_onunhandledliteral.html
+%%DATADIR%%/%%VER%%/help/en/event_onurl.html
+%%DATADIR%%/%%VER%%/help/en/event_onurllinkpopuprequest.html
+%%DATADIR%%/%%VER%%/help/en/event_onusermode.html
+%%DATADIR%%/%%VER%%/help/en/event_onuserop.html
+%%DATADIR%%/%%VER%%/help/en/event_onvoice.html
+%%DATADIR%%/%%VER%%/help/en/event_onwindowactivated.html
+%%DATADIR%%/%%VER%%/help/en/event_onwindowpopuprequest.html
+%%DATADIR%%/%%VER%%/help/en/fnc_$.html
+%%DATADIR%%/%%VER%%/help/en/fnc_$lag.lag.html
+%%DATADIR%%/%%VER%%/help/en/fnc_active.html
+%%DATADIR%%/%%VER%%/help/en/fnc_ascii.html
+%%DATADIR%%/%%VER%%/help/en/fnc_avatar.html
+%%DATADIR%%/%%VER%%/help/en/fnc_away.html
+%%DATADIR%%/%%VER%%/help/en/fnc_b.html
+%%DATADIR%%/%%VER%%/help/en/fnc_base64toAscii.html
+%%DATADIR%%/%%VER%%/help/en/fnc_calc.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.admincount.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.bancount.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.banexceptioncount.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.banexceptionlist.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.banlist.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.getflag.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.halfopcount.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.invitecount.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.invitelist.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.isadmin.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.ishalfop.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismeadmin.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismeop.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.ison.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.isop.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.isuserop.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.isvoice.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.key.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.limit.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.matchban.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.matchbanexception.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.matchinvite.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.mode.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.name.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.opcount.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.topic.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.topicsetat.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.topicsetby.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.usercount.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.useropcount.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.users.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.voicecount.html
+%%DATADIR%%/%%VER%%/help/en/fnc_channel.html
+%%DATADIR%%/%%VER%%/help/en/fnc_char.html
+%%DATADIR%%/%%VER%%/help/en/fnc_classdefined.html
+%%DATADIR%%/%%VER%%/help/en/fnc_config.filelist.html
+%%DATADIR%%/%%VER%%/help/en/fnc_config.filename.html
+%%DATADIR%%/%%VER%%/help/en/fnc_config.hassection.html
+%%DATADIR%%/%%VER%%/help/en/fnc_config.id.html
+%%DATADIR%%/%%VER%%/help/en/fnc_config.keylist.html
+%%DATADIR%%/%%VER%%/help/en/fnc_config.open.html
+%%DATADIR%%/%%VER%%/help/en/fnc_config.read.html
+%%DATADIR%%/%%VER%%/help/en/fnc_config.readonly.html
+%%DATADIR%%/%%VER%%/help/en/fnc_config.section.html
+%%DATADIR%%/%%VER%%/help/en/fnc_config.sectionlist.html
+%%DATADIR%%/%%VER%%/help/en/fnc_console.html
+%%DATADIR%%/%%VER%%/help/en/fnc_context.html
+%%DATADIR%%/%%VER%%/help/en/fnc_cr.html
+%%DATADIR%%/%%VER%%/help/en/fnc_date.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dockwidget.isvisible.html
+%%DATADIR%%/%%VER%%/help/en/fnc_features.html
+%%DATADIR%%/%%VER%%/help/en/fnc_file.exists.html
+%%DATADIR%%/%%VER%%/help/en/fnc_file.extractfilename.html
+%%DATADIR%%/%%VER%%/help/en/fnc_file.extractpath.html
+%%DATADIR%%/%%VER%%/help/en/fnc_file.fixpath.html
+%%DATADIR%%/%%VER%%/help/en/fnc_file.globaldir.html
+%%DATADIR%%/%%VER%%/help/en/fnc_file.localdir.html
+%%DATADIR%%/%%VER%%/help/en/fnc_file.ps.html
+%%DATADIR%%/%%VER%%/help/en/fnc_file.read.html
+%%DATADIR%%/%%VER%%/help/en/fnc_file.size.html
+%%DATADIR%%/%%VER%%/help/en/fnc_file.type.html
+%%DATADIR%%/%%VER%%/help/en/fnc_fmtlink.html
+%%DATADIR%%/%%VER%%/help/en/fnc_hextoAscii.html
+%%DATADIR%%/%%VER%%/help/en/fnc_hostname.html
+%%DATADIR%%/%%VER%%/help/en/fnc_ic.html
+%%DATADIR%%/%%VER%%/help/en/fnc_icon.html
+%%DATADIR%%/%%VER%%/help/en/fnc_iconname.html
+%%DATADIR%%/%%VER%%/help/en/fnc_isMainWindowMinimized.html
+%%DATADIR%%/%%VER%%/help/en/fnc_ismehalfop.html
+%%DATADIR%%/%%VER%%/help/en/fnc_ismeop.html
+%%DATADIR%%/%%VER%%/help/en/fnc_ismeuserop.html
+%%DATADIR%%/%%VER%%/help/en/fnc_ismevoice.html
+%%DATADIR%%/%%VER%%/help/en/fnc_istimer.html
+%%DATADIR%%/%%VER%%/help/en/fnc_iswellknown.html
+%%DATADIR%%/%%VER%%/help/en/fnc_k.html
+%%DATADIR%%/%%VER%%/help/en/fnc_lag.getalarmtime.html
+%%DATADIR%%/%%VER%%/help/en/fnc_lag.getinterval.html
+%%DATADIR%%/%%VER%%/help/en/fnc_lf.html
+%%DATADIR%%/%%VER%%/help/en/fnc_log.file.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mask.hasnumerichost.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mask.host.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mask.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mask.match.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mask.nick.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mask.user.html
+%%DATADIR%%/%%VER%%/help/en/fnc_me.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getchannels.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getfilename.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getfreq.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getlength.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_album.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_artist.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_comment.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_copright.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_crc.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_date.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_emphasis.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_genre.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_layer.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_original.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_title.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_tracknumber.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_version.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getposition.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getrate.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.gettime.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.gettitle.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.ispaused.html
+%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.isplaying.html
+%%DATADIR%%/%%VER%%/help/en/fnc_msgtype.html
+%%DATADIR%%/%%VER%%/help/en/fnc_my.host.html
+%%DATADIR%%/%%VER%%/help/en/fnc_my.network.html
+%%DATADIR%%/%%VER%%/help/en/fnc_my.nick.html
+%%DATADIR%%/%%VER%%/help/en/fnc_my.server.html
+%%DATADIR%%/%%VER%%/help/en/fnc_my.umode.html
+%%DATADIR%%/%%VER%%/help/en/fnc_my.user.html
+%%DATADIR%%/%%VER%%/help/en/fnc_new.html
+%%DATADIR%%/%%VER%%/help/en/fnc_o.html
+%%DATADIR%%/%%VER%%/help/en/fnc_option.html
+%%DATADIR%%/%%VER%%/help/en/fnc_options.isdialog.html
+%%DATADIR%%/%%VER%%/help/en/fnc_query.html
+%%DATADIR%%/%%VER%%/help/en/fnc_r.html
+%%DATADIR%%/%%VER%%/help/en/fnc_rand.html
+%%DATADIR%%/%%VER%%/help/en/fnc_regchan.find.html
+%%DATADIR%%/%%VER%%/help/en/fnc_regchan.match.html
+%%DATADIR%%/%%VER%%/help/en/fnc_regchan.property.html
+%%DATADIR%%/%%VER%%/help/en/fnc_reguser.exactmatch.html
+%%DATADIR%%/%%VER%%/help/en/fnc_reguser.list.html
+%%DATADIR%%/%%VER%%/help/en/fnc_reguser.mask.html
+%%DATADIR%%/%%VER%%/help/en/fnc_reguser.match.html
+%%DATADIR%%/%%VER%%/help/en/fnc_reguser.matchproperty.html
+%%DATADIR%%/%%VER%%/help/en/fnc_reguser.property.html
+%%DATADIR%%/%%VER%%/help/en/fnc_selected.html
+%%DATADIR%%/%%VER%%/help/en/fnc_server.html
+%%DATADIR%%/%%VER%%/help/en/fnc_split.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.append.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.cmp.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.cmpnocase.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.contains.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.containsnocase.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.equal.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.equalnocase.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.find.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.findfirst.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.findfirstnocase.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.findlast.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.findlastnocase.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.insert.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.isempty.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.isnumber.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.isunsignednumber.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.left.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.lefttofirst.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.lefttolast.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.len.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.lowcase.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.match.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.matchnocase.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.mid.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.prepend.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.replace.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.replacenocase.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.right.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.rightfromfirst.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.rightfromlast.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.strip.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.stripleft.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.stripright.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.token.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.upcase.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.word.html
+%%DATADIR%%/%%VER%%/help/en/fnc_sw.html
+%%DATADIR%%/%%VER%%/help/en/fnc_system.getenv.html
+%%DATADIR%%/%%VER%%/help/en/fnc_system.hostname.html
+%%DATADIR%%/%%VER%%/help/en/fnc_system.osmachine.html
+%%DATADIR%%/%%VER%%/help/en/fnc_system.osname.html
+%%DATADIR%%/%%VER%%/help/en/fnc_system.osnodename.html
+%%DATADIR%%/%%VER%%/help/en/fnc_system.osrelease.html
+%%DATADIR%%/%%VER%%/help/en/fnc_system.ostype.html
+%%DATADIR%%/%%VER%%/help/en/fnc_system.osversion.html
+%%DATADIR%%/%%VER%%/help/en/fnc_target.html
+%%DATADIR%%/%%VER%%/help/en/fnc_this.html
+%%DATADIR%%/%%VER%%/help/en/fnc_time.html
+%%DATADIR%%/%%VER%%/help/en/fnc_tmphighlight.ishighlighted.html
+%%DATADIR%%/%%VER%%/help/en/fnc_toolbar.exists.html
+%%DATADIR%%/%%VER%%/help/en/fnc_toolbar.list.html
+%%DATADIR%%/%%VER%%/help/en/fnc_u.html
+%%DATADIR%%/%%VER%%/help/en/fnc_unixtime.html
+%%DATADIR%%/%%VER%%/help/en/fnc_username.html
+%%DATADIR%%/%%VER%%/help/en/fnc_version.html
+%%DATADIR%%/%%VER%%/help/en/fnc_window.caption.html
+%%DATADIR%%/%%VER%%/help/en/fnc_window.console.html
+%%DATADIR%%/%%VER%%/help/en/fnc_window.exists.html
+%%DATADIR%%/%%VER%%/help/en/fnc_window.hasInput.html
+%%DATADIR%%/%%VER%%/help/en/fnc_window.hasOutput.html
+%%DATADIR%%/%%VER%%/help/en/fnc_window.hasUserFocus.html
+%%DATADIR%%/%%VER%%/help/en/fnc_window.html
+%%DATADIR%%/%%VER%%/help/en/fnc_window.isMaximized.html
+%%DATADIR%%/%%VER%%/help/en/fnc_window.isMinimized.html
+%%DATADIR%%/%%VER%%/help/en/fnc_window.list.html
+%%DATADIR%%/%%VER%%/help/en/fnc_window.type.html
+%%DATADIR%%/%%VER%%/help/en/helplogoleft.png
+%%DATADIR%%/%%VER%%/help/en/helplogoright.png
+%%DATADIR%%/%%VER%%/help/en/index.html
+%%DATADIR%%/%%VER%%/help/en/module_config.html
+%%DATADIR%%/%%VER%%/help/en/module_lamerizer.html
+%%DATADIR%%/%%VER%%/help/en/module_log.html
+%%DATADIR%%/%%VER%%/help/en/module_mp3player.html
+%%DATADIR%%/%%VER%%/help/en/module_reguser.html
+%%DATADIR%%/%%VER%%/help/en/module_rijndael.html
+%%DATADIR%%/%%VER%%/help/en/module_url.html
+%%DATADIR%%/%%VER%%/help/en/widget_ctcpavatarprotooptions.html
+%%DATADIR%%/%%VER%%/help/en/widget_ctcpfloodprotectionoptions.html
+%%DATADIR%%/%%VER%%/license/COPYING
+%%DATADIR%%/%%VER%%/locale/about_de.mo
+%%DATADIR%%/%%VER%%/locale/about_es.mo
+%%DATADIR%%/%%VER%%/locale/about_it.mo
+%%DATADIR%%/%%VER%%/locale/dcc_de.mo
+%%DATADIR%%/%%VER%%/locale/dcc_es.mo
+%%DATADIR%%/%%VER%%/locale/dcc_it.mo
+%%DATADIR%%/%%VER%%/locale/editor_de.mo
+%%DATADIR%%/%%VER%%/locale/editor_es.mo
+%%DATADIR%%/%%VER%%/locale/editor_it.mo
+%%DATADIR%%/%%VER%%/locale/kvirc_de.mo
+%%DATADIR%%/%%VER%%/locale/kvirc_es.mo
+%%DATADIR%%/%%VER%%/locale/kvirc_fr.mo
+%%DATADIR%%/%%VER%%/locale/kvirc_it.mo
+%%DATADIR%%/%%VER%%/locale/kvirc_nl.mo
+%%DATADIR%%/%%VER%%/locale/kvirc_pl.mo
+%%DATADIR%%/%%VER%%/locale/kvirc_pt.mo
+%%DATADIR%%/%%VER%%/locale/kvirc_pt_BR.mo
+%%DATADIR%%/%%VER%%/locale/kvirc_sr.mo
+%%DATADIR%%/%%VER%%/locale/logview_de.mo
+%%DATADIR%%/%%VER%%/locale/logview_es.mo
+%%DATADIR%%/%%VER%%/locale/logview_it.mo
+%%DATADIR%%/%%VER%%/locale/sharedfileswindow_de.mo
+%%DATADIR%%/%%VER%%/locale/sharedfileswindow_es.mo
+%%DATADIR%%/%%VER%%/locale/sharedfileswindow_it.mo
+%%DATADIR%%/%%VER%%/modules/caps/crypt/lamerizer
+%%DATADIR%%/%%VER%%/modules/caps/crypt/rijndael
+%%DATADIR%%/%%VER%%/modules/caps/serverimport/mircimport
+%%DATADIR%%/%%VER%%/modules/caps/tool/filetransferwindow
+%%DATADIR%%/%%VER%%/modules/caps/tool/logview
+%%DATADIR%%/%%VER%%/modules/caps/tool/sharedfileswindow
+%%DATADIR%%/%%VER%%/modules/caps/toolbar/tb_options
+%%DATADIR%%/%%VER%%/modules/caps/toolbar/tb_scripting
+%%DATADIR%%/%%VER%%/modules/caps/toolbar/tb_winops
+%%DATADIR%%/%%VER%%/modules/caps/toolbar/url
+%%DATADIR%%/%%VER%%/modules/libkviabout.la
+%%DATADIR%%/%%VER%%/modules/libkviabout.so
+%%DATADIR%%/%%VER%%/modules/libkvialiaseditor.la
+%%DATADIR%%/%%VER%%/modules/libkvialiaseditor.so
+%%DATADIR%%/%%VER%%/modules/libkvichan.la
+%%DATADIR%%/%%VER%%/modules/libkvichan.so
+%%DATADIR%%/%%VER%%/modules/libkvichannelsjoin.la
+%%DATADIR%%/%%VER%%/modules/libkvichannelsjoin.so
+%%DATADIR%%/%%VER%%/modules/libkviclock.la
+%%DATADIR%%/%%VER%%/modules/libkviclock.so
+%%DATADIR%%/%%VER%%/modules/libkvicodetester.la
+%%DATADIR%%/%%VER%%/modules/libkvicodetester.so
+%%DATADIR%%/%%VER%%/modules/libkviconfig.la
+%%DATADIR%%/%%VER%%/modules/libkviconfig.so
+%%DATADIR%%/%%VER%%/modules/libkvidcc.la
+%%DATADIR%%/%%VER%%/modules/libkvidcc.so
+%%DATADIR%%/%%VER%%/modules/libkvidialog.la
+%%DATADIR%%/%%VER%%/modules/libkvidialog.so
+%%DATADIR%%/%%VER%%/modules/libkvidockwidget.la
+%%DATADIR%%/%%VER%%/modules/libkvidockwidget.so
+%%DATADIR%%/%%VER%%/modules/libkvieditor.la
+%%DATADIR%%/%%VER%%/modules/libkvieditor.so
+%%DATADIR%%/%%VER%%/modules/libkvieventeditor.la
+%%DATADIR%%/%%VER%%/modules/libkvieventeditor.so
+%%DATADIR%%/%%VER%%/modules/libkvifile.la
+%%DATADIR%%/%%VER%%/modules/libkvifile.so
+%%DATADIR%%/%%VER%%/modules/libkvifiletransferwindow.la
+%%DATADIR%%/%%VER%%/modules/libkvifiletransferwindow.so
+%%DATADIR%%/%%VER%%/modules/libkvihelp.la
+%%DATADIR%%/%%VER%%/modules/libkvihelp.so
+%%DATADIR%%/%%VER%%/modules/libkvihttp.la
+%%DATADIR%%/%%VER%%/modules/libkvihttp.so
+%%DATADIR%%/%%VER%%/modules/libkviident.la
+%%DATADIR%%/%%VER%%/modules/libkviident.so
+%%DATADIR%%/%%VER%%/modules/libkviiograph.la
+%%DATADIR%%/%%VER%%/modules/libkviiograph.so
+%%DATADIR%%/%%VER%%/modules/libkvilag.la
+%%DATADIR%%/%%VER%%/modules/libkvilag.so
+%%DATADIR%%/%%VER%%/modules/libkvilamerizer.la
+%%DATADIR%%/%%VER%%/modules/libkvilamerizer.so
+%%DATADIR%%/%%VER%%/modules/libkvilinks.la
+%%DATADIR%%/%%VER%%/modules/libkvilinks.so
+%%DATADIR%%/%%VER%%/modules/libkvilist.la
+%%DATADIR%%/%%VER%%/modules/libkvilist.so
+%%DATADIR%%/%%VER%%/modules/libkvilog.la
+%%DATADIR%%/%%VER%%/modules/libkvilog.so
+%%DATADIR%%/%%VER%%/modules/libkvilogview.la
+%%DATADIR%%/%%VER%%/modules/libkvilogview.so
+%%DATADIR%%/%%VER%%/modules/libkvimask.la
+%%DATADIR%%/%%VER%%/modules/libkvimask.so
+%%DATADIR%%/%%VER%%/modules/libkvimircimport.la
+%%DATADIR%%/%%VER%%/modules/libkvimircimport.so
+%%DATADIR%%/%%VER%%/modules/libkvimp3player.la
+%%DATADIR%%/%%VER%%/modules/libkvimp3player.so
+%%DATADIR%%/%%VER%%/modules/libkvimy.la
+%%DATADIR%%/%%VER%%/modules/libkvimy.so
+%%DATADIR%%/%%VER%%/modules/libkviobjects.la
+%%DATADIR%%/%%VER%%/modules/libkviobjects.so
+%%DATADIR%%/%%VER%%/modules/libkvioptions.la
+%%DATADIR%%/%%VER%%/modules/libkvioptions.so
+%%DATADIR%%/%%VER%%/modules/libkvipopupeditor.la
+%%DATADIR%%/%%VER%%/modules/libkvipopupeditor.so
+%%DATADIR%%/%%VER%%/modules/libkviraweditor.la
+%%DATADIR%%/%%VER%%/modules/libkviraweditor.so
+%%DATADIR%%/%%VER%%/modules/libkviregchan.la
+%%DATADIR%%/%%VER%%/modules/libkviregchan.so
+%%DATADIR%%/%%VER%%/modules/libkvireguser.la
+%%DATADIR%%/%%VER%%/modules/libkvireguser.so
+%%DATADIR%%/%%VER%%/modules/libkvirijndael.la
+%%DATADIR%%/%%VER%%/modules/libkvirijndael.so
+%%DATADIR%%/%%VER%%/modules/libkvisetup.la
+%%DATADIR%%/%%VER%%/modules/libkvisetup.so
+%%DATADIR%%/%%VER%%/modules/libkvisharedfile.la
+%%DATADIR%%/%%VER%%/modules/libkvisharedfile.so
+%%DATADIR%%/%%VER%%/modules/libkvisharedfileswindow.la
+%%DATADIR%%/%%VER%%/modules/libkvisharedfileswindow.so
+%%DATADIR%%/%%VER%%/modules/libkvisnd.la
+%%DATADIR%%/%%VER%%/modules/libkvisnd.so
+%%DATADIR%%/%%VER%%/modules/libkvisocketspy.la
+%%DATADIR%%/%%VER%%/modules/libkvisocketspy.so
+%%DATADIR%%/%%VER%%/modules/libkvispaste.la
+%%DATADIR%%/%%VER%%/modules/libkvispaste.so
+%%DATADIR%%/%%VER%%/modules/libkvistr.la
+%%DATADIR%%/%%VER%%/modules/libkvistr.so
+%%DATADIR%%/%%VER%%/modules/libkvisystem.la
+%%DATADIR%%/%%VER%%/modules/libkvisystem.so
+%%DATADIR%%/%%VER%%/modules/libkvitb_options.la
+%%DATADIR%%/%%VER%%/modules/libkvitb_options.so
+%%DATADIR%%/%%VER%%/modules/libkvitb_scripting.la
+%%DATADIR%%/%%VER%%/modules/libkvitb_scripting.so
+%%DATADIR%%/%%VER%%/modules/libkvitb_winops.la
+%%DATADIR%%/%%VER%%/modules/libkvitb_winops.so
+%%DATADIR%%/%%VER%%/modules/libkviterm.la
+%%DATADIR%%/%%VER%%/modules/libkviterm.so
+%%DATADIR%%/%%VER%%/modules/libkvitip.la
+%%DATADIR%%/%%VER%%/modules/libkvitip.so
+%%DATADIR%%/%%VER%%/modules/libkvitmphighlight.la
+%%DATADIR%%/%%VER%%/modules/libkvitmphighlight.so
+%%DATADIR%%/%%VER%%/modules/libkvitoolbar.la
+%%DATADIR%%/%%VER%%/modules/libkvitoolbar.so
+%%DATADIR%%/%%VER%%/modules/libkvitoolbareditor.la
+%%DATADIR%%/%%VER%%/modules/libkvitoolbareditor.so
+%%DATADIR%%/%%VER%%/modules/libkviurl.la
+%%DATADIR%%/%%VER%%/modules/libkviurl.so
+%%DATADIR%%/%%VER%%/modules/libkviwindow.la
+%%DATADIR%%/%%VER%%/modules/libkviwindow.so
+%%DATADIR%%/%%VER%%/msgcolors/all-black.msgclr
+%%DATADIR%%/%%VER%%/msgcolors/all-gray.msgclr
+%%DATADIR%%/%%VER%%/msgcolors/all-green.msgclr
+%%DATADIR%%/%%VER%%/msgcolors/all-white.msgclr
+%%DATADIR%%/%%VER%%/msgcolors/colored-2.msgclr
+%%DATADIR%%/%%VER%%/msgcolors/colored.msgclr
+%%DATADIR%%/%%VER%%/msgcolors/default.msgclr
+%%DATADIR%%/%%VER%%/msgcolors/heavy-colors.msgclr
+%%DATADIR%%/%%VER%%/pics/kvi_activitymeter.png
+%%DATADIR%%/%%VER%%/pics/kvi_background.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_actions.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_aliaseditor.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_cascadewindows.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_channels.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_codetester.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_connected.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_connecting.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_disconnected.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_eventeditor.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_folder.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpback.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpclose.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpforward.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpindex.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpsearch.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_identity.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_minimizeallwindows.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_popupeditor.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_raweditor.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_servers.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_settings.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_tilewindows.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_toolbareditor.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_tools.png
+%%DATADIR%%/%%VER%%/pics/kvi_dccfiletransfericons.png
+%%DATADIR%%/%%VER%%/pics/kvi_dock.png
+%%DATADIR%%/%%VER%%/pics/kvi_httpicons.png
+%%DATADIR%%/%%VER%%/pics/kvi_mircimport.png
+%%DATADIR%%/%%VER%%/pics/kvi_setup_label.png
+%%DATADIR%%/%%VER%%/pics/kvi_smallicon_00.png
+%%DATADIR%%/%%VER%%/pics/kvi_smallicon_01.png
+%%DATADIR%%/%%VER%%/pics/kvi_smallicon_02.png
+%%DATADIR%%/%%VER%%/pics/kvi_smallicon_03.png
+%%DATADIR%%/%%VER%%/pics/kvi_smallicon_04.png
+%%DATADIR%%/%%VER%%/pics/kvi_smallicon_05.png
+%%DATADIR%%/%%VER%%/pics/kvi_smallicon_06.png
+%%DATADIR%%/%%VER%%/pics/kvi_smallicon_07.png
+%%DATADIR%%/%%VER%%/pics/kvi_smallicon_08.png
+%%DATADIR%%/%%VER%%/pics/kvi_smallicon_09.png
+%%DATADIR%%/%%VER%%/pics/kvi_smallicon_10.png
+%%DATADIR%%/%%VER%%/pics/kvi_smallicon_11.png
+%%DATADIR%%/%%VER%%/pics/kvi_smallicon_12.png
+%%DATADIR%%/%%VER%%/pics/kvi_smallicon_13.png
+%%DATADIR%%/%%VER%%/pics/kvi_smallicon_14.png
+%%DATADIR%%/%%VER%%/pics/kvi_smallicon_15.png
+%%DATADIR%%/%%VER%%/pics/kvi_splash.png
+%%DATADIR%%/%%VER%%/pics/kvi_tip.png
+%%DATADIR%%/%%VER%%/pics/kvi_userchanstate.png
+%%DATADIR%%/%%VER%%/themes/default.hires/themedata.kvc
+%%DATADIR%%/%%VER%%/themes/default.hires/themeinfo.kvc
+%%DATADIR%%/%%VER%%/themes/default.lores/themedata.kvc
+%%DATADIR%%/%%VER%%/themes/default.lores/themeinfo.kvc
+@dirrm %%DATADIR%%/%%VER%%/themes/default.lores
+@dirrm %%DATADIR%%/%%VER%%/themes/default.hires
+@dirrm %%DATADIR%%/%%VER%%/themes
+@dirrm %%DATADIR%%/%%VER%%/pics
+@dirrm %%DATADIR%%/%%VER%%/msgcolors
+@dirrm %%DATADIR%%/%%VER%%/modules/caps/toolbar
+@dirrm %%DATADIR%%/%%VER%%/modules/caps/tool
+@dirrm %%DATADIR%%/%%VER%%/modules/caps/serverimport
+@dirrm %%DATADIR%%/%%VER%%/modules/caps/crypt
+@dirrm %%DATADIR%%/%%VER%%/modules/caps
+@dirrm %%DATADIR%%/%%VER%%/modules
+@dirrm %%DATADIR%%/%%VER%%/locale
+@dirrm %%DATADIR%%/%%VER%%/license
+@dirrm %%DATADIR%%/%%VER%%/help/en
+@dirrm %%DATADIR%%/%%VER%%/help
+@dirrm %%DATADIR%%/%%VER%%/defscript
+@dirrm %%DATADIR%%/%%VER%%/config/modules
+@dirrm %%DATADIR%%/%%VER%%/config
+@dirrm %%DATADIR%%/%%VER%%
+@dirrm %%DATADIR%%
 @dirrm include/kvirc/%%VER%%
 @dirrm include/kvirc
--- kvirc-3.0.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412142319.iBENJHpL007927>