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

	<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>2010-08-14T18:13:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[neoclust]]></name></author>
		<updated>2010-08-14T18:13:34-04:00</updated>

		<published>2010-08-14T18:13:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93956#p93956</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93956#p93956"/>
		<title type="html"><![CDATA[+v-v $nick $nick in one line]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93956#p93956"><![CDATA[
The objective of this script is to publish the users who are in hidden mode in the presence of mode +Dm of the canal and keep only those identified in X and that *.users.undernet.org in their Host I hope you understand me<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10812">neoclust</a> — Sat Aug 14, 2010 6:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[neoclust]]></name></author>
		<updated>2010-08-14T17:43:03-04:00</updated>

		<published>2010-08-14T17:43:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93955#p93955</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93955#p93955"/>
		<title type="html"><![CDATA[+v-v $nick $nick in one line]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93955#p93955"><![CDATA[
Hello i'm using <br><div class="codebox"><p>Code: </p><pre><code>utimer 10 [list cancel_mode $nick $chan]proc cancel_mode {nick chan} {        pushmode $chan +v $nick        putlog "up"        flushmode $chan        pushmode $chan -v $nick        putlog "down"        flushmode $chan}</code></pre></div>I received the message putlog but remains devoice which was not the case<br><blockquote class="uncited"><div>[22:37] ((nino): [21:37] Userfile loaded, unpacking...<br>[22:37] ((nino): [21:37] up<br>[22:37] ((nino): [21:37] down<br>[22:37] ((nino): [21:37] #test: mode change '+v fg' by nino !<a href="mailto:blah@blah.com">blah@blah.com</a><br>[22:40] ((nino): [21:40] @#test (+smtDn) : [m/3 o/1 h/0 v/2 n/0 b/0 e/- I/-]</div></blockquote>In channel :<blockquote class="uncited"><div>[22:37] *** [#test] users- 1 op(s) 33.33% - 1 voice(s) 33.33% - 1 other(s) 33.33%<br>[22:37] *** ········································<br>[22:37] *** nino sets mode: +v fg</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10812">neoclust</a> — Sat Aug 14, 2010 5:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2010-08-14T11:35:21-04:00</updated>

		<published>2010-08-14T11:35:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93945#p93945</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93945#p93945"/>
		<title type="html"><![CDATA[+v-v $nick $nick in one line]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93945#p93945"><![CDATA[
The problem is pushmode will stack modes and wait for either the end of the invoked procedure, or flushmode before it actually sends them to the server. Modes enabling/negating the same thing get stripped naturally. To get around this, you can flushmode after the pushmode.<div class="codebox"><p>Code: </p><pre><code>pushmode $chan +v $nickflushmode $chanpushmode $chan -v $nickflushmode $chan</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Sat Aug 14, 2010 11:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Luminous]]></name></author>
		<updated>2010-08-14T10:44:29-04:00</updated>

		<published>2010-08-14T10:44:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93944#p93944</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93944#p93944"/>
		<title type="html"><![CDATA[+v-v $nick $nick in one line]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93944#p93944"><![CDATA[
Yeah, puserv/quick/help would work just fine with that. I did a mode +b-b *!*@* *!*@* in one line in my egg a minute ago and it worked fine, aside from freaking out another bot that was on the channel, haha.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11101">Luminous</a> — Sat Aug 14, 2010 10:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2010-08-14T10:25:02-04:00</updated>

		<published>2010-08-14T10:25:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93943#p93943</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93943#p93943"/>
		<title type="html"><![CDATA[Re: +v-v $nick $nick in one line]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93943#p93943"><![CDATA[
<blockquote class="uncited"><div>Hello can i use pushmode $chan +v-v $nick $nick in one line ?</div></blockquote>If you want to get it on one line, try:<div class="codebox"><p>Code: </p><pre><code>putserv "mode #chan -v+v $firstnick $secondnick"</code></pre></div>but, did you mean to use the same nick twice?   Nothing will happen if you use the same nick twice.   ... maybe I'm not understanding the goal.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sat Aug 14, 2010 10:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Luminous]]></name></author>
		<updated>2010-08-14T09:49:27-04:00</updated>

		<published>2010-08-14T09:49:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93940#p93940</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93940#p93940"/>
		<title type="html"><![CDATA[+v-v $nick $nick in one line]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93940#p93940"><![CDATA[
Back to back timers causes issues for me.. try something like this instead, even though its ugly:<br><div class="codebox"><p>Code: </p><pre><code>... code.... utimer 10 [list cancel_mode $nick $chan]... rest of code....}proc cancel_mode {nick chan} { pushmode $chan +v $nick pushmode $chan -v $nick}</code></pre></div>If that doesn't do it... I don't know.. :\<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11101">Luminous</a> — Sat Aug 14, 2010 9:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[neoclust]]></name></author>
		<updated>2010-08-14T06:21:29-04:00</updated>

		<published>2010-08-14T06:21:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93936#p93936</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93936#p93936"/>
		<title type="html"><![CDATA[+v-v $nick $nick in one line]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93936#p93936"><![CDATA[
I tried that but it does not work : <br>utimer 10 [list pushmode $chan +v $nick]<br>        utimer 1 [list pushmode $chan -v $nick]<br><br>the result : <br>[11:20] *** Eggy sets mode: +v neoclust<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10812">neoclust</a> — Sat Aug 14, 2010 6:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Luminous]]></name></author>
		<updated>2010-08-13T22:01:24-04:00</updated>

		<published>2010-08-13T22:01:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93934#p93934</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93934#p93934"/>
		<title type="html"><![CDATA[+v-v $nick $nick in one line]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93934#p93934"><![CDATA[
Not exactly... pushmode is intended to lump several mode commands into a single line. Not sure why you would want to cancel out a mode like that, but this would probably work:<br><div class="codebox"><p>Code: </p><pre><code>pushmode $chan +v $nickpushmode $chan -v $nick</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11101">Luminous</a> — Fri Aug 13, 2010 10:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[neoclust]]></name></author>
		<updated>2010-08-13T21:14:42-04:00</updated>

		<published>2010-08-13T21:14:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93931#p93931</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93931#p93931"/>
		<title type="html"><![CDATA[+v-v $nick $nick in one line]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93931#p93931"><![CDATA[
Hello can i use pushmode $chan +v-v $nick $nick in one line ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10812">neoclust</a> — Fri Aug 13, 2010 9:14 pm</p><hr />
]]></content>
	</entry>
	</feed>
