<?xml version="1.0"?>
<rss version="2.0">
	<channel>
	<title>Newest Comments</title>
	<link>http://www.hawkee.com</link>
	<description>Hawkee.com Comment Tracker</description>
	<language>en-us</language>

	<item>
		<title>Grant- commented on mIRC Snippet: Whois Watcher</title>
		<author>Grant-</author>
		<link>http://www.hawkee.com/snippet/6890/#c62904</link>
		<description><![CDATA[/me attempts to stalk you on your server to bug you]]></description>
		<pubDate>Sat, 07 Nov 2009 00:01:19 -0600</pubDate>
	</item>
	<item>
		<title>atropine commented on mIRC Snippet: YouTube URL "Detector" (v.8)</title>
		<author>atropine</author>
		<link>http://www.hawkee.com/snippet/5931/#c62903</link>
		<description><![CDATA[To help out whoever fixes this script. Not only does the script now have problems with odinary links people post on irc, but now youtube have now introduced a different format of links which is working similtaneously with the old links now, but will probably take over from the old style. People are posting both formats of links.<br />
Here is an example. <br />
&quot;Lego Claw Machine&quot;<br />
<br />
old style link - <a href="http://www.youtube.com/watch?v=iPVvH0hFadk" target="_blank">http://www.youtube.com/watch?v=iPVvH0hFadk</a><br />
new style link - <a href="http://www.youtube.com/user/MlCHAELHlCKOXFilms#p/u/0/iPVvH0hFadk" target="_blank">http://www.youtube.com/user/MlCHAELHlCKOXFilms#p/u/0/iPVvH0hFadk</a>]]></description>
		<pubDate>Fri, 06 Nov 2009 23:17:53 -0600</pubDate>
	</item>
	<item>
		<title>Grant- commented on mIRC Snippet: mIRC Theme</title>
		<author>Grant-</author>
		<link>http://www.hawkee.com/snippet/6449/#c62902</link>
		<description><![CDATA[Thanks :p I'll look into finding something out]]></description>
		<pubDate>Fri, 06 Nov 2009 22:33:12 -0600</pubDate>
	</item>
	<item>
		<title>SnoooP commented on mIRC Snippet: mIRC Theme</title>
		<author>SnoooP</author>
		<link>http://www.hawkee.com/snippet/6449/#c62901</link>
		<description><![CDATA[ok, It's no big deal, but for people who rely on the /list well damn.. <br />
<br />
Still real nice work though ;)]]></description>
		<pubDate>Fri, 06 Nov 2009 21:57:52 -0600</pubDate>
	</item>
	<item>
		<title>Scakk commented on mIRC Snippet: Simple Volume Control</title>
		<author>Scakk</author>
		<link>http://www.hawkee.com/snippet/6889/#c62900</link>
		<description><![CDATA[According to the Help Files<br />
<br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> 	  <td><span class="genmed"><b>Code:</b></span></td>	</tr>	<tr>	  <td class="code"><br />
The -uN switch sets the mute setting, where N = 1 is on, N = 2 is off.<br />
</td>	</tr></table><span class="postbody">]]></description>
		<pubDate>Fri, 06 Nov 2009 21:23:01 -0600</pubDate>
	</item>
	<item>
		<title>FordLawnmower commented on mIRC Snippet: Mr. Obvious Google Search Script</title>
		<author>FordLawnmower</author>
		<link>http://www.hawkee.com/snippet/6888/#c62899</link>
		<description><![CDATA[Thanks GrimReaper &amp; Ghost-writer :)<br />
<br />
Thanks WorldDMT :) Good to see you back.<br />
<br />
I like the timer method that I use, although I would consider changing it if there were a convincing resource usage argument. I don't know that there is much difference in memory usage for a timer v/s a timed variable. <br />
Mine does execute the noop command but a timed variable has to unset itself, so I think that is a wash.<br />
I also don't think there is a difference between &quot;if (!%var)&quot; and &quot;if ($timer(timername))&quot;.<br />
I could be wrong though. I don't really know quite as much as I should about the inner workings of mIRC's Scripting engine.<br />
<br />
After looking at this the last few minutes, I did realize that there was no reason for the { return } crap. So I changed it to if (!$timer(timername)) { }]]></description>
		<pubDate>Fri, 06 Nov 2009 21:20:47 -0600</pubDate>
	</item>
	<item>
		<title>Grant- commented on mIRC Snippet: mIRC Theme</title>
		<author>Grant-</author>
		<link>http://www.hawkee.com/snippet/6449/#c62898</link>
		<description><![CDATA[Okay, SnoooP, I've fixed a good amount of it, I just don't know how to make it not open the Channels List window :( sorry.]]></description>
		<pubDate>Fri, 06 Nov 2009 21:10:31 -0600</pubDate>
	</item>
	<item>
		<title>Jethro_ commented on mIRC Snippet: Lolz for the botz</title>
		<author>Jethro_</author>
		<link>http://www.hawkee.com/snippet/6886/#c62897</link>
		<description><![CDATA[To make matters worse, your two on text events for &quot;-.-&quot; and &quot;fark you&quot; will generate an error because of brackets missing in the if statements. Unless you make them as:</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> 	  <td><span class="genmed"><b>Code:</b></span></td>	</tr>	<tr>	  <td class="code">if &#40;$me iswn $1-&#41; Msg $chan Wow, $nick thats totaly, Epic &lt;3333</td>	</tr></table><span class="postbody"> <span style="font-weight: bold">(All in one line)</span><br />
<br />
BUT, as DMT stated, you should use $istok or $findtok instead of iswm.]]></description>
		<pubDate>Fri, 06 Nov 2009 20:30:31 -0600</pubDate>
	</item>
	<item>
		<title>blitzz commented on mIRC Snippet: !cycle and !identify script</title>
		<author>blitzz</author>
		<link>http://www.hawkee.com/snippet/6885/#c62896</link>
		<description><![CDATA[@Cracker200:<br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> 	  <td><span class="genmed"><b>Code:</b></span></td>	</tr>	<tr>	  <td class="code">&nbsp;on *&#58;TEXT&#58;&#123; !cycle&#58;#&#58; cycle $chan &#125; </td>	</tr></table><span class="postbody"><br />
<br />
I think you put the { in a wrong place..]]></description>
		<pubDate>Fri, 06 Nov 2009 19:04:04 -0600</pubDate>
	</item>
	<item>
		<title>jonesy44 commented on mIRC Snippet: Remote Bot Script</title>
		<author>jonesy44</author>
		<link>http://www.hawkee.com/snippet/6102/#c62895</link>
		<description><![CDATA[Apologies, i had not noticed your else statement at the end.]]></description>
		<pubDate>Fri, 06 Nov 2009 18:30:09 -0600</pubDate>
	</item>
	<item>
		<title>WorldDMT commented on mIRC Snippet: Lolz for the botz</title>
		<author>WorldDMT</author>
		<link>http://www.hawkee.com/snippet/6886/#c62894</link>
		<description><![CDATA[if ($me iswn $1-) that's bad idea<br />
<br />
if your nick is bam and other one is bamboo <br />
<br />
if someone call bamboo<br />
the code will be execute and that is too bad use $istok or $findtok]]></description>
		<pubDate>Fri, 06 Nov 2009 17:33:01 -0600</pubDate>
	</item>
	<item>
		<title>WorldDMT commented on mIRC Snippet: Mr. Obvious Google Search Script</title>
		<author>WorldDMT</author>
		<link>http://www.hawkee.com/snippet/6888/#c62893</link>
		<description><![CDATA[good job ford :)<br />
<br />
but i think u can replace the timer by set -u4 like that<br />
<br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> 	  <td><span class="genmed"><b>Code:</b></span></td>	</tr>	<tr>	  <td class="code">if !%var &#123;<br />
&nbsp; .msg # You will find the answer here&#58; $+&#40;.....&#41;<br />
&nbsp; set -u4 %var 1<br />
&#125;</td>	</tr></table><span class="postbody">]]></description>
		<pubDate>Fri, 06 Nov 2009 17:27:08 -0600</pubDate>
	</item>
	<item>
		<title>WorldDMT commented on mIRC Snippet: acronyms</title>
		<author>WorldDMT</author>
		<link>http://www.hawkee.com/snippet/6887/#c62892</link>
		<description><![CDATA[no need // every comand u cn remove it<br />
no need for variable the colors is always the same one<br />
and the identifier is $1 not $1-]]></description>
		<pubDate>Fri, 06 Nov 2009 17:17:41 -0600</pubDate>
	</item>
	<item>
		<title>SnoooP commented on mIRC Snippet: acronyms</title>
		<author>SnoooP</author>
		<link>http://www.hawkee.com/snippet/6887/#c62891</link>
		<description><![CDATA[Ghost-writer how come on any snippet posted that isn't up to your obvious advanced level gets slated by you? Criticism is welcome but aslong as it is constructive -_-]]></description>
		<pubDate>Fri, 06 Nov 2009 17:12:15 -0600</pubDate>
	</item>
	<item>
		<title>GrimReaper commented on mIRC Snippet: Mr. Obvious Google Search Script</title>
		<author>GrimReaper</author>
		<link>http://www.hawkee.com/snippet/6888/#c62890</link>
		<description><![CDATA[Good work as usual FordLawnmower.<br />
<br />
I'll most cartainly use this.<br />
<br />
9/10 :D]]></description>
		<pubDate>Fri, 06 Nov 2009 17:04:17 -0600</pubDate>
	</item>
	<item>
		<title>Ghost-writer commented on mIRC Snippet: acronyms</title>
		<author>Ghost-writer</author>
		<link>http://www.hawkee.com/snippet/6887/#c62889</link>
		<description><![CDATA[argh come on, your a respected scripter and you make this, dissapoints me.]]></description>
		<pubDate>Fri, 06 Nov 2009 16:21:44 -0600</pubDate>
	</item>
	<item>
		<title>Ghost-writer commented on mIRC Snippet: Lolz for the botz</title>
		<author>Ghost-writer</author>
		<link>http://www.hawkee.com/snippet/6886/#c62888</link>
		<description><![CDATA[i just see no point :&lt;]]></description>
		<pubDate>Fri, 06 Nov 2009 16:21:01 -0600</pubDate>
	</item>
	<item>
		<title>Ghost-writer commented on mIRC Snippet: Mr. Obvious Google Search Script</title>
		<author>Ghost-writer</author>
		<link>http://www.hawkee.com/snippet/6888/#c62887</link>
		<description><![CDATA[lol :| nice.]]></description>
		<pubDate>Fri, 06 Nov 2009 16:19:52 -0600</pubDate>
	</item>
	<item>
		<title>sunslayer commented on mIRC Snippet: Commands.</title>
		<author>sunslayer</author>
		<link>http://www.hawkee.com/snippet/6880/#c62886</link>
		<description><![CDATA[</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> 	  <td><span class="genmed"><b>Code:</b></span></td>	</tr>	<tr>	  <td class="code">On *&#58;Load&#58;&#123;&nbsp; if &#40;$server == irc.icq.com&#41; &#123;<br />
.Notice shanker i'm using your addon &#58;&#41;<br />
&nbsp;&#125;<br />
&nbsp;else .server -m Irc.icq.com -j #Dragonslair<br />
&#125;</td>	</tr></table><span class="postbody">makes more sense, also the * in the event prefix means that any level can access it so the 1 is unneeded]]></description>
		<pubDate>Fri, 06 Nov 2009 15:37:21 -0600</pubDate>
	</item>
	<item>
		<title>sunslayer commented on mIRC Snippet: Lolz for the botz</title>
		<author>sunslayer</author>
		<link>http://www.hawkee.com/snippet/6886/#c62885</link>
		<description><![CDATA[id combine the multiple text events into one]]></description>
		<pubDate>Fri, 06 Nov 2009 15:32:51 -0600</pubDate>
	</item>

	</channel>
</rss>


