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

	<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>2002-10-27T15:28:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Yoda]]></name></author>
		<updated>2002-10-27T15:28:08-04:00</updated>

		<published>2002-10-27T15:28:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12473#p12473</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12473#p12473"/>
		<title type="html"><![CDATA[bot answer in private]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12473#p12473"><![CDATA[
I'm not so expert to prepare a script ready to use. Could you help me?<br><br>Yoda<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2083">Yoda</a> — Sun Oct 27, 2002 3:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-27T15:12:27-04:00</updated>

		<published>2002-10-27T15:12:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12471#p12471</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12471#p12471"/>
		<title type="html"><![CDATA[bot answer in private]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12471#p12471"><![CDATA[
NO !<br><div class="codebox"><p>Code: </p><pre><code>bind msgm - * msgm:respond proc msgm:respond { nick uhost hand arg } {     if [string match *whatuwant* $arg] { then     } elseif [string match *otherthing* $arg] { then ...    }     }</code></pre></div>I have done a string match but u can do something else, that depends on what u need exactly<p>Statistics: Posted by Guest — Sun Oct 27, 2002 3:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Yoda]]></name></author>
		<updated>2002-10-27T09:35:03-04:00</updated>

		<published>2002-10-27T09:35:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12462#p12462</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12462#p12462"/>
		<title type="html"><![CDATA[bot answer in private]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12462#p12462"><![CDATA[
example:<br><div class="codebox"><p>Code: </p><pre><code>bind msgm - question1 pubm:question1proc pubm:question1 { nick uhost handle arg } {   putserv "PRIVMSG $nick :answer1 text " }bind msgm - question2 pubm:question2proc pubm:question2 { nick uhost handle arg } {   putserv "PRIVMSG $nick :answer2 text " }bind msgm - question3 pubm:question3proc pubm:question3 { nick uhost handle arg } {   putserv "PRIVMSG $nick :answer3 text " }bind msgm - question4 pubm:question4proc pubm:question4 { nick uhost handle arg } {   putserv "PRIVMSG $nick :answer4 text " }....and so on.....</code></pre></div>work only for the first question and do nothing with other questions<br>Yoda<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2083">Yoda</a> — Sun Oct 27, 2002 9:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-10-27T09:26:05-04:00</updated>

		<published>2002-10-27T09:26:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12461#p12461</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12461#p12461"/>
		<title type="html"><![CDATA[bot answer in private]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12461#p12461"><![CDATA[
We are aware of this.<br><br>Maybe, if you tried posting error messages, or code, that doesn't work. We can help locate any errors.<br><br>Many things don't work in life. Saying that somthing doesn't work, when we can't see what <em class="text-italics">somthing</em> is, is usless.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Oct 27, 2002 9:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Yoda]]></name></author>
		<updated>2002-10-27T08:06:07-04:00</updated>

		<published>2002-10-27T08:06:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12457#p12457</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12457#p12457"/>
		<title type="html"><![CDATA[bot answer in private]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12457#p12457"><![CDATA[
thanks, I was not clear  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br><br>I would like to have a FAQ that works in private window with the bot, so many different answer and questions. The script that I use for it works very good in public chat, but not (after the corrections [bind msgm....]) in private window. Seems that in private does not "read" more than 1. I yust tried many different solutions nut no one works.<br><br>Yoda<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2083">Yoda</a> — Sun Oct 27, 2002 8:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-10-27T07:38:23-04:00</updated>

		<published>2002-10-27T07:38:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12452#p12452</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12452#p12452"/>
		<title type="html"><![CDATA[bot answer in private]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12452#p12452"><![CDATA[
Yes. Read tcl-commands.doc<br><br>We can't do all the work for you.<br><br>Please read the differance between pub and pubm, and then msg and msgm.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Oct 27, 2002 7:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-27T07:38:17-04:00</updated>

		<published>2002-10-27T07:38:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12451#p12451</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12451#p12451"/>
		<title type="html"><![CDATA[bot answer in private]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12451#p12451"><![CDATA[
bind msgm - * msgm:respond <br><br>proc msgm:respond { nick uhost hand arg } { <br>......<br><br>}<p>Statistics: Posted by Guest — Sun Oct 27, 2002 7:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Yoda]]></name></author>
		<updated>2002-10-27T05:49:07-04:00</updated>

		<published>2002-10-27T05:49:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12445#p12445</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12445#p12445"/>
		<title type="html"><![CDATA[bot answer in private]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12445#p12445"><![CDATA[
finally I got the working script<div class="codebox"><p>Code: </p><pre><code>bind msgm - ciao pubm:respondproc pubm:respond { nick uhost handle arg } {   putserv "PRIVMSG $nick :message. " }</code></pre></div>the problem is that I can use only one command and message answer, no more than one. If I add more only the first one works the others no.<br><br>Have you a nidea why?<br><br>Yoda<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2083">Yoda</a> — Sun Oct 27, 2002 5:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Yoda]]></name></author>
		<updated>2002-10-24T16:47:36-04:00</updated>

		<published>2002-10-24T16:47:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12333#p12333</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12333#p12333"/>
		<title type="html"><![CDATA[bot answer in private]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12333#p12333"><![CDATA[
I think that<br><div class="codebox"><p>Code: </p><pre><code>bind msgm -|- "*nick*" pub:respond_to_nick proc pub:respond_to_nick { nick uhost handle arg } {   putserv "PRIVMSG $nick :message" }-|- is uncorrect</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2083">Yoda</a> — Thu Oct 24, 2002 4:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Yoda]]></name></author>
		<updated>2002-10-24T16:43:57-04:00</updated>

		<published>2002-10-24T16:43:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12332#p12332</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12332#p12332"/>
		<title type="html"><![CDATA[bot answer in private]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12332#p12332"><![CDATA[
after .rehash connection reset and dont load .conf.<br>I had to # the script to get .conf running<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2083">Yoda</a> — Thu Oct 24, 2002 4:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-24T16:40:03-04:00</updated>

		<published>2002-10-24T16:40:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12331#p12331</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12331#p12331"/>
		<title type="html"><![CDATA[bot answer in private]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12331#p12331"><![CDATA[
what was the error?<p>Statistics: Posted by Guest — Thu Oct 24, 2002 4:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Yoda]]></name></author>
		<updated>2002-10-24T16:28:13-04:00</updated>

		<published>2002-10-24T16:28:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12329#p12329</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12329#p12329"/>
		<title type="html"><![CDATA[bot answer in private]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12329#p12329"><![CDATA[
this create and error in .conf and bot died.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2083">Yoda</a> — Thu Oct 24, 2002 4:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-24T16:19:14-04:00</updated>

		<published>2002-10-24T16:19:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12327#p12327</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12327#p12327"/>
		<title type="html"><![CDATA[bot answer in private]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12327#p12327"><![CDATA[
Try this....<br><div class="codebox"><p>Code: </p><pre><code> bind msgm -|- "*nick*" pub:respond_to_nick proc pub:respond_to_nick { nick uhost handle arg } {   putserv "PRIVMSG $nick :message" }</code></pre></div>If that doesn't work, try msg instead of msgm.... I can never remember waht the diff is... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Thu Oct 24, 2002 4:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Yoda]]></name></author>
		<updated>2002-10-24T16:16:39-04:00</updated>

		<published>2002-10-24T16:16:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12326#p12326</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12326#p12326"/>
		<title type="html"><![CDATA[bot answer in private]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12326#p12326"><![CDATA[
no, simply dont work, nothing happen<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2083">Yoda</a> — Thu Oct 24, 2002 4:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-24T16:14:42-04:00</updated>

		<published>2002-10-24T16:14:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12324#p12324</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12324#p12324"/>
		<title type="html"><![CDATA[bot answer in private]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12324#p12324"><![CDATA[
you get an error?<br><br>Course - I'm not sure that you can have a proc nick as well as a var named nick as well... try changing it.<p>Statistics: Posted by Guest — Thu Oct 24, 2002 4:14 pm</p><hr />
]]></content>
	</entry>
	</feed>
