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

	<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>2005-12-24T18:16:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-12-24T18:16:46-04:00</updated>

		<published>2005-12-24T18:16:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58649#p58649</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58649#p58649"/>
		<title type="html"><![CDATA[Public Commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58649#p58649"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>pub_help * * * #channel *</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Dec 24, 2005 6:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SkiZm]]></name></author>
		<updated>2005-12-24T13:26:10-04:00</updated>

		<published>2005-12-24T13:26:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58641#p58641</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58641#p58641"/>
		<title type="html"><![CDATA[Public Commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58641#p58641"><![CDATA[
<blockquote class="uncited"><div>I never said I wouldn't help you.<br><br>If you want a simple bind and proc maybe this can set you on your way : <br><div class="codebox"><p>Code: </p><pre><code>proc pub_help {nick uhost hand chan arg} {  global botnick  puthelp "PRIVMSG $chan :yourhelpline 1"  puthelp "PRIVMSG $chan :yourhelpline 2"   return 0 }bind pub - !help  pub_help</code></pre></div><br><br>It wasn't my meaning to patronize anyone, but something like this is found in many scripts (let's say mostely funscripts),just a little adaption would bring you this far...<br><br>GRTZ<br>Merry Christmass btw</div></blockquote><br>Thanks for the response Dusk. I guess I should have been a little more detailed in my question.<br><br>I already have a script loaded that will do that for me via a public command. What I need to know how one would make the bot call the same command or proc without the public command being issued via the channel?<br><br>The best example I could give is if I wanted a bot to say a message in a channel every 24 hours, and that message was in another loaded module within that bot that could be called via a public command (!text), how would I have the bot either call that command in the channel, or call the proc itself, even though it's in another loaded tcl?<br><br>Merry Christmas to you as well.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7025">SkiZm</a> — Sat Dec 24, 2005 1:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dusk]]></name></author>
		<updated>2005-12-24T08:29:23-04:00</updated>

		<published>2005-12-24T08:29:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58632#p58632</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58632#p58632"/>
		<title type="html"><![CDATA[Public Commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58632#p58632"><![CDATA[
I never said I wouldn't help you.<br><br>If you want a simple bind and proc maybe this can set you on your way : <br><div class="codebox"><p>Code: </p><pre><code>proc pub_help {nick uhost hand chan arg} {  global botnick  puthelp "PRIVMSG $chan :yourhelpline 1"  puthelp "PRIVMSG $chan :yourhelpline 2"   return 0 }bind pub - !help  pub_help</code></pre></div><br><br>It wasn't my meaning to patronize anyone, but something like this is found in many scripts (let's say mostely funscripts),just a little adaption would bring you this far...<br><br>GRTZ<br>Merry Christmass btw<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6042">dusk</a> — Sat Dec 24, 2005 8:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SkiZm]]></name></author>
		<updated>2005-12-24T02:47:48-04:00</updated>

		<published>2005-12-24T02:47:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58628#p58628</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58628#p58628"/>
		<title type="html"><![CDATA[Public Commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58628#p58628"><![CDATA[
<blockquote class="uncited"><div>Did you even try a search on this forum?</div></blockquote><br>Of course I did. I would take it from your remark that this question has been asked and answered. Obviously, I must be searching with the wrong terms.<br><br>In the time it took you to post a reply, you could of been more productive and provided me a link or at least pointed me to a search that would have yielded better results.<br><br>I hate it when an individual spends time looking for answers and finally (reluctantly I may add because of your type of responses) decides to ask the question in a public forum only to receive a non-helpful answer. By non-helpful I mean going out of your way to be obtrusive.<br><br>If you can't help me foo, don't reply and don't patronize me.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7025">SkiZm</a> — Sat Dec 24, 2005 2:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dusk]]></name></author>
		<updated>2005-12-24T02:18:44-04:00</updated>

		<published>2005-12-24T02:18:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58627#p58627</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58627#p58627"/>
		<title type="html"><![CDATA[Public Commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58627#p58627"><![CDATA[
Did you even try a search on this forum?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6042">dusk</a> — Sat Dec 24, 2005 2:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SkiZm]]></name></author>
		<updated>2005-12-24T01:57:50-04:00</updated>

		<published>2005-12-24T01:57:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58626#p58626</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58626#p58626"/>
		<title type="html"><![CDATA[Public Commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58626#p58626"><![CDATA[
How would one go about executing a public command via your bot just as a normal user would.<br><br>Example: !help from a user will give some information on the channel in the channel.<br><br>If I wanted the bot to execute !help, what would the code look like?<br><br>I have tried a generic PRIVMSG line, but all I get is !help but no execution, which is prolly correct.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7025">SkiZm</a> — Sat Dec 24, 2005 1:57 am</p><hr />
]]></content>
	</entry>
	</feed>
