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

	<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-10-05T06:13:53-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Gemster]]></name></author>
		<updated>2010-10-05T06:13:53-04:00</updated>

		<published>2010-10-05T06:13:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94648#p94648</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94648#p94648"/>
		<title type="html"><![CDATA[Tcl error in script for 'need-op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94648#p94648"><![CDATA[
Thanks willyw, all I want is to disable it as I don't want the bot to have ops. I'll try the command u sed to disable it and see if that works. <br><br>Thanks<br>Gemster<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11375">Gemster</a> — Tue Oct 05, 2010 6:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2010-10-04T23:09:02-04:00</updated>

		<published>2010-10-04T23:09:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94647#p94647</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94647#p94647"/>
		<title type="html"><![CDATA[Tcl error in script for 'need-op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94647#p94647"><![CDATA[
Log into the partyline.<br>Send    .chaninfo &lt;#channel&gt;<br><br>and examine the info returned.<br><br>Look for something like this:<div class="codebox"><p>Code: </p><pre><code>&lt;botnick&gt; To regain op's (need-op):&lt;botnick&gt; putserv "privmsg chanserv :op #channel $botnick"</code></pre></div>I suspect that the first thing on your command line is not <br>putserv<br>but is<br>gain_entrance<br>and TCL doesn't know what it is.   <br><br>Could it be a procedure in a script somewhere?<br><br>To simply get rid of the message, you could disable it:<br>.chanset #channel need-op<br><br>or, if you want to actually make it work, we have to know what the server accepts, as a command to grant ops.<br>If it is Chanserv, then you could use what you see above, substituting for #channel.<br>.chanset #channel need-op putserv "privmsg chanserv : op #channel $botnick"<br><br>Then check it, to be sure, with  .chaninfo #channel , again.   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Mon Oct 04, 2010 11:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gemster]]></name></author>
		<updated>2010-10-04T17:47:00-04:00</updated>

		<published>2010-10-04T17:47:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94645#p94645</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94645#p94645"/>
		<title type="html"><![CDATA[Tcl error in script for 'need-op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94645#p94645"><![CDATA[
Hi, when i dcc chat to my bot i keep getting this every minute and its getting annoyan<br><br>[22:45] &lt;Limbo&gt; [14:44:00] Tcl error in script for 'need-op':<br>[22:45] &lt;Limbo&gt; [14:44:00] invalid command name "gain_entrance"<br><br>Its a basic setup of the conf too<br><br>Any help to get rid of this message please<br><br>Thanks<br>Gemster<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11375">Gemster</a> — Mon Oct 04, 2010 5:47 pm</p><hr />
]]></content>
	</entry>
	</feed>
