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

	<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-14T12:56:35-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-03-14T12:56:35-04:00</updated>

		<published>2006-03-14T12:56:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61059#p61059</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61059#p61059"/>
		<title type="html"><![CDATA[Re: need a little help with voicebitch.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61059#p61059"><![CDATA[
<blockquote class="uncited"><div>I don't know how to make if a bot voices a user the other ones to devoice him or somehow to make if someone wan't to use the command voice from the bot he has to have flag H</div></blockquote>I did not get what you're trying to explain but I can tell you one thing about the mode bind. The mode bind catches one mode change at a time which means +v-o will never be equal to $mchange. To catch +v you can use this:<div class="codebox"><p>Code: </p><pre><code>bind mode - "* +v" proc</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Mar 14, 2006 12:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MMDollar]]></name></author>
		<updated>2006-03-13T12:41:18-04:00</updated>

		<published>2006-03-13T12:41:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61033#p61033</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61033#p61033"/>
		<title type="html"><![CDATA[need a little help with voicebitch.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61033#p61033"><![CDATA[
I don't know how to make if a bot voices a user the other ones to devoice him or somehow to make if someone wan't to use the command voice from the bot he has to have flag H<br>here is my code :<div class="codebox"><p>Code: </p><pre><code>bind mode - * mode:bitchie_staffproc mode:bitchie_staff {nick uhost handle channel mchange theone} { global channels botnick  if {$mchange == "+v" || $mchange == "+v-o"} {   if {[matchattr [nick2hand $theone] b] || [matchattr $handle H] || [matchattr [nick2hand $theone] H]} { return 0 }   if {[matchattr $handle b]} {     putserv "MODE $channel -v $theone"     return 0   }   putserv "MODE $channel -ov $nick $theone"   putserv "kick $channel $nick :Нямате право да давате voice (глас).Забранена е тази опция в канала!"  }}</code></pre></div>[/code]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7449">MMDollar</a> — Mon Mar 13, 2006 12:41 pm</p><hr />
]]></content>
	</entry>
	</feed>
