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

	<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>2018-02-22T18:13:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2018-02-22T18:13:08-04:00</updated>

		<published>2018-02-22T18:13:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106702#p106702</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106702#p106702"/>
		<title type="html"><![CDATA[Re: Delete full XTRA field?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106702#p106702"><![CDATA[
<blockquote class="uncited"><div>...<br>And I have no idea why the bot adds a different hostmask using .adduser and when you use the tcl command -&gt; adduser (The tcl scripts capture the hostmask more descriptively than the actual bot itself)</div></blockquote><br>The tcl adduser command that you tried is in some script?<br><br>If so, I wonder if you have a proc with the same name as the command?<br><br>Because, (have a look here.. find the adduser command)<br><a href="http://docs.eggheads.org/mainDocs/tcl-commands.html" class="postlink">http://docs.eggheads.org/mainDocs/tcl-commands.html</a><br>apparently the tcl adduser command must be given the hostmask... it doesn't go get it by itself, like the partyline .adduser command does.<br><br>So I wonder if you have some proc that is overriding the tcl command?<br>If so...  you'd have to examine that proc, to see what all it is doing.<br><br>Just for fun, try a partyline command line.  Here's an example of what I did:<br>&lt;mynick&gt; .tcl info body adduser<br>&lt;botnick&gt; Tcl error: "adduser" isn't a procedure<br><br>whereas if I'd given it a proc name, it would have displayed the lines of code within the proc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Thu Feb 22, 2018 6:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2018-02-22T18:05:35-04:00</updated>

		<published>2018-02-22T18:05:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106701#p106701</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106701#p106701"/>
		<title type="html"><![CDATA[Re: Delete full XTRA field?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106701#p106701"><![CDATA[
This:<br>.tcl setuser &lt;handle&gt; xtra Variable1 "Variable2 Variable3" <br>in the partyline, did set it.  I tried it on a bot.<br><br>Then:<br>.tcl getuser &lt;handle&gt; xtra <br>would display it.<br><br>Next:<br>.tcl setuser &lt;handle&gt; xtra Variable1 <br>is what I tried to see what happens.<br><br>Followed by:<br>.tcl getuser &lt;handle&gt; xtra <br>again, and it seems to have erased it, leaving on the "created" data.<br><br><br>It looks like the only think that I did different than you, was that I did not use  " "<br><br>I hope this helps.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Thu Feb 22, 2018 6:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Spiritbob]]></name></author>
		<updated>2018-02-22T15:46:17-04:00</updated>

		<published>2018-02-22T15:46:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106700#p106700</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106700#p106700"/>
		<title type="html"><![CDATA[Delete full XTRA field?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106700#p106700"><![CDATA[
Okay, so if I've set the following xtra field<div class="codebox"><p>Code: </p><pre><code>setuser &lt;nick&gt; xtra Variable1 "Variable2 Variable3"</code></pre></div>How do I delete that whole field?<br>I've tried using <div class="codebox"><p>Code: </p><pre><code>setuser &lt;nick&gt; xtra Variable1 ""</code></pre></div> <br>or <div class="codebox"><p>Code: </p><pre><code>setuser &lt;nick&gt; xtra Variable1 " "</code></pre></div> But it doesn't work...<br><br><br>And I have no idea why the bot adds a different hostmask using .adduser and when you use the tcl command -&gt; adduser (The tcl scripts capture the hostmask more descriptively than the actual bot itself)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12738">Spiritbob</a> — Thu Feb 22, 2018 3:46 pm</p><hr />
]]></content>
	</entry>
	</feed>
