<?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/5116" />

	<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>2003-07-29T11:25:29-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-07-29T11:25:29-04:00</updated>

		<published>2003-07-29T11:25:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24171#p24171</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24171#p24171"/>
		<title type="html"><![CDATA[how to check for modes ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24171#p24171"><![CDATA[
ok, found it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>if {[string match *m* [lindex [getchanmode $chan] 0]]} {return 0}<br><br>thanx.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Jul 29, 2003 11:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-07-29T11:18:25-04:00</updated>

		<published>2003-07-29T11:18:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24170#p24170</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24170#p24170"/>
		<title type="html"><![CDATA[how to check for modes ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24170#p24170"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind mode - "* +v" moderate:checkproc moderate:check {nick uhost hand chan mod vict} {if {$vict == $::botnick} {return 0} if {[getchanmode $chan] == "*m*"} {return 0}  putserv "MODE $chan -v $vict"  putserv "NOTICE $nick :voice is only used when the channel is moderated"}</code></pre></div>this code is supposed to not devoice the victim if the channel is moderated (+m), but it doesn'y work, so how to make it see if the channel has +m in its modes?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Jul 29, 2003 11:18 am</p><hr />
]]></content>
	</entry>
	</feed>
