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

	<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>2006-03-07T18:19:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[quantum0726]]></name></author>
		<updated>2006-03-07T18:19:03-04:00</updated>

		<published>2006-03-07T18:19:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60934#p60934</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60934#p60934"/>
		<title type="html"><![CDATA[Bot only responds to owner, even with public commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60934#p60934"><![CDATA[
Figured out what the problem was.  Turned out not to be a script error or an eggdrop error (as was ruled out earlier).  My bot resides on irc.freenode.net, which does not allow private messages unless at least one of the nicks is registered.  Since my bot didn't have a registered nick, it could only send a private message to the owner, which did have a registered nick.  Using a Guest??? nick or anything else would result in nothing from the bot since it couldn't send a privmsg.<br><br>Thanks for all your help and suggestions!  Now to put up a post to see if anyone knows of an easy way to have my bot respond to NickServ...and turns out searching the forums solves that problem.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7442">quantum0726</a> — Tue Mar 07, 2006 6:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ian-Highlander]]></name></author>
		<updated>2006-03-06T07:33:34-04:00</updated>

		<published>2006-03-06T07:33:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60897#p60897</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60897#p60897"/>
		<title type="html"><![CDATA[Bot only responds to owner, even with public commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60897#p60897"><![CDATA[
The "rules_pub" procedure that bind is calling must have other verification somewhere in the procedure, that bind is set for ANYONE to use it, known or not. Post that procedure up.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=17">Ian-Highlander</a> — Mon Mar 06, 2006 7:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-03-05T18:58:01-04:00</updated>

		<published>2006-03-05T18:58:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60891#p60891</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60891#p60891"/>
		<title type="html"><![CDATA[Bot only responds to owner, even with public commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60891#p60891"><![CDATA[
<blockquote class="uncited"><div>.. <strong class="text-strong">scripts</strong> then check for their respective access via matchattr</div></blockquote>Nothing to do with bot configuration files. Find an appropriate Tcl script to fit your needs.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Mar 05, 2006 6:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[quantum0726]]></name></author>
		<updated>2006-03-05T17:44:54-04:00</updated>

		<published>2006-03-05T17:44:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60889#p60889</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60889#p60889"/>
		<title type="html"><![CDATA[Bot only responds to owner, even with public commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60889#p60889"><![CDATA[
That is the command that I'm using, but only the owner gets a response from that command.  Is there something in the conf. file that needs to be set to listen for these public commands?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7442">quantum0726</a> — Sun Mar 05, 2006 5:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2006-03-05T17:34:06-04:00</updated>

		<published>2006-03-05T17:34:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60887#p60887</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60887#p60887"/>
		<title type="html"><![CDATA[Bot only responds to owner, even with public commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60887#p60887"><![CDATA[
bind pub -|- !rules rules_pub  &lt;~ that's public!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Mar 05, 2006 5:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[quantum0726]]></name></author>
		<updated>2006-03-05T04:21:50-04:00</updated>

		<published>2006-03-05T04:21:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60873#p60873</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60873#p60873"/>
		<title type="html"><![CDATA[Bot only responds to owner, even with public commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60873#p60873"><![CDATA[
Is there any way then to make a command fully public, so that any user can access it?  Or some way to add all users to the bot but only for certain commands?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7442">quantum0726</a> — Sun Mar 05, 2006 4:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-03-04T00:53:04-04:00</updated>

		<published>2006-03-04T00:53:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60839#p60839</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60839#p60839"/>
		<title type="html"><![CDATA[Bot only responds to owner, even with public commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60839#p60839"><![CDATA[
Users have to be added to the bot and scripts then check for their respective access via matchattr.<br><br>From tcl-commands.doc:<blockquote class="uncited"><div>  matchattr &lt;handle&gt; &lt;flags&gt; [channel]<br>    Returns: 1 if the specified user has the specified flags; 0 otherwise<br>    Module: core</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Mar 04, 2006 12:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[quantum0726]]></name></author>
		<updated>2006-03-03T21:44:10-04:00</updated>

		<published>2006-03-03T21:44:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60835#p60835</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60835#p60835"/>
		<title type="html"><![CDATA[Bot only responds to owner, even with public commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60835#p60835"><![CDATA[
Hi, I just set up eggdrop and have been playing with some tcl scripts I found.  I then decided to have a friend try to access the bot and discovered that the bot isn't listening/responding to commands from anyone but it's owner.  Several of the tcl scripts I have support public commands, but the bot won't respond to any of them unless the command is sent by the owner.<br><br>I tried making a simple tcl script with the line:<br><br>bind pub -|- !rules rules_pub<br><br>and a procedure (rules_pub) that spams out some random text.<br><br>This works for the owner but not for anyone else (makes me think this is a conf file issue and not with the individual scripts).<br><br>Any ideas what I need to change for this?  I want several of the scripts to be available to anyone in the channel (they are trivia and game scripts mostly).<br><br>Thanks much!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7442">quantum0726</a> — Fri Mar 03, 2006 9:44 pm</p><hr />
]]></content>
	</entry>
	</feed>
