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

	<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>2024-05-13T10:12:06-04:00</updated>

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

		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-05-13T10:12:06-04:00</updated>

		<published>2024-05-13T10:12:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112812#p112812</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112812#p112812"/>
		<title type="html"><![CDATA[Re: first 6 stacked nicks in this mass voice tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112812#p112812"><![CDATA[
<blockquote class="uncited"><div>pushmode doesnt allow custom delay wich is what im after as delay i want to use differs from network to network as well as stacked modes per line.</div></blockquote>The number of stacked modes allowed by the server is usually sent by the server itself (and I think eggdrop use it).<br>Concerning the delay... Why do you want to use another one than the eggdrop's one ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Mon May 13, 2024 10:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2024-05-13T10:01:41-04:00</updated>

		<published>2024-05-13T10:01:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112811#p112811</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112811#p112811"/>
		<title type="html"><![CDATA[Re: first 6 stacked nicks in this mass voice tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112811#p112811"><![CDATA[
i think i found a way to achieve that and it seems to work as expected thanks DasBrain for helping trying to find solutions wich is always apreciated as always.<br><br>thanks Dasbrain.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Mon May 13, 2024 10:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2024-05-13T09:47:50-04:00</updated>

		<published>2024-05-13T09:47:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112810#p112810</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112810#p112810"/>
		<title type="html"><![CDATA[Re: first 6 stacked nicks in this mass voice tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112810#p112810"><![CDATA[
pushmode doesnt allow custom delay wich is what im after as delay i want to use differs from network to network as well as stacked modes per line.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Mon May 13, 2024 9:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DasBrain]]></name></author>
		<updated>2024-05-13T09:04:50-04:00</updated>

		<published>2024-05-13T09:04:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112809#p112809</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112809#p112809"/>
		<title type="html"><![CDATA[Re: first 6 stacked nicks in this mass voice tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112809#p112809"><![CDATA[
Did you consider using pushmode?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12909">DasBrain</a> — Mon May 13, 2024 9:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2024-05-13T08:54:03-04:00</updated>

		<published>2024-05-13T08:54:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112807#p112807</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112807#p112807"/>
		<title type="html"><![CDATA[first 6 stacked nicks in this mass voice tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112807#p112807"><![CDATA[
greetings folks, <br><br>i was trying to get this mass voice tcl (with delay) to voice first stacked nicks of 6 (or less if there are less then 6 to voice) instant and the rest with delay, but i couldnt figure a way to achieve this perhaps someone of you knows a of a proper method to achieve this.<br><br>Thanks i advance,<br><div class="codebox"><p>Code: </p><pre><code>bind pub -|- .mv voice_allbind pub -|- !mv voice_allproc voice_all {nick host hand chan text} {if {![isop $nick $chan] &amp;&amp; ![ishalfop $nick $chan] &amp;&amp; ![matchattr $hand o|o $chan]} { return 0 }set userList [chanlist $chan]set pos [lsearch -nocase $userList $::botnick]set userList [lreplace $userList $pos $pos]foreach user  $userList {if {![isvoice $user $chan] &amp;&amp; ![isop $user $chan] &amp;&amp; ![ishalfop $user $chan] &amp;&amp; ![matchattr [nick2hand $user] of|of $chan]} {  lappend voiceList $user }}# define the max amount of modes per lineset max 6# op all the members in the above built voice listif {[info exists voiceList]} {set voiceList [lsort -unique $voiceList]set len [llength $voiceList]while {$len &gt; 0} {if {$len &gt; $max} {set mode [string repeat "v" $max]set users [join [lrange $voiceList 0 [expr {$max - 1}]]]set voiceList [lrange $voiceList $max end]incr len -$max} else {set mode [string repeat "v" $len]set users [join $voiceList]set len 0}incr counter 1after [expr {$counter*4000}] [list  putnow "MODE $chan +$mode $users"]}puthelp "NOTICE $nick :Voiced all users on $chan."} else {puthelp "NOTICE $nick :Nobody needed to be Voiced on $chan."}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Mon May 13, 2024 8:54 am</p><hr />
]]></content>
	</entry>
	</feed>
