<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[LibraIRC.net Forums - KVIrc]]></title>
		<link>https://librairc.net/forums/</link>
		<description><![CDATA[LibraIRC.net Forums - https://librairc.net/forums]]></description>
		<pubDate>Fri, 01 May 2026 04:12:23 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Any collection of scripts or addons?]]></title>
			<link>https://librairc.net/forums/thread-902.html</link>
			<pubDate>Sun, 24 Nov 2013 16:07:43 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=5">Mitchell</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-902.html</guid>
			<description><![CDATA[Hi all -<br />
<br />
<br />
I'm having a pretty difficult time finding nice KVIRC add-ons or scripts.<br />
<br />
<br />
Does anyone have any they might care to share?<br />
<br />
<br />
I just got the two posted on here, the echo and the clone script. I'll be sure to add them to my KVIRC today.<br />
<br />
<br />
Thanks....<br />
<br />
<br />
<br />
<br />
Mitchell<br />
;-)]]></description>
			<content:encoded><![CDATA[Hi all -<br />
<br />
<br />
I'm having a pretty difficult time finding nice KVIRC add-ons or scripts.<br />
<br />
<br />
Does anyone have any they might care to share?<br />
<br />
<br />
I just got the two posted on here, the echo and the clone script. I'll be sure to add them to my KVIRC today.<br />
<br />
<br />
Thanks....<br />
<br />
<br />
<br />
<br />
Mitchell<br />
;-)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KVIrc Clone Scanner]]></title>
			<link>https://librairc.net/forums/thread-61.html</link>
			<pubDate>Mon, 07 Nov 2011 11:37:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=1">immortal</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-61.html</guid>
			<description><![CDATA[Here is a clone scanner.<br />
How to use:<br />
<br />
1-) The alias /scan nick - optional<br />
2-) The alias /scan #channel  - optional<br />
3-) The popup at right click in the channel "Clone Scanner" (Does scan whole channel as above)<br />
4-) It will show the clones as well when someone join your channel.<br />
<br />
How to install: Download the file called CloneScanner.kvs from this post, and follow "Scripting,  Execute Script,  Find the  CloneScanner.kvs file, Double click" thats it  <img src="https://librairc.net/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
Or Copy the code and paste in a .kvs file <img src="https://librairc.net/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>addon.register("CloneScanner","1.0","CloneScanner","Erkan","4.0.1"){<br />
&nbsp;&nbsp;&nbsp;&nbsp;event(OnJoin,clonescan){}<br />
&nbsp;&nbsp;&nbsp;&nbsp;alias(clones){}<br />
&nbsp;&nbsp;&nbsp;&nbsp;alias(scan){}<br />
&nbsp;&nbsp;&nbsp;&nbsp;delpopupitem -d -q channeltextview CloneScanner<br />
&nbsp;&nbsp;&nbsp;&nbsp;echo CloneScanner has been uninstalled succesfully.<br />
}<br />
<br />
alias(clones)<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;foreach (%user, &#36;chan.users) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (&#36;iswellknown(%user) &amp;&amp; &#36;hostname(%user) == &#36;hostname(&#36;0) &amp;&amp; %user != &#36;0) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;%clones &lt;+ &#36;link(%user, nick);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp; <br />
&nbsp;&nbsp;&nbsp;&nbsp;if (!&#36;isempty(%clones)) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;timer -s (&#36;rand, 1, &#36;0, %clones) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo -i=&#36;msgtype(genericstatus) &#36;k(4)Clones for &#36;b&#36;link(&#36;0, nick)&#36;b&#92;: &#36;str.join(", ", &#36;1);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
}<br />
alias(scan)<br />
&nbsp;&nbsp;&nbsp;&nbsp;foreach (%nick, &#36;chan.users) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;clones %nick;<br />
}<br />
event(OnJoin,clonescan)<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;clones &#36;0;<br />
}<br />
<br />
defpopup -m (channeltextview)<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;separator<br />
&nbsp;&nbsp;&nbsp;&nbsp;item(Clone Scanner,125,CloneScanner) { <br />
&nbsp;&nbsp;&nbsp;&nbsp;scan &#36;chan.name<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
}<br />
<br />
# CloneScanner :)<br />
echo CloneScanner has been installed succesfuly :)</code></div></div><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://librairc.net/forums/images/attachtypes/txt.png" title="kvirc" border="0" alt=".kvs" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6" target="_blank" title="">CloneScanner.kvs</a> (Size: 858 bytes / Downloads: 883)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Here is a clone scanner.<br />
How to use:<br />
<br />
1-) The alias /scan nick - optional<br />
2-) The alias /scan #channel  - optional<br />
3-) The popup at right click in the channel "Clone Scanner" (Does scan whole channel as above)<br />
4-) It will show the clones as well when someone join your channel.<br />
<br />
How to install: Download the file called CloneScanner.kvs from this post, and follow "Scripting,  Execute Script,  Find the  CloneScanner.kvs file, Double click" thats it  <img src="https://librairc.net/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
Or Copy the code and paste in a .kvs file <img src="https://librairc.net/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>addon.register("CloneScanner","1.0","CloneScanner","Erkan","4.0.1"){<br />
&nbsp;&nbsp;&nbsp;&nbsp;event(OnJoin,clonescan){}<br />
&nbsp;&nbsp;&nbsp;&nbsp;alias(clones){}<br />
&nbsp;&nbsp;&nbsp;&nbsp;alias(scan){}<br />
&nbsp;&nbsp;&nbsp;&nbsp;delpopupitem -d -q channeltextview CloneScanner<br />
&nbsp;&nbsp;&nbsp;&nbsp;echo CloneScanner has been uninstalled succesfully.<br />
}<br />
<br />
alias(clones)<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;foreach (%user, &#36;chan.users) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (&#36;iswellknown(%user) &amp;&amp; &#36;hostname(%user) == &#36;hostname(&#36;0) &amp;&amp; %user != &#36;0) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;%clones &lt;+ &#36;link(%user, nick);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp; <br />
&nbsp;&nbsp;&nbsp;&nbsp;if (!&#36;isempty(%clones)) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;timer -s (&#36;rand, 1, &#36;0, %clones) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo -i=&#36;msgtype(genericstatus) &#36;k(4)Clones for &#36;b&#36;link(&#36;0, nick)&#36;b&#92;: &#36;str.join(", ", &#36;1);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
}<br />
alias(scan)<br />
&nbsp;&nbsp;&nbsp;&nbsp;foreach (%nick, &#36;chan.users) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;clones %nick;<br />
}<br />
event(OnJoin,clonescan)<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;clones &#36;0;<br />
}<br />
<br />
defpopup -m (channeltextview)<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;separator<br />
&nbsp;&nbsp;&nbsp;&nbsp;item(Clone Scanner,125,CloneScanner) { <br />
&nbsp;&nbsp;&nbsp;&nbsp;scan &#36;chan.name<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
}<br />
<br />
# CloneScanner :)<br />
echo CloneScanner has been installed succesfuly :)</code></div></div><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://librairc.net/forums/images/attachtypes/txt.png" title="kvirc" border="0" alt=".kvs" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6" target="_blank" title="">CloneScanner.kvs</a> (Size: 858 bytes / Downloads: 883)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Addon: Echo highlights to new window]]></title>
			<link>https://librairc.net/forums/thread-46.html</link>
			<pubDate>Sat, 22 Oct 2011 16:32:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=1">immortal</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-46.html</guid>
			<description><![CDATA[Right, we all do like to have a new window to see who is typing our nick! or the words we added to highlights.. <br />
<blockquote class="mycode_quote"><cite>Quote:</cite>The highlight settings at "Configure KVIrc, IRC, Tools, Alerts/Highlight"<br />
Sounds at  "Configure KVIrc, General Options, Sound"</blockquote>
<br />
So now lets make new window for our highlights.<br />
It would be simple as using parse code as we did for popups and aliases, or as well using "Scripting, Event editor" ill go for simpler way and let you guys play with the "Scripting editors" to find out some things yourself.<br />
<br />
Here is the file just "/parse filepath" it  ie: /parse "C:/Program Files/KVIrc/defscript/highlight.kvs"<br />
OR<br />
Scripting , Execute Script and double click the file you downloaded.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>addon.register("Highlights","1.0","Highlights","Erkan","4.0.1"){<br />
&nbsp;&nbsp;&nbsp;&nbsp;event(OnHighlight,echos){}<br />
&nbsp;&nbsp;&nbsp;&nbsp;echo The Highlights script has been uninstalled succesfully.<br />
}<br />
event(OnHighlight,echos)<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;if(&#36;window.type() == "channel") {<br />
&nbsp;&nbsp;&nbsp;&nbsp;%type = &#36;chan.name<br />
&nbsp;&nbsp;&nbsp;&nbsp;} else { <br />
&nbsp;&nbsp;&nbsp;&nbsp;%type = &#36;tr("Query");<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;%msg = &#36;my.network @ &#36;fmtlink(%type &#36;0 : &#36;3 ,window.activate &#36;window,"Double Click to Show the Channel or Query")<br />
&nbsp;&nbsp;&nbsp;&nbsp;if (&#36;window.exists(%Highlights)) { <br />
&nbsp;&nbsp;&nbsp;&nbsp;echo -w=%Highlights %msg<br />
&nbsp;&nbsp;&nbsp;&nbsp;} else {<br />
&nbsp;&nbsp;&nbsp;&nbsp;%Highlights = &#36;window.open("mq","Highlights",0,219) <br />
&nbsp;&nbsp;&nbsp;&nbsp;log.start -w=&#36;window(Highlights) -p Highlights&#36;date("d.m.Y").log <br />
&nbsp;&nbsp;&nbsp;&nbsp;echo -w=%Highlights %msg<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
}<br />
# Highlights Windows :)<br />
echo Highlights 1.0 installed succesfuly :P<br />
echo You can always uninstall it by using 'Manage Addons' from the "Settings" menu.</code></div></div><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://librairc.net/forums/images/attachtypes/txt.png" title="kvirc" border="0" alt=".kvs" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=1" target="_blank" title="">highlight.kvs</a> (Size: 767 bytes / Downloads: 786)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Right, we all do like to have a new window to see who is typing our nick! or the words we added to highlights.. <br />
<blockquote class="mycode_quote"><cite>Quote:</cite>The highlight settings at "Configure KVIrc, IRC, Tools, Alerts/Highlight"<br />
Sounds at  "Configure KVIrc, General Options, Sound"</blockquote>
<br />
So now lets make new window for our highlights.<br />
It would be simple as using parse code as we did for popups and aliases, or as well using "Scripting, Event editor" ill go for simpler way and let you guys play with the "Scripting editors" to find out some things yourself.<br />
<br />
Here is the file just "/parse filepath" it  ie: /parse "C:/Program Files/KVIrc/defscript/highlight.kvs"<br />
OR<br />
Scripting , Execute Script and double click the file you downloaded.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>addon.register("Highlights","1.0","Highlights","Erkan","4.0.1"){<br />
&nbsp;&nbsp;&nbsp;&nbsp;event(OnHighlight,echos){}<br />
&nbsp;&nbsp;&nbsp;&nbsp;echo The Highlights script has been uninstalled succesfully.<br />
}<br />
event(OnHighlight,echos)<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;if(&#36;window.type() == "channel") {<br />
&nbsp;&nbsp;&nbsp;&nbsp;%type = &#36;chan.name<br />
&nbsp;&nbsp;&nbsp;&nbsp;} else { <br />
&nbsp;&nbsp;&nbsp;&nbsp;%type = &#36;tr("Query");<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;%msg = &#36;my.network @ &#36;fmtlink(%type &#36;0 : &#36;3 ,window.activate &#36;window,"Double Click to Show the Channel or Query")<br />
&nbsp;&nbsp;&nbsp;&nbsp;if (&#36;window.exists(%Highlights)) { <br />
&nbsp;&nbsp;&nbsp;&nbsp;echo -w=%Highlights %msg<br />
&nbsp;&nbsp;&nbsp;&nbsp;} else {<br />
&nbsp;&nbsp;&nbsp;&nbsp;%Highlights = &#36;window.open("mq","Highlights",0,219) <br />
&nbsp;&nbsp;&nbsp;&nbsp;log.start -w=&#36;window(Highlights) -p Highlights&#36;date("d.m.Y").log <br />
&nbsp;&nbsp;&nbsp;&nbsp;echo -w=%Highlights %msg<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
}<br />
# Highlights Windows :)<br />
echo Highlights 1.0 installed succesfuly :P<br />
echo You can always uninstall it by using 'Manage Addons' from the "Settings" menu.</code></div></div><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://librairc.net/forums/images/attachtypes/txt.png" title="kvirc" border="0" alt=".kvs" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=1" target="_blank" title="">highlight.kvs</a> (Size: 767 bytes / Downloads: 786)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KVIrc Now Playing HOW-TO]]></title>
			<link>https://librairc.net/forums/thread-45.html</link>
			<pubDate>Sat, 22 Oct 2011 16:23:05 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=1">immortal</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-45.html</guid>
			<description><![CDATA[When your playing a song with winamp and want to send the title to IRC. We will need to do these,<br />
<span style="font-weight: bold;" class="mycode_b">Copy: The gen_kvirc.dll  from KVIrcmodules to WinampPlugins folder.<br />
In KVIrc Type: /alias(np)me is now playing: &#36;mediaplayer.nowPlaying();    &lt; before make sure you are on KVS mode.</span><br />
And thats all, now play a song with winamp, and type /np in any window you want to post the song tittle <img src="https://librairc.net/forums/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /> <img src="https://librairc.net/forums/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /><img src="https://librairc.net/forums/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /> ]]></description>
			<content:encoded><![CDATA[When your playing a song with winamp and want to send the title to IRC. We will need to do these,<br />
<span style="font-weight: bold;" class="mycode_b">Copy: The gen_kvirc.dll  from KVIrcmodules to WinampPlugins folder.<br />
In KVIrc Type: /alias(np)me is now playing: &#36;mediaplayer.nowPlaying();    &lt; before make sure you are on KVS mode.</span><br />
And thats all, now play a song with winamp, and type /np in any window you want to post the song tittle <img src="https://librairc.net/forums/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /> <img src="https://librairc.net/forums/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /><img src="https://librairc.net/forums/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /> ]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Download KVIrc]]></title>
			<link>https://librairc.net/forums/thread-10.html</link>
			<pubDate>Sat, 15 Oct 2011 20:02:29 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=1">immortal</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-10.html</guid>
			<description><![CDATA[To use latest snapshots try: <a href="https://github.com/kvirc/KVIrc/wiki/Downloading-KVIrc's-nightly-source-or-binaries" target="_blank" rel="noopener" class="mycode_url">https://github.com/kvirc/KVIrc/wiki/Down...r-binaries</a><br />
Quick download for windows: <a href="https://kvirc.d00p.de/" target="_blank" rel="noopener" class="mycode_url">https://kvirc.d00p.de/</a><br />
Here are some features;<br />
<br />
Avatars<br />
Drag &amp; Drop toolbar editing<br />
Activity Notifier Pop-Up<br />
Status bar with Applet support<br />
Unread text mark<br />
14 Languages Translations<br />
Proxy support (SOCKSv4, SOCKSv5, HTTP)<br />
Full IPv6 support (also for DCC transfers)<br />
SSL support (also over IPv6)<br />
Micryption support<br />
UNICODE support<br />
scalars, arrays and hashes...<br />
aliases<br />
popups<br />
events<br />
scriptable toolbars<br />
Perl support<br />
Ability to translate scripts<br />
<br />
Hmmm...I hope that's enough to make you curious   <img src="https://librairc.net/forums/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" />]]></description>
			<content:encoded><![CDATA[To use latest snapshots try: <a href="https://github.com/kvirc/KVIrc/wiki/Downloading-KVIrc's-nightly-source-or-binaries" target="_blank" rel="noopener" class="mycode_url">https://github.com/kvirc/KVIrc/wiki/Down...r-binaries</a><br />
Quick download for windows: <a href="https://kvirc.d00p.de/" target="_blank" rel="noopener" class="mycode_url">https://kvirc.d00p.de/</a><br />
Here are some features;<br />
<br />
Avatars<br />
Drag &amp; Drop toolbar editing<br />
Activity Notifier Pop-Up<br />
Status bar with Applet support<br />
Unread text mark<br />
14 Languages Translations<br />
Proxy support (SOCKSv4, SOCKSv5, HTTP)<br />
Full IPv6 support (also for DCC transfers)<br />
SSL support (also over IPv6)<br />
Micryption support<br />
UNICODE support<br />
scalars, arrays and hashes...<br />
aliases<br />
popups<br />
events<br />
scriptable toolbars<br />
Perl support<br />
Ability to translate scripts<br />
<br />
Hmmm...I hope that's enough to make you curious   <img src="https://librairc.net/forums/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" />]]></content:encoded>
		</item>
	</channel>
</rss>