<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: moo script and moo.dll</title>
	<atom:link href="/projects/moo/feed" rel="self" type="application/rss+xml" />
	<link>http://hm2k.com</link>
	<description>The research of an internet entrepreneur and IT consultant</description>
	<lastBuildDate>Fri, 11 Dec 2009 16:23:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hm2k</title>
		<link>http://hm2k.com/projects/moo/comment-page-2#comment-190404</link>
		<dc:creator>hm2k</dc:creator>
		<pubDate>Tue, 08 Dec 2009 12:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/moo/#comment-190404</guid>
		<description>@Cold0ne

mIRC and WMI couldn&#039;t be less unix if it tried :p

It&#039;s all completely self contained within the moo script, which is why moo.dll is no longer required.

When the script loads it checks your mIRC version, if its below mIRC v6.16 you&#039;ll be told to upgrade, this is due to bugs in earlier versions.</description>
		<content:encoded><![CDATA[<p>@Cold0ne</p>
<p>mIRC and WMI couldn&#8217;t be less unix if it tried :p</p>
<p>It&#8217;s all completely self contained within the moo script, which is why moo.dll is no longer required.</p>
<p>When the script loads it checks your mIRC version, if its below mIRC v6.16 you&#8217;ll be told to upgrade, this is due to bugs in earlier versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cold0ne</title>
		<link>http://hm2k.com/projects/moo/comment-page-2#comment-190288</link>
		<dc:creator>Cold0ne</dc:creator>
		<pubDate>Mon, 07 Dec 2009 11:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/moo/#comment-190288</guid>
		<description>Ohh its in the file itself......well i would never have thought of that. Aint no unix user here ;0
Alright it works. Btw also i had IRC 6.12, it needed a higher version like 6.16 or above to work. so that was also the problem.</description>
		<content:encoded><![CDATA[<p>Ohh its in the file itself&#8230;&#8230;well i would never have thought of that. Aint no unix user here ;0<br />
Alright it works. Btw also i had IRC 6.12, it needed a higher version like 6.16 or above to work. so that was also the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hm2k</title>
		<link>http://hm2k.com/projects/moo/comment-page-2#comment-190284</link>
		<dc:creator>hm2k</dc:creator>
		<pubDate>Mon, 07 Dec 2009 09:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/moo/#comment-190284</guid>
		<description>@kevin/@Necrosis The /moo command uses my moo script calls; while the /up command uses mirc&#039;s calls. You need to report this bug to mIRC.</description>
		<content:encoded><![CDATA[<p>@kevin/@Necrosis The /moo command uses my moo script calls; while the /up command uses mirc&#8217;s calls. You need to report this bug to mIRC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hm2k</title>
		<link>http://hm2k.com/projects/moo/comment-page-2#comment-190283</link>
		<dc:creator>hm2k</dc:creator>
		<pubDate>Mon, 07 Dec 2009 09:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/moo/#comment-190283</guid>
		<description>@Cold0ne

The moo script works out of the box, just read the instructions at the top of the file. You no longer need moo.dll, and the $dll calls were replaced with $mooi. To use moo script, just type /moo</description>
		<content:encoded><![CDATA[<p>@Cold0ne</p>
<p>The moo script works out of the box, just read the instructions at the top of the file. You no longer need moo.dll, and the $dll calls were replaced with $mooi. To use moo script, just type /moo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cold0ne</title>
		<link>http://hm2k.com/projects/moo/comment-page-2#comment-189896</link>
		<dc:creator>Cold0ne</dc:creator>
		<pubDate>Sat, 05 Dec 2009 04:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/moo/#comment-189896</guid>
		<description>I dont think anyone actually explained from start-to-finish how to get the new moo working?
I dont have any moo.dll as its not needed in this version, so all these commands like //echo -a $dll(moo.dll,testing,_)
well they wont work of course since there is no moo.dll now.

How do you get the commands to work with the new moo version (no DLL) ?

Please someone explain this, give an example of some code lines to put into aliases or remotes or say if its just a line you need to type at the prompt.
I am really confused, the author of moo (if this is the official moo site) doesnt really explain its use from scratch. *very confused*
Please explain as if i was a complete retard (which i am) and step by step as if someone didnt know how to use irc scripts or anything like that.

The only thing i was able to do so far was /load -rs moo.mrc and thats as far as i got. please help with next steps (very detailed), thanks!</description>
		<content:encoded><![CDATA[<p>I dont think anyone actually explained from start-to-finish how to get the new moo working?<br />
I dont have any moo.dll as its not needed in this version, so all these commands like //echo -a $dll(moo.dll,testing,_)<br />
well they wont work of course since there is no moo.dll now.</p>
<p>How do you get the commands to work with the new moo version (no DLL) ?</p>
<p>Please someone explain this, give an example of some code lines to put into aliases or remotes or say if its just a line you need to type at the prompt.<br />
I am really confused, the author of moo (if this is the official moo site) doesnt really explain its use from scratch. *very confused*<br />
Please explain as if i was a complete retard (which i am) and step by step as if someone didnt know how to use irc scripts or anything like that.</p>
<p>The only thing i was able to do so far was /load -rs moo.mrc and thats as far as i got. please help with next steps (very detailed), thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://hm2k.com/projects/moo/comment-page-2#comment-186620</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 12 Nov 2009 12:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/moo/#comment-186620</guid>
		<description>Moo works for me on Windows 7 64bit but the RAM doesn&#039;t show correctly :(</description>
		<content:encoded><![CDATA[<p>Moo works for me on Windows 7 64bit but the RAM doesn&#8217;t show correctly <img src='/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asd</title>
		<link>http://hm2k.com/projects/moo/comment-page-2#comment-186111</link>
		<dc:creator>asd</dc:creator>
		<pubDate>Mon, 09 Nov 2009 02:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/moo/#comment-186111</guid>
		<description>moo net isnt working on win7 x64 :(</description>
		<content:encoded><![CDATA[<p>moo net isnt working on win7 x64 <img src='/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://hm2k.com/projects/moo/comment-page-2#comment-184950</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Sun, 01 Nov 2009 02:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/moo/#comment-184950</guid>
		<description>Awsome work with moo over the years mark. Now, I&#039;m just curious, which moo.dll(!) build is the latest? Lots of &#039;em circulating the web. I know the .mrc does indeed cover all functions now, like I said, pure curiosity, plus if it&#039;s available here ;p Tried replacing .mrc with .dll in the fetch http script in this blog but wo/ any luck ;/ Also, one question. When I pull /moo gfx with my ASUS GF6200LE the monitor flickers for the glance of ½ sec before/while it outputs the data in mirc. Is this behavior normal? Anything similar reported? ;) Ty in adv.</description>
		<content:encoded><![CDATA[<p>Awsome work with moo over the years mark. Now, I&#8217;m just curious, which moo.dll(!) build is the latest? Lots of &#8216;em circulating the web. I know the .mrc does indeed cover all functions now, like I said, pure curiosity, plus if it&#8217;s available here ;p Tried replacing .mrc with .dll in the fetch http script in this blog but wo/ any luck ;/ Also, one question. When I pull /moo gfx with my ASUS GF6200LE the monitor flickers for the glance of ½ sec before/while it outputs the data in mirc. Is this behavior normal? Anything similar reported? <img src='/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Ty in adv.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Necrosis</title>
		<link>http://hm2k.com/projects/moo/comment-page-2#comment-182156</link>
		<dc:creator>Necrosis</dc:creator>
		<pubDate>Tue, 13 Oct 2009 12:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/moo/#comment-182156</guid>
		<description>Kevin-

Yeah its weird. /moo says its Windows 7 but /up says Windows Vista.</description>
		<content:encoded><![CDATA[<p>Kevin-</p>
<p>Yeah its weird. /moo says its Windows 7 but /up says Windows Vista.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://hm2k.com/projects/moo/comment-page-1#comment-176629</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 31 Aug 2009 05:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/moo/#comment-176629</guid>
		<description>Any chance on getting this updated for Win7?  Uptime displays WindowsVista.</description>
		<content:encoded><![CDATA[<p>Any chance on getting this updated for Win7?  Uptime displays WindowsVista.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
