<?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>Aucun50 commented on mIRC Snippet: Query Flood Protection</title>
		<author>Aucun50</author>
		<link>http://www.hawkee.com/snippet/6129/#c55855</link>
		<description><![CDATA[Was going to point out the ignore everyone thing, i would go with napa's are maybe try and make your own.]]></description>
		<pubDate>Mon, 11 May 2009 19:09:25 -0500</pubDate>
	</item>
	<item>
		<title>RevJohn Straub commented on mIRC Snippet: Query Flood Protection</title>
		<author>RevJohn Straub</author>
		<link>http://www.hawkee.com/snippet/6129/#c55843</link>
		<description><![CDATA[napa is a Great teacher im learning alot from him]]></description>
		<pubDate>Mon, 11 May 2009 15:35:56 -0500</pubDate>
	</item>
	<item>
		<title>WorldDMT commented on mIRC Snippet: Query Flood Protection</title>
		<author>WorldDMT</author>
		<link>http://www.hawkee.com/snippet/6129/#c55827</link>
		<description><![CDATA[hi<br />
u can only do this<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 />
on *&#58;text&#58;*&#58;?&#58;&#123;<br />
&nbsp; inc -u3 %fld. $+ $nick<br />
&nbsp; if &#40;$&#40;$+&#40;%,fld,.,$nick&#41;,2&#41; &gt;= 3&#41; &#123;<br />
&nbsp; &nbsp; .close -m $nick<br />
&nbsp; &nbsp; .ignore -pu60 $wildsite<br />
&nbsp; &nbsp; echo 4 -s *** query flood from $nick Address $wildsite - Ignoring for 60secs...<br />
&nbsp; &#125;<br />
&#125;<br />
</td>	</tr></table><span class="postbody"><br />
]]></description>
		<pubDate>Mon, 11 May 2009 11:08:59 -0500</pubDate>
	</item>
	<item>
		<title>Cheiron commented on mIRC Snippet: Query Flood Protection</title>
		<author>Cheiron</author>
		<link>http://www.hawkee.com/snippet/6129/#c55823</link>
		<description><![CDATA[as a build on from napa's code there... i would probably add a warning to the nick before the ignore kicked in. also .... looking at mirc, under mirc options there is an inbuilt flood protector which is most useful which is set for ignore time / per lines<br />
[code]<br />
on *:text:*:?:{ <br />
  inc -u2 $+(%,p2p,.,$nick)<br />
  if ($($+(%,p2p,.,$nick),2) = 4) {<br />
    .msg $nick please do not flood my pm box as it has triggered a timed ignore on you<br />
    .close -m $nick<br />
    .ignore -pu60 $address($nick,2)<br />
    echo -ta *** P2P flood from $nick Address $address($nick,2) - Ignoring P2P's for 60secs...<br />
  }<br />
}]]></description>
		<pubDate>Mon, 11 May 2009 05:33:38 -0500</pubDate>
	</item>
	<item>
		<title>napa182 commented on mIRC Snippet: Query Flood Protection</title>
		<author>napa182</author>
		<link>http://www.hawkee.com/snippet/6129/#c55819</link>
		<description><![CDATA[why ignore everyone? why not ignore the one thats flooding you?<br />
just seems it would be ez just to do this<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">on *&#58;text&#58;*&#58;?&#58;&#123; <br />
&nbsp; inc -u2 $+&#40;%,p2p,.,$nick&#41;<br />
&nbsp; if &#40;$&#40;$+&#40;%,p2p,.,$nick&#41;,2&#41; = 4&#41; &#123;<br />
&nbsp; &nbsp; .close -m $nick<br />
&nbsp; &nbsp; .ignore -pu60 $address&#40;$nick,2&#41;<br />
&nbsp; &nbsp; echo -ta *** P2P flood from $nick Address $address&#40;$nick,2&#41; - Ignoring P2P's for 60secs...<br />
&nbsp; &#125;<br />
&#125;</td>	</tr></table><span class="postbody"><br />
<br />
oh yeah btw whats $jam ??? is it some alias you didnt include?]]></description>
		<pubDate>Sun, 10 May 2009 22:13:53 -0500</pubDate>
	</item>

	</channel>
</rss>


