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

	<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>2019-09-30T13:43:49-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Cadaver]]></name></author>
		<updated>2019-09-10T15:14:34-04:00</updated>

		<published>2019-09-10T15:14:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107813#p107813</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107813#p107813"/>
		<title type="html"><![CDATA[[Solved] Pushmode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107813#p107813"><![CDATA[
Everything works, in conclusion the one who does things wrong is you. Sorry, i cant help you.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12777">Cadaver</a> — Tue Sep 10, 2019 3:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2019-09-30T13:43:49-04:00</updated>

		<published>2019-09-10T14:56:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107812#p107812</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107812#p107812"/>
		<title type="html"><![CDATA[[Solved] Pushmode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107812#p107812"><![CDATA[
......<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Tue Sep 10, 2019 2:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cadaver]]></name></author>
		<updated>2019-09-10T13:50:53-04:00</updated>

		<published>2019-09-10T13:50:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107811#p107811</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107811#p107811"/>
		<title type="html"><![CDATA[[Solved] Pushmode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107811#p107811"><![CDATA[
Works when 15 different nicks joins to channel, edit [llength $nicks] == "15" for more or less.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12777">Cadaver</a> — Tue Sep 10, 2019 1:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2019-09-30T13:43:35-04:00</updated>

		<published>2019-09-10T13:16:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107810#p107810</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107810#p107810"/>
		<title type="html"><![CDATA[[Solved] Pushmode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107810#p107810"><![CDATA[
......<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Tue Sep 10, 2019 1:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cadaver]]></name></author>
		<updated>2019-09-10T11:56:25-04:00</updated>

		<published>2019-09-10T11:56:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107808#p107808</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107808#p107808"/>
		<title type="html"><![CDATA[[Solved] Pushmode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107808#p107808"><![CDATA[
Try this:<br><div class="codebox"><p>Code: </p><pre><code>namespace eval steiner {  namespace eval vall {    bind join -|- * steiner::vall::join    proc join {nick uhost hand chan} {      global botnick      if {$nick != $botnick} {        if {![info exists nicks]} { set nicks $nick }        if {[string first $nick $nicks] == 0} {          return        } else {          set nicks [lappend nicks $nick]        }        if {[llength $nicks] == "15" &amp;&amp; [botisop $chan]} {          putquick "MODE $chan +vvvvvvvvvvvvvvv [join [list $nicks]]" ; unset nicks        }      }    }  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12777">Cadaver</a> — Tue Sep 10, 2019 11:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2019-09-30T13:43:17-04:00</updated>

		<published>2019-09-10T07:46:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107806#p107806</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107806#p107806"/>
		<title type="html"><![CDATA[[Solved] Pushmode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107806#p107806"><![CDATA[
......<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Tue Sep 10, 2019 7:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2019-09-30T13:42:59-04:00</updated>

		<published>2019-09-10T07:34:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107805#p107805</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107805#p107805"/>
		<title type="html"><![CDATA[[Solved] Pushmode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107805#p107805"><![CDATA[
..........<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Tue Sep 10, 2019 7:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Arnold_X-P]]></name></author>
		<updated>2019-09-09T23:43:16-04:00</updated>

		<published>2019-09-09T23:43:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107802#p107802</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107802#p107802"/>
		<title type="html"><![CDATA[[Solved] Pushmode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107802#p107802"><![CDATA[
simo <br>so that the order is faster add <strong class="text-strong">-next</strong><br>example:<div class="codebox"><p>Code: </p><pre><code>namespace eval steiner {   namespace eval vall {bind join -|- * steiner::vall::joinproc join {nick uhost hand chan} {putquick "MODE $chan +vvvvvvvvvvvvvvv $nick $nick $nick $nick $nick $nick $nick $nick $nick $nick $nick $nick $nick $nick $nick" -next   }  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8327">Arnold_X-P</a> — Mon Sep 09, 2019 11:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2019-09-30T13:42:46-04:00</updated>

		<published>2019-09-09T16:44:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107801#p107801</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107801#p107801"/>
		<title type="html"><![CDATA[[Solved] Pushmode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107801#p107801"><![CDATA[
.......<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Mon Sep 09, 2019 4:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cadaver]]></name></author>
		<updated>2019-09-09T16:33:45-04:00</updated>

		<published>2019-09-09T16:33:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107800#p107800</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107800#p107800"/>
		<title type="html"><![CDATA[[Solved] Pushmode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107800#p107800"><![CDATA[
You can use:<br><br>putserv or putquick "MODE $chan +vvvvvvvvvvvvvvv (or mode you need) [join [list $args]]"<br><br>To apply massive modes with no queue<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12777">Cadaver</a> — Mon Sep 09, 2019 4:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2019-09-30T13:42:29-04:00</updated>

		<published>2019-09-09T15:14:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107799#p107799</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107799#p107799"/>
		<title type="html"><![CDATA[[Solved] Pushmode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107799#p107799"><![CDATA[
.......<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Mon Sep 09, 2019 3:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cadaver]]></name></author>
		<updated>2019-09-09T14:45:46-04:00</updated>

		<published>2019-09-09T14:45:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107798#p107798</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107798#p107798"/>
		<title type="html"><![CDATA[[Solved] Pushmode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107798#p107798"><![CDATA[
Have you tried to use putquick instead of pushmode?<br><br>... Or try to rethink your question is so confusing<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12777">Cadaver</a> — Mon Sep 09, 2019 2:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2019-09-30T13:42:16-04:00</updated>

		<published>2019-09-09T13:52:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107797#p107797</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107797#p107797"/>
		<title type="html"><![CDATA[[Solved] Pushmode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107797#p107797"><![CDATA[
.............<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Mon Sep 09, 2019 1:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cadaver]]></name></author>
		<updated>2019-09-09T13:17:35-04:00</updated>

		<published>2019-09-09T13:17:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107796#p107796</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107796#p107796"/>
		<title type="html"><![CDATA[Re: Pushmode with no queue]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107796#p107796"><![CDATA[
<blockquote class="uncited"><div>greetings ive been fidling with conf to get an increaded value for:<br>set modes-per-line 3<br>i changed to :<br>set modes-per-line 15<br>and it didnt seem to work it kept setting 6<br>oh i forgot to mention im testing this  with the  ban-time option and set it to 1 min to test with then i set random bans like<br><br>@simo  Sets Mode on  #testing  to:  +bbbbbbbbbbbbbbb *!*@RifSytes-209.088.84.24.IP *!*@RifSytes-7t8.752.67.34.IP *!*@RifSytes-i9e.360.19.08.IP *!*@RifSytes-10f.714.82.11.IP *!*@RifSytes-jlm.568.36.02.IP *!*@RifSytes-aj8.232.73.88.IP *!*@RifSytes-6yv.653.82.53.IP *!*@RifSytes-294.710.78.55.IP *!*@RifSytes-r31.703.87.00.IP *!*@RifSytes-rv8.322.97.69.IP *!*@RifSytes-yxh.565.20.60.IP *!*@RifSytes-4tc.975.34.34.IP *!*@RifSytes-e6z.875.89.97.IP *!*@RifSytes-1o0.745.70.04.IP *!*@RifSytes-902.822.05.28.IP <br><br>then i wait 1 min for  it to remove the bans<br><br>so far it removes per 6 max per line<br>i also tried fidling with :<br><br># you can modify this by changing the value of MODES_PER_LINE_MAX in<br># src/chan.h and recompiling the bot.<br>#set modes-per-line 3<br><br>and changed it to:<br><br>#define MODES_PER_LINE_MAX 15<br><br>and recompiled and still the same effect of max 6 per line<br><br>im testing this on an inspircd  IRCD wich allows 15 modes per line out of the box<br><br>so far all i tried and tested didnt seem to work out i wonder if i did some misconfig on my part or the issue lies somewhere else very curious about this as i didnt see anyone  actually use this option yet<br><br>tnx in advance.</div></blockquote>Check it inspircd.conf, is really changed to:<br>maxtargets="15"<br><br>Then /rehash server<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12777">Cadaver</a> — Mon Sep 09, 2019 1:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2019-09-30T13:42:00-04:00</updated>

		<published>2019-09-08T08:19:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107795#p107795</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107795#p107795"/>
		<title type="html"><![CDATA[[Solved] Pushmode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107795#p107795"><![CDATA[
.......<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sun Sep 08, 2019 8:19 am</p><hr />
]]></content>
	</entry>
	</feed>
