<?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>miniCruzer commented on mIRC Snippet: Channel Modes Manager (Updated)</title>
		<author>miniCruzer</author>
		<link>http://www.hawkee.com/snippet/5311/#c60414</link>
		<description><![CDATA[Very nice, I like it<br />
7/10]]></description>
		<pubDate>Fri, 21 Aug 2009 19:37:42 -0500</pubDate>
	</item>
	<item>
		<title>Anti commented on mIRC Snippet: Channel Modes Manager (Updated)</title>
		<author>Anti</author>
		<link>http://www.hawkee.com/snippet/5311/#c46689</link>
		<description><![CDATA[That's actually a small dialog.<br />
What do you mean by listcb control.<br />
Explain.]]></description>
		<pubDate>Sat, 08 Nov 2008 19:55:06 -0600</pubDate>
	</item>
	<item>
		<title>^Neptune commented on mIRC Snippet: Channel Modes Manager (Updated)</title>
		<author>^Neptune</author>
		<link>http://www.hawkee.com/snippet/5311/#c46568</link>
		<description><![CDATA[That's a big dialog. Why not try a listcb control? :]]]></description>
		<pubDate>Thu, 06 Nov 2008 01:46:02 -0600</pubDate>
	</item>
	<item>
		<title>zonirc commented on mIRC Snippet: Channel Modes Manager (Updated)</title>
		<author>zonirc</author>
		<link>http://www.hawkee.com/snippet/5311/#c46557</link>
		<description><![CDATA[</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 />
Well how would i get it to disable the modes if it isnt supported.. is there even a way to check for that<br />
</td>	</tr></table><span class="postbody"><br />
You can check it by using $chanmodes.<br />
<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 />
Also. Do you know if it can check what modes are selected and what ones arent so it can be automatically checked to cause no confusion. <br />
</td>	</tr></table><span class="postbody"><br />
You can use $chan(#channel).mode to determined the enable modes for the specified channel.<br />
<br />
Im totally agree with others by using on init to check the current enable channel modes. However, its lack something such as when user keep the dialog open and the other channel operator changed a channel modes(or the user itself changed it manually). <br />
<br />
So you need to watch the on mode event, and disable/enable the modes in dialog according to the current channel modes. <br />
<br />
By using on active event also you can had one dialog for the whole channels, in other word the dialog would shown the correct modes for the active channel. ]]></description>
		<pubDate>Wed, 05 Nov 2008 19:13:26 -0600</pubDate>
	</item>
	<item>
		<title>Anti commented on mIRC Snippet: Channel Modes Manager (Updated)</title>
		<author>Anti</author>
		<link>http://www.hawkee.com/snippet/5311/#c46555</link>
		<description><![CDATA[Okay i got it all &gt;.&lt;<br />
Dont worry.. might add some stuff later napa gave me some suggestion's.]]></description>
		<pubDate>Wed, 05 Nov 2008 18:52:26 -0600</pubDate>
	</item>
	<item>
		<title>Blitzjager commented on mIRC Snippet: Channel Modes Manager (Updated)</title>
		<author>Blitzjager</author>
		<link>http://www.hawkee.com/snippet/5311/#c46554</link>
		<description><![CDATA[on *:Dialog:CMM:sclick:23: { if ($did(23).state) { .mode $active +t } | else { .mode $active -t } }<br />
on *:Dialog:CMM:sclick:19: { if ($did(19).state) { .mode $active +t } | else { .mode $active -t } }<br />
on *:Dialog:CMM:sclick:20: { if ($did(20).state) { .mode $active +T } | else { .mode $active -T } }<br />
I know the T is different but 19 and 23 are the same.]]></description>
		<pubDate>Wed, 05 Nov 2008 18:46:54 -0600</pubDate>
	</item>
	<item>
		<title>Anti commented on mIRC Snippet: Channel Modes Manager (Updated)</title>
		<author>Anti</author>
		<link>http://www.hawkee.com/snippet/5311/#c46545</link>
		<description><![CDATA[Well as you can see im not that great at scripting otherwise i would have added something like that ;)<br />
<br />
Would you have any idea how to add that?<br />
<br />
Or is this just a thing that you suggest that you have no clue what you're talking about?]]></description>
		<pubDate>Wed, 05 Nov 2008 17:28:06 -0600</pubDate>
	</item>
	<item>
		<title>AHBARAR commented on mIRC Snippet: Channel Modes Manager (Updated)</title>
		<author>AHBARAR</author>
		<link>http://www.hawkee.com/snippet/5311/#c46541</link>
		<description><![CDATA[you can make every room seperated than other .. maybe 1 room have another modes than other would be nice]]></description>
		<pubDate>Wed, 05 Nov 2008 16:23:06 -0600</pubDate>
	</item>
	<item>
		<title>Anti commented on mIRC Snippet: Channel Modes Manager (Updated)</title>
		<author>Anti</author>
		<link>http://www.hawkee.com/snippet/5311/#c46539</link>
		<description><![CDATA[Uhh.. no i only have one topic lock the other one is to set another mode &gt;.&lt; It's just capitalized.]]></description>
		<pubDate>Wed, 05 Nov 2008 16:10:42 -0600</pubDate>
	</item>
	<item>
		<title>napa182 commented on mIRC Snippet: Channel Modes Manager (Updated)</title>
		<author>napa182</author>
		<link>http://www.hawkee.com/snippet/5311/#c46506</link>
		<description><![CDATA[</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">Also. Do you know if it can check what modes are selected and what ones arent so it can be automatically checked to cause no confusion.</td>	</tr></table><span class="postbody"><br />
<br />
um you can do this on the init event<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">$iif&#40;m isin $chan&#40;$active&#41;.mode,did -c $dname 2&#41;</td>	</tr></table><span class="postbody"><br />
and so on<br />
]]></description>
		<pubDate>Wed, 05 Nov 2008 01:28:19 -0600</pubDate>
	</item>
	<item>
		<title>Blitzjager commented on mIRC Snippet: Channel Modes Manager (Updated)</title>
		<author>Blitzjager</author>
		<link>http://www.hawkee.com/snippet/5311/#c46505</link>
		<description><![CDATA[It doesn't seem like a good way but it's all I can think of. Do something like this on init and then if s isn't in the modes it sets disable the box. Idk.<br />
mode $chan +abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ $str(1 $+ $chr(32),52)<br />
<br />
You might already know this but you can use<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;Dialog&#58;CMM&#58;*&#58;*&#58; &#123;<br />
if &#40;$devent == sclick&#41; &#123;<br />
if &#40;$did == #&#41; &#123; &#125;<br />
if &#40;$did == #&#41; &#123; &#125;<br />
&#125;<br />
&#125;</td>	</tr></table><span class="postbody"><br />
<br />
Also you have 2 Topic locks, 19 and 23 I think. Oh and unless it's different for different networks +s is secret not +S *shrug*]]></description>
		<pubDate>Wed, 05 Nov 2008 00:06:18 -0600</pubDate>
	</item>
	<item>
		<title>Anti commented on mIRC Snippet: Channel Modes Manager (Updated)</title>
		<author>Anti</author>
		<link>http://www.hawkee.com/snippet/5311/#c46487</link>
		<description><![CDATA[Ahhkay i knew that was coming about the network's i was going to add something like join throttling but i really got snagged by the edit and how to incorperate that with the other stuff.. so yeah.<br />
<br />
Well how would i get it to disable the modes if it isnt supported.. is there even a way to check for that?<br />
<br />
Also. Do you know if it can check what modes are selected and what ones arent so it can be automatically checked to cause no confusion.]]></description>
		<pubDate>Tue, 04 Nov 2008 19:52:07 -0600</pubDate>
	</item>
	<item>
		<title>zonirc commented on mIRC Snippet: Channel Modes Manager (Updated)</title>
		<author>zonirc</author>
		<link>http://www.hawkee.com/snippet/5311/#c46471</link>
		<description><![CDATA[I assume this script would working in some network only(especially the network that had implemented the specified chan modes...which many of them are unfamiliar for me).<br />
IMO this is a simple script with a nice dialog and maybe you could added a couple thing on it such as:<br />
<br />
1. Disable the modes if its not supported by the network<br />
2. Adding a channel name into dialog title instead of 'Manager' so users know which channel the modes would be apply.<br />
<br />
Anyway... its really something useful for the operators<br />
<br />
Nice job ]]></description>
		<pubDate>Tue, 04 Nov 2008 18:42:01 -0600</pubDate>
	</item>
	<item>
		<title>Purcell commented on mIRC Snippet: Channel Modes Manager (Updated)</title>
		<author>Purcell</author>
		<link>http://www.hawkee.com/snippet/5311/#c46410</link>
		<description><![CDATA[Hmm, nice all in one :P]]></description>
		<pubDate>Tue, 04 Nov 2008 11:07:02 -0600</pubDate>
	</item>

	</channel>
</rss>


