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

	<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>2007-09-25T07:36:53-04:00</updated>

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

		<entry>
		<author><name><![CDATA[devil_i]]></name></author>
		<updated>2007-09-25T07:36:53-04:00</updated>

		<published>2007-09-25T07:36:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76231#p76231</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76231#p76231"/>
		<title type="html"><![CDATA[problem:bot answer only to me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76231#p76231"><![CDATA[
well<br>thank you guys... its now working  normally<br>the cause of the problem was colours<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9323">devil_i</a> — Tue Sep 25, 2007 7:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-09-21T09:49:06-04:00</updated>

		<published>2007-09-21T09:49:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76103#p76103</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76103#p76103"/>
		<title type="html"><![CDATA[problem:bot answer only to me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76103#p76103"><![CDATA[
If your friend is using colours he will be ignored also.<br><br>You can check if the bot is ignoring anyone by using the following in DCC:<div class="codebox"><p>Code: </p><pre><code>.ignores</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Sep 21, 2007 9:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[devil_i]]></name></author>
		<updated>2007-09-21T09:40:32-04:00</updated>

		<published>2007-09-21T09:40:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76102#p76102</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76102#p76102"/>
		<title type="html"><![CDATA[problem:bot answer only to me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76102#p76102"><![CDATA[
hm.. i don't think so.<br>if i want my bot ignore somebody i must write it in a code, right?<br>but i don't write in a code anything that refer to it.<br>P.S. one little thing to.<br>today when i was testing it again i runed windrop, said hello to bot he answered to me, then i said hello from computer where freebsd was instaled,  bot again answered to me. i thinked that it is working.<br>i say to my friend to test the bot again but there was nothing new.<br>(i think it is obvious that computer with windows and computer with freebsd are in the home network)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9323">devil_i</a> — Fri Sep 21, 2007 9:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-09-21T09:07:43-04:00</updated>

		<published>2007-09-21T09:07:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76096#p76096</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76096#p76096"/>
		<title type="html"><![CDATA[problem:bot answer only to me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76096#p76096"><![CDATA[
There's not much difference between both codes (+ you can't use wildcards with pub binds, you meant pubm).<br><br>@devil_i<br>Could it possible be that your bot is ignoring your friend or everybody for some reason?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Sep 21, 2007 9:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2007-09-21T18:36:21-04:00</updated>

		<published>2007-09-21T03:00:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76089#p76089</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76089#p76089"/>
		<title type="html"><![CDATA[RE: problem:bot answer only to me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76089#p76089"><![CDATA[
Try: <div class="codebox"><p>Code: </p><pre><code>set our_chan "#chan"proc my_talk_handler {nick host handle channel text} {global our_chan if {$channel == $our_chan} {  putserv "privmsg $chan :$nick, hello!"   return }}bind pubm - "*hello*" my_talk_handler</code></pre></div> dont know why you have $text in the output, unless you wanted it there <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"> if ya did just re-add it. but i've removed it.<br><br>Edit: fixed type'o should of been pubm, thanks for pointing that out.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Fri Sep 21, 2007 3:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[devil_i]]></name></author>
		<updated>2007-09-21T02:49:35-04:00</updated>

		<published>2007-09-21T02:49:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76087#p76087</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76087#p76087"/>
		<title type="html"><![CDATA[problem:bot answer only to me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76087#p76087"><![CDATA[
i changed code to<div class="codebox"><p>Code: </p><pre><code>set our_chan "#chan" bind pubm -|- hello my_talk_handler proc my_talk_handler {nick uhost hand chan text} {   global our_chan   if {[string tolower $chan] != $our_chan} {     return 0   }   putserv "privmsg $chan :$text $nick, hello!"   return 1 } </code></pre></div>but it still doesn't works<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9323">devil_i</a> — Fri Sep 21, 2007 2:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2007-09-20T22:17:59-04:00</updated>

		<published>2007-09-20T22:17:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76080#p76080</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76080#p76080"/>
		<title type="html"><![CDATA[Re: problem:bot answer only to me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76080#p76080"><![CDATA[
the script would only work if someone says <span style="text-decoration:underline">hello</span> it wont work if they say something like <span style="text-decoration:underline">hello,</span> or <span style="text-decoration:underline">bot hello</span>. Check out the pubm bind rather than a pub bind since it allows for wildcard matching.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Thu Sep 20, 2007 10:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[devil_i]]></name></author>
		<updated>2007-09-20T14:22:47-04:00</updated>

		<published>2007-09-20T14:22:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76074#p76074</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76074#p76074"/>
		<title type="html"><![CDATA[problem:bot answer only to me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76074#p76074"><![CDATA[
hi everybody<br>for the begining i  MUST say that my english is not very good (actually it is bad ))<br>so sorry ))<br>now<br>i have a problem with eggdrop and windrop<br>we needed a bot for our channel, i searched and finded windrop.<br>i decided to write a little script to test it<br>here is source:<div class="codebox"><p>Code: </p><pre><code>set our_chan "#chan"bind pub -|- hello my_talk_handlerproc my_talk_handler {nick uhost hand chan text} {  global our_chan  if {[string tolower $chan] != $our_chan} {    return 0  }  putserv "privmsg $chan :$text $nick, hello!"  return 1}</code></pre></div>then i run windrop under windows, connect to it via telnet etc.<br>my bot was sitting on the channel.<br>i said him "hello" and he answer to me "devil_i, hello"<br>then my friend said him hello but there was no reaction.<br>we tried again and again but...<br>i tried to use eggdrop instead of windrop under FreeBSD 5.2.1<br>i compiled it, run it. it works, bot was sitting on a channel but again there was no reaction when my friend was talking with him.<br>so... help me plz ))<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9323">devil_i</a> — Thu Sep 20, 2007 2:22 pm</p><hr />
]]></content>
	</entry>
	</feed>
