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

	<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>2004-08-31T02:27:14-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-08-31T02:27:14-04:00</updated>

		<published>2004-08-31T02:27:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40440#p40440</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40440#p40440"/>
		<title type="html"><![CDATA[hiding private messages to bot in partyline]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40440#p40440"><![CDATA[
<blockquote class="uncited"><div>change it to 'bind msg - !identify maf:identify' and change '[lindex $t 1]' to just '$t'</div></blockquote>this work perfectly, big thanks. But, i have not one procedure (!setpass, !setnickpass, !register - too), and this procedures calls 2 times: after <div class="codebox"><p>Code: </p><pre><code>bind msg - !register maf:register</code></pre></div> it calls, at first, with text "!register pass", and then with text "pass". I solve this problem by insert this string: <div class="codebox"><p>Code: </p><pre><code>if {[lindex "$t" 0]=="!register"} {return 0}</code></pre></div>, but, if somebody have other idea, i want to hear it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Tue Aug 31, 2004 2:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-08-30T18:30:43-04:00</updated>

		<published>2004-08-30T18:30:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40433#p40433</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40433#p40433"/>
		<title type="html"><![CDATA[hiding private messages to bot in partyline]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40433#p40433"><![CDATA[
change it to 'bind msg - !identify maf:identify' and change '[lindex $t 1]' to just '$t'<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Mon Aug 30, 2004 6:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-08-30T18:22:27-04:00</updated>

		<published>2004-08-30T18:22:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40432#p40432</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40432#p40432"/>
		<title type="html"><![CDATA[hiding private messages to bot in partyline]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40432#p40432"><![CDATA[
<blockquote class="uncited"><div>what kind of bind is triggering this proc?</div></blockquote><div class="codebox"><p>Code: </p><pre><code>bind msgm - "!identify*"   maf:identify</code></pre></div><p>Statistics: Posted by Guest — Mon Aug 30, 2004 6:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-08-30T17:43:33-04:00</updated>

		<published>2004-08-30T17:43:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40431#p40431</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40431#p40431"/>
		<title type="html"><![CDATA[hiding private messages to bot in partyline]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40431#p40431"><![CDATA[
what kind of bind is triggering this proc?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Mon Aug 30, 2004 5:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-08-30T17:29:00-04:00</updated>

		<published>2004-08-30T17:29:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40429#p40429</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40429#p40429"/>
		<title type="html"><![CDATA[hiding private messages to bot in partyline]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40429#p40429"><![CDATA[
<blockquote class="uncited"><div>it most likely happen because you have a (unneded) return 1 at the end of your proc.</div></blockquote>and how i can fix it? <br>in this code i change command "return" to "return 0":<div class="codebox"><p>Code: </p><pre><code>proc maf:identify {n uh h t} {global mafs mafmsg if {[onchan $n $mafs(curchannel)]==0} {return 0}set id [makeid $n]if {[maf:isidentify $id]==1} {maf:msg $n "Nick5 $n already identified"return 0}if {[maf:isregister $id]==0} { maf:msg $n "Nick $n unregistered!"return 0}if {[maf:checkpass $id [lindex $t 1]]==0} {maf:msg $n " sorry, password incorrect"return 0}if {[maf:checkaddress $id $uh]==0} {maf:msg $n "userhost incorrect"return 0}putlog "[maf:getinfo ident $id] $id"maf:setinfo ident $id 1putlog "[maf:getinfo ident $id]"maf:setinfo identtime $id [clock seconds]maf:msg $n "nick $n sucefully identified!"maf:returnplayer $idif {(([maf:isnickplayer $id]==0)||($mafs(isgame)==0))&amp;&amp;([maf:getlevel $id]&gt;0)} {}return 0}</code></pre></div>But command !identify still echoed in partyline <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by Guest — Mon Aug 30, 2004 5:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-08-30T10:12:54-04:00</updated>

		<published>2004-08-30T10:12:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40405#p40405</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40405#p40405"/>
		<title type="html"><![CDATA[hiding private messages to bot in partyline]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40405#p40405"><![CDATA[
it most likely happen because you have a (unneded) return 1 at the end of your proc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Mon Aug 30, 2004 10:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-08-30T07:12:24-04:00</updated>

		<published>2004-08-30T07:12:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40402#p40402</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40402#p40402"/>
		<title type="html"><![CDATA[hiding private messages to bot in partyline]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40402#p40402"><![CDATA[
this used to be a major concern of mine, until I saw the light <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"> , and installed netbots.tcl.  The nb_castfilter variable took care of this lil problem perfectly  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Mon Aug 30, 2004 7:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-08-29T20:08:51-04:00</updated>

		<published>2004-08-29T20:08:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40378#p40378</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40378#p40378"/>
		<title type="html"><![CDATA[hiding private messages to bot in partyline]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40378#p40378"><![CDATA[
hello. I use script with own userfile and identify system (this is game script), and it use command like <div class="codebox"><p>Code: </p><pre><code>/msg bot !identify pass</code></pre></div> But, i have one problem - this pass can be viewed in partyline (like this:<div class="codebox"><p>Code: </p><pre><code>[02:36] [XAPOH!~pycbocmok@81.198.55.1] !identify password</code></pre></div>. Until my eggdrop have only one user (me), this is not problem, but, i plan (in future) add some partyline members (game OPs). How i can hide this messages in partyline?<p>Statistics: Posted by Guest — Sun Aug 29, 2004 8:08 pm</p><hr />
]]></content>
	</entry>
	</feed>
