<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/17169" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2009-09-12T11:26:23-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/17169</id>

		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2009-09-12T11:26:23-04:00</updated>

		<published>2009-09-12T11:26:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90233#p90233</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90233#p90233"/>
		<title type="html"><![CDATA[+m mode when no op avaible on chanel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90233#p90233"><![CDATA[
try:<div class="codebox"><p>Code: </p><pre><code># tomekk, http://forum.egghelp.org/viewtopic.php?t=17169# if you want to use this script on your chan, type in eggdrop console (via telnet or DCC chat)# .chanset #channel_name +mops# and later .save############################################################################bind part - "*" check_chan_opsbind sign - "*" check_chan_opssetudef flag mopsproc check_chan_ops { nick uhost hand chan msg } {global botnickif {![channel get $chan mops]} {return}set channel_users [chanlist $chan]set is_any_op 0foreach chan_user $channel_users {if {($chan_user != $nick) &amp;&amp; ($chan_user != $botnick)} {if {[isop $chan_user $chan]} {set is_any_op 1break}}}if {$is_any_op == 0} {pushmode $chan +m}}putlog "m-when-zero-ops.tcl ver 0.1 by tomekk loaded"</code></pre></div>comment:<blockquote class="uncited"><div># iif you want to use this script on your chan, type in eggdrop console (via telnet or DCC chat)<br># .chanset #channel_name +mops<br># and later .save</div></blockquote>This script check only parts and signs, not net-splits.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Sat Sep 12, 2009 11:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Keen]]></name></author>
		<updated>2009-09-08T23:20:41-04:00</updated>

		<published>2009-09-08T23:20:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90187#p90187</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90187#p90187"/>
		<title type="html"><![CDATA[+m mode when no op avaible on chanel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90187#p90187"><![CDATA[
Hello i need a tcl sciprt that will give +m mode to the channel whenn all ops left the channel. Because some users swears when there is no op on channels. Thank you and sorry for my bad english.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10458">Keen</a> — Tue Sep 08, 2009 11:20 pm</p><hr />
]]></content>
	</entry>
	</feed>
