<?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>uneek commented on mIRC Snippet: !Slang</title>
		<author>uneek</author>
		<link>http://www.hawkee.com/snippet/3053/#c33326</link>
		<description><![CDATA[Thanks mate!  Been looking for one that works with the sites new updates for a while!  It was a very popular script in a channel of mine :D<br />
<br />
I added a link to your site as well to show my support.  <a href="http://www.mydamnsig.com" target="_blank">http://www.mydamnsig.com</a>]]></description>
		<pubDate>Fri, 11 Jul 2008 01:20:56 -0500</pubDate>
	</item>
	<item>
		<title>napa182 commented on mIRC Snippet: !Slang</title>
		<author>napa182</author>
		<link>http://www.hawkee.com/snippet/3053/#c30843</link>
		<description><![CDATA[you need to find this in the socketread part and use 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">elseif &#40;%temp != $null&#41; &#123;<br />
&nbsp; &nbsp; &nbsp; if &#40;$hget&#40;$sockname, chunked&#41;&#41; &#123;<br />
&nbsp; &nbsp; &nbsp; &nbsp; if &#40;%chunked&#41; &#123;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; inc %read $calc&#40;$sockbr + 2&#41;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if &#40;%read &gt;= %len&#41; &#123; %chunked = $false &#125;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .notice %slangnick $hget&#40;$sockname, info&#41; %temp<br />
&nbsp; &nbsp; &nbsp; &nbsp; &#125;<br />
&nbsp; &nbsp; &nbsp; &nbsp; else &#123;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; %read = 0<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; %len = $base&#40;$gettok&#40;%temp, 1, 32&#41;, 16, 10&#41;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; %chunked = $true<br />
&nbsp; &nbsp; &nbsp; &nbsp; &#125;<br />
&nbsp; &nbsp; &nbsp; &#125;<br />
&nbsp; &nbsp; &nbsp; else &#123;<br />
&nbsp; &nbsp; &nbsp; &nbsp; .notice %slangnick $hget&#40;$sockname, info&#41; %temp<br />
&nbsp; &nbsp; &nbsp; &#125;<br />
&nbsp; &nbsp; &#125;<br />
&nbsp; &#125;<br />
&#125;</td>	</tr></table><span class="postbody"><br />
that should make it notice]]></description>
		<pubDate>Wed, 21 May 2008 20:51:59 -0500</pubDate>
	</item>
	<item>
		<title>napa182 commented on mIRC Snippet: !Slang</title>
		<author>napa182</author>
		<link>http://www.hawkee.com/snippet/3053/#c30842</link>
		<description><![CDATA[um you wont beable to change the php side of this script cuz it's not on here. Tony has this set up to send the info to his page then it pulls it from there to mirc.<br />
but you can replace the !slang part with 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">&nbsp;on *&#58;TEXT&#58;!Slang *&#58;#&#58; &#123;<br />
&nbsp; if &#40;$2 !isnum&#41; &#123; .notice $nick  $2 is not a number. Enter a number for the number of the result you want. i.e !slang 1 $2- | halt &#125;<br />
&nbsp; set %slangchan2 $chan<br />
&nbsp; set %slangnick $nick<br />
&nbsp; set %Asc2&nbsp; $replace&#40;$3-,$chr&#40;32&#41;,$chr&#40;37&#41; $+ 20&#41;<br />
&nbsp; ;set %Asc2&nbsp; $replace&#40;$3-,$chr&#40;32&#41;,+&#41;<br />
&nbsp; set %Asc3&nbsp; $replace&#40;%Asc2,$chr&#40;39&#41;,$chr&#40;37&#41; $+ 27&#41;<br />
&nbsp; ;set %Asc3&nbsp; $replace&#40;%Asc2,$chr&#40;39&#41;,% $+ 27&#41;<br />
&nbsp; ;/msg %slangchan2 Variable Asc3&#58; %Asc3<br />
&nbsp; set %SlangURLS http&#58;//www.mywebs.biz/IRC/Slang.php?Word= $+&nbsp; %Asc3<br />
&nbsp; set %SlangURLS2 %SlangURLS $+ &amp;Count=<br />
&nbsp; set %SlangURLS3 %SlangURLS2 $+ $$2<br />
&nbsp; ;/msg %slangchan2 URL&#58; %SlangURLS3<br />
&nbsp; /request example2 %SlangURLS3 %slangchan2 11,2<br />
&nbsp; unset %slang* %Asc*<br />
&#125;</td>	</tr></table><span class="postbody"><br />
<br />
]]></description>
		<pubDate>Wed, 21 May 2008 20:49:23 -0500</pubDate>
	</item>
	<item>
		<title>Phoenix847 commented on mIRC Snippet: !Slang</title>
		<author>Phoenix847</author>
		<link>http://www.hawkee.com/snippet/3053/#c30839</link>
		<description><![CDATA[Yes, but I've never tried to script PHP or learn it at least lol. I'm totally lost with it.<br />
But from the random testing of just trying stuff, I've found Line 149 - &quot; /request example2 %SlangURLS7 $chan 4,1&quot;, if you  change $chan to $nick, it will PM the person instead... My only problem is changing it do a .notice message. <br />
However for the messaging $chan part... thats simple, leave it the same and change !slang to @slang =/ BUT I still need it to be .msg<br />
So Napa, as smart as you are, you might be able to give me a hint :P]]></description>
		<pubDate>Wed, 21 May 2008 18:56:25 -0500</pubDate>
	</item>
	<item>
		<title>napa182 commented on mIRC Snippet: !Slang</title>
		<author>napa182</author>
		<link>http://www.hawkee.com/snippet/3053/#c30838</link>
		<description><![CDATA[well it all depends on how long the first deff for the slang is. some are longer then others and will flood, but on the msg and notice part you can change ur self but on the php side of things it will stay the same.]]></description>
		<pubDate>Wed, 21 May 2008 18:42:14 -0500</pubDate>
	</item>
	<item>
		<title>Phoenix847 commented on mIRC Snippet: !Slang</title>
		<author>Phoenix847</author>
		<link>http://www.hawkee.com/snippet/3053/#c30837</link>
		<description><![CDATA[Actually, this can still be used for spam. My friend did &quot;!slang 2 Noob&quot; and a lot of messages starting appearing in the channel and eventually led to Excess Flood.<br />
Could you make it possible on !slang it will do a &quot;.notice $nick&quot;<br />
And on a @slang it will do a &quot;.msg $chan&quot;<br />
<br />
That would be greatly appreciated, and I say the . before msg/notice as it won't flood me, if you didn't know that :p]]></description>
		<pubDate>Wed, 21 May 2008 18:33:14 -0500</pubDate>
	</item>
	<item>
		<title>mountaindew commented on mIRC Snippet: !Slang</title>
		<author>mountaindew</author>
		<link>http://www.hawkee.com/snippet/3053/#c28449</link>
		<description><![CDATA[You could just &quot;unset %slang* %related*&quot; etc]]></description>
		<pubDate>Thu, 10 Apr 2008 14:31:01 -0500</pubDate>
	</item>
	<item>
		<title>MyWebs commented on mIRC Snippet: !Slang</title>
		<author>MyWebs</author>
		<link>http://www.hawkee.com/snippet/3053/#c20294</link>
		<description><![CDATA[I upgraded !Slang so it now has flood protection.<br />
I don't think it was probably a problem really but its there now.<br />
MyWebs]]></description>
		<pubDate>Sun, 23 Sep 2007 04:33:59 -0500</pubDate>
	</item>
	<item>
		<title>MyWebs commented on mIRC Snippet: !Slang</title>
		<author>MyWebs</author>
		<link>http://www.hawkee.com/snippet/3053/#c18054</link>
		<description><![CDATA[Thanks napa182.<br />
I'd like to clarify one point. If you look up a word and see more than 1 result returned you can look up each and every result one at a time.<br />
For example if you type !Slang 1 bed    ... you will see:<br />
<br />
  (1/<span style="font-weight: bold">8</span>)-bed **Definition** a matress on a stand or on the floor (lol) that has a blanket and pillows on it and u got to sleep on it coz sleep is so good **Example** im gonna go hit the sac... then im gonna go to bed ;) **Author** flash **URL** <a href="http://www.urbandictionary.com/define.php?term=bed&amp;defid=778262" target="_blank">http://www.urbandictionary.com/define.php?term=bed&amp;defid=778262</a> [782]<br />
<br />
That 8 means there are 8 entries for bed. To see the next result you can type !Slang 2 bed all the way up to !slang 8 bed. Some Slang words have hundreds of entries. They are ranked by most votes.<br />
Some entries are quite long and will flood ur channel. Not much I can do about that really. lol<br />
Thanks,<br />
MyWebs]]></description>
		<pubDate>Mon, 13 Aug 2007 11:00:46 -0500</pubDate>
	</item>
	<item>
		<title>napa182 commented on mIRC Snippet: !Slang</title>
		<author>napa182</author>
		<link>http://www.hawkee.com/snippet/3053/#c18051</link>
		<description><![CDATA[woot about time Tony =P .. I love the script it rocks.]]></description>
		<pubDate>Mon, 13 Aug 2007 03:00:13 -0500</pubDate>
	</item>

	</channel>
</rss>


