<?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>napa182 commented on mIRC Snippet: Op/Admin/other Popup</title>
		<author>napa182</author>
		<link>http://www.hawkee.com/snippet/6206/#c56497</link>
		<description><![CDATA[<span style="font-weight: bold">a careful warchild Said</span><br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> 	  <td><span class="genmed"><b>Quote:</b></span></td>	</tr>	<tr>	  <td class="quote"> <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">..Quarter Op&#58;auser Quarterop $address&#40;$$1,2&#41;<br />
<br />
on $Quarterop&#58;text&#58;/!k&#40;ick&#41;?\b/Si&#58;*&#58;tokenize 32 $strip&#40;$1-&#41; | if &#40;$2&#41; msg chanserv kick $chan $2 $iif&#40;$3,Reason Not Specified.&#41;</td>	</tr></table><span class="postbody">  <br />
<br />
<br />
Would work.</td>	</tr></table><span class="postbody"> <br />
<br />
@ a careful warchild why would you use tokenize 32 $strip($1-) if you are striping colors in the regex, and as well if you are going to use regex you may as well use $regml cuz then there would be no point in useing it. Ur $iif line needs abit of work as well.<br />
maybe<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 $Quarterop&#58;text&#58;/^&#40;!k&#40;ick&#41;?&#41;\s&#40;\w+&#41;\s?&#40;.+&#41;?/iS&#58;#&#58;&#123; if &#40;$regml&#40;2&#41; ison #&#41; &#123; .msg chanserv kick # $regml&#40;2&#41; $iif&#40;$regml&#40;3&#41;,$regml&#40;3&#41;,Reason Not Specified.&#41; &#125; &#125;</td>	</tr></table><span class="postbody">]]></description>
		<pubDate>Mon, 25 May 2009 19:43:21 -0500</pubDate>
	</item>
	<item>
		<title>Renegade commented on mIRC Snippet: Op/Admin/other Popup</title>
		<author>Renegade</author>
		<link>http://www.hawkee.com/snippet/6206/#c56494</link>
		<description><![CDATA[:D Glad it's impressing so many people, lol..<br />
<br />
@A careful warchild; are you jordy or John... I'm guessing john, I get so confused.<br />
<br />
Meh, doesn't matter, I was just trying to show a simplified example, I didn't mean for it work, but to show what could be done instead of taking a paragraph to explain.<br />
<br />
But thanks :)<br />
<br />
P.S I know I've completely invalidated my whole point now haven't I ~_~]]></description>
		<pubDate>Mon, 25 May 2009 19:06:23 -0500</pubDate>
	</item>
	<item>
		<title>PATX commented on mIRC Snippet: Op/Admin/other Popup</title>
		<author>PATX</author>
		<link>http://www.hawkee.com/snippet/6206/#c56489</link>
		<description><![CDATA[me luvs @Renegas avatar lol :P]]></description>
		<pubDate>Mon, 25 May 2009 17:56:10 -0500</pubDate>
	</item>
	<item>
		<title>a careful warchild commented on mIRC Snippet: Op/Admin/other Popup</title>
		<author>a careful warchild</author>
		<link>http://www.hawkee.com/snippet/6206/#c56487</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"><br />
..Quarter Op&#58;auser Quarterop $address&#40;$$1,2&#41;<br />
<br />
on $Quarterop&#58;text&#58;/!k&#40;ick&#41;?\b/Si&#58;*&#58;tokenize 32 $strip&#40;$1-&#41; | if &#40;$2&#41; msg chanserv kick $chan $2 $iif&#40;$3,Reason Not Specified.&#41; </td>	</tr></table><span class="postbody"><br />
<br />
Would work.]]></description>
		<pubDate>Mon, 25 May 2009 17:41:37 -0500</pubDate>
	</item>
	<item>
		<title>Renegade commented on mIRC Snippet: Op/Admin/other Popup</title>
		<author>Renegade</author>
		<link>http://www.hawkee.com/snippet/6206/#c56476</link>
		<description><![CDATA[No I meant like <br />
These users don't have any current access in the room, they can use your power<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">...Quarterop&#58;//auser Quarterop $$address&#40;$1,2&#41; <br />
<br />
on Quarterop&#58;TEXT&#58;!k*&#58; &#123;<br />
msg chanserv kick $2 $3-<br />
&#125;<br />
</td>	</tr></table><span class="postbody"><br />
<br />
<br />
Or something like that (probably doesn't work, but to show you my point)]]></description>
		<pubDate>Mon, 25 May 2009 14:41:23 -0500</pubDate>
	</item>
	<item>
		<title>Cheiron commented on mIRC Snippet: Op/Admin/other Popup</title>
		<author>Cheiron</author>
		<link>http://www.hawkee.com/snippet/6206/#c56471</link>
		<description><![CDATA[there is only voice, halfop, aop, sop and owner modes available on chanserv unless you use access facility in which <br />
3 = voice<br />
4 = halfop<br />
5 = aop<br />
10 = sop<br />
founder = owner]]></description>
		<pubDate>Mon, 25 May 2009 14:24:48 -0500</pubDate>
	</item>
	<item>
		<title>Renegade commented on mIRC Snippet: Op/Admin/other Popup</title>
		<author>Renegade</author>
		<link>http://www.hawkee.com/snippet/6206/#c56468</link>
		<description><![CDATA[Doesn't mIRC have this thing? However I like the idea of quarterop and forthop.<br />
<br />
Perhaps you could add the said users to a .ini, or your mIRC script usertab and run a seperate code to allow them to kick (forthop) and ban (quarterop) :), to develop it further, it's a thought.<br />
<br />
5/10 based on potential to develop. ]]></description>
		<pubDate>Mon, 25 May 2009 14:20:11 -0500</pubDate>
	</item>

	</channel>
</rss>


