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

	<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>2006-03-13T17:06:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2006-03-13T17:06:34-04:00</updated>

		<published>2006-03-13T17:06:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61039#p61039</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61039#p61039"/>
		<title type="html"><![CDATA[Stupid pushmode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61039#p61039"><![CDATA[
do they by any chance have the same u@h ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Mon Mar 13, 2006 5:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ecimo]]></name></author>
		<updated>2006-03-13T13:06:59-04:00</updated>

		<published>2006-03-13T13:06:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61035#p61035</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61035#p61035"/>
		<title type="html"><![CDATA[Stupid pushmode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61035#p61035"><![CDATA[
Bug 1: <br>the proc demute is the problem can some help me there?<br>«11:15:43» {@Mulle^:#game-fair.dk} !mute l0rn|Mortar^off l0rn|RR^Off <br>«11:15:44» « Mode » {[Game-Fair]} sets {-vv l0rn|Mortar^off l0rn|RR^Off} <br>«11:17:43» « Mode » {[Game-Fair]} sets {+v l0rn|Mortar^off}<br><div class="codebox"><p>Code: </p><pre><code>set mutedhosts "" bind join -|- * myavoice bind PUB -|- !mute mymute bind PUB -|- !demute demute2 proc myavoice {n u h c} {   if {![string equal -nocase $c "#game-fair.dk"]} {return}   global mutedhosts   if {[lsearch -exact $mutedhosts $u] == -1} {     pushmode $c +v $n   } else { puthelp "PRIVMSG $c :\002$n\002 (\002*!*$u\002) have been a bad boy, You have to wait 2 mins." } }proc mymute {n u h c a} {   if {![string equal -nocase $c "#game-fair.dk"] || ![isop $n $c]} {return}   global mutedhosts   foreach v [split $a] {     if {[onchan $v $c]} {       lappend mutedhosts [set uh [getchanhost $v $c]]       pushmode $c -v $v       utimer 120 [list demute $v $uh $c]     }   } } proc demute2 {n u h c a} {   if {![string equal -nocase $c "#game-fair.dk"] || ![isop $n $c] || ![onchan $a $c]} {return}   foreach v [split $a] {   demute $v [getchanhost $v $c] $c   } } proc demute {n h c} {   global mutedhosts   if {[set pos [lsearch -exact $mutedhosts $h]] == -1} {return}   while {[set pos [lsearch -exact $mutedhosts $h]] != -1} {     set mutedhosts [lreplace $mutedhosts $pos $pos]]   }   if {[onchan $n $c]} {     pushmode $c +v $n     } {     foreach curuser [chanlist $c] {       if {[getchanhost $curuser] == $h &amp;&amp; ![isvoice $curuser $c]} {pushmode $c +v $curuser}     }   } }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7156">Ecimo</a> — Mon Mar 13, 2006 1:06 pm</p><hr />
]]></content>
	</entry>
	</feed>
