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

	<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-02-27T21:07:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2010-02-27T21:07:55-04:00</updated>

		<published>2010-02-27T21:07:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92275#p92275</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92275#p92275"/>
		<title type="html"><![CDATA[Multiple Bot Owners?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92275#p92275"><![CDATA[
<blockquote class="uncited"><div>That fixed that problem. Thanks. I do have one more concern, on all my bots (even my own bot in my room) it will not respond to any of the default commands (basically none of the .whatever commands) in chat or message. Any idea what's causing that?<br><br>Thanks!</div></blockquote>After those two commands are issued it's expected you will use the party-line to handle the rest of the configuration from there forward. If you mean "party-line (dcc-chat) commands with the bot don't work". Which is after you login to party-line, these truly aren't working, you'll need to post more info..<br><br>If you mean channel commands and message commands aren't working. These are added to eggdrop sourcing extensions such as modules and tcl scripts. These are (usually) insecure, access to party-line is strict and therefore much more secure.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Sat Feb 27, 2010 9:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[thenerdtv]]></name></author>
		<updated>2010-02-27T20:01:15-04:00</updated>

		<published>2010-02-27T20:01:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92273#p92273</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92273#p92273"/>
		<title type="html"><![CDATA[Multiple Bot Owners?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92273#p92273"><![CDATA[
<blockquote class="uncited"><div>Code:<br># Un-comment the next line and set the list of owners of the bot.<br># You NEED to change this setting.<br>set owner "them you"</div></blockquote>Ok, I had it configured like<br><div class="codebox"><p>Code: </p><pre><code>set owner "them"set owner "me"</code></pre></div>That fixed that problem. Thanks. I do have one more concern, on all my bots (even my own bot in my room) it will not respond to any of the default commands (basically none of the .whatever commands) in chat or message. Any idea what's causing that?<br><br>Thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11121">thenerdtv</a> — Sat Feb 27, 2010 8:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2010-02-27T19:53:38-04:00</updated>

		<published>2010-02-27T19:53:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92272#p92272</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92272#p92272"/>
		<title type="html"><![CDATA[Re: Multiple Bot Owners?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92272#p92272"><![CDATA[
<blockquote class="uncited"><div>Hi,<br><br>I'm pretty new to Eggdrop and I'm hosting bot for a couple people on my VPS. They can control the bot just fine, but I want to be able to control it too, like having multiple owners.. How can I do this?<br><br>Thanks in advance,<br>Charles</div></blockquote><div class="codebox"><p>Code: </p><pre><code># Un-comment the next line and set the list of owners of the bot.# You NEED to change this setting.set owner "them you"</code></pre></div>After that...<blockquote class="uncited"><div>&lt;you&gt; /msg botnick hello<br>&lt;botnick&gt; You are owner, etc, set a pass, etc ...<br>&lt;you&gt; /msg botnick pass your-pass-here<br>&lt;botnick&gt; your pass is your-pass-here. write that down, etc</div></blockquote>Conversely, you can also... <blockquote class="uncited"><div>.adduser yournick<br>.chattr yournick +n</div></blockquote>Not quite the same as having your nickname in the owner field and messaging the bot "hello", but very very close to it...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Sat Feb 27, 2010 7:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[thenerdtv]]></name></author>
		<updated>2010-02-27T19:39:11-04:00</updated>

		<published>2010-02-27T19:39:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92271#p92271</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92271#p92271"/>
		<title type="html"><![CDATA[Multiple Bot Owners?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92271#p92271"><![CDATA[
Hi,<br><br>I'm pretty new to Eggdrop and I'm hosting bot for a couple people on my VPS. They can control the bot just fine, but I want to be able to control it too, like having multiple owners.. How can I do this?<br><br>Thanks in advance,<br>Charles<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11121">thenerdtv</a> — Sat Feb 27, 2010 7:39 pm</p><hr />
]]></content>
	</entry>
	</feed>
