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

	<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-05-27T09:27:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[z_one]]></name></author>
		<updated>2002-05-27T09:27:00-04:00</updated>

		<published>2002-05-27T09:27:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7294#p7294</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7294#p7294"/>
		<title type="html"><![CDATA[how do i catch what bot's is saying in the channel ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7294#p7294"><![CDATA[
Souperman, I am not sure if you mean any text sent by the user.<br>It could be a line sent by programming (scripting), not  manually typed by the user.<br>In case you are referring to the later (manual typing) then mIRC (as an irc client) does allow you to trigger on own text.<br>If it's the former you're talking about (lines sent by user as a result of a code getting executed) then I agree with you, I have never seen any irc client that allows triggering on own text either.<br><br>The following example is taken as is from mIRC help files:<br><blockquote class="uncited"><div>The on INPUT event triggers when you enter text in an editbox and press enter.<br><br>Format:on &lt;level&gt;:INPUT:&lt;*#?=!@&gt;:&lt;commands&gt;<br><br>Example:<br>on 1:INPUT:#mIRC:/echo You entered the text " $1- " in the #mIRC window</div></blockquote>&lt;font size=-1&gt;[ This Message was edited by: z_one on 2002-05-27 07:29 ]&lt;/font&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=698">z_one</a> — Mon May 27, 2002 9:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-05-27T08:49:00-04:00</updated>

		<published>2002-05-27T08:49:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7292#p7292</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7292#p7292"/>
		<title type="html"><![CDATA[how do i catch what bot's is saying in the channel ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7292#p7292"><![CDATA[
Jimbo.<br><br>Many people like to capture in a log, what the bot says (mainly with AI scripts), so they can posts stats on the bot, and other items.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon May 27, 2002 8:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-26T10:54:00-04:00</updated>

		<published>2002-05-26T10:54:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7270#p7270</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7270#p7270"/>
		<title type="html"><![CDATA[how do i catch what bot's is saying in the channel ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7270#p7270"><![CDATA[
Why do u want to trigger something on the bots own text?<p>Statistics: Posted by Guest — Sun May 26, 2002 10:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-05-26T10:47:00-04:00</updated>

		<published>2002-05-26T10:47:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7269#p7269</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7269#p7269"/>
		<title type="html"><![CDATA[how do i catch what bot's is saying in the channel ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7269#p7269"><![CDATA[
well, there are ways around it. the most obvious one is a rewrite of putserv/puthelp/putquick to filter through a custom procedure before sending to the server. Won't make for very efficient scripts though,<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Sun May 26, 2002 10:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Souperman]]></name></author>
		<updated>2002-05-26T07:45:00-04:00</updated>

		<published>2002-05-26T07:45:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7266#p7266</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7266#p7266"/>
		<title type="html"><![CDATA[how do i catch what bot's is saying in the channel ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7266#p7266"><![CDATA[
Incedentally, I don't know of any IRC client whose scripting routines allow you to trigger on own text.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=801">Souperman</a> — Sun May 26, 2002 7:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-05-24T23:30:00-04:00</updated>

		<published>2002-05-24T23:30:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7242#p7242</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7242#p7242"/>
		<title type="html"><![CDATA[how do i catch what bot's is saying in the channel ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7242#p7242"><![CDATA[
you cant. the binds trigger on what the server sends the bot. server does not send the bots own messages back to it. you'll have to rewrite every proc that sends text to the server to log it at the same time.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Fri May 24, 2002 11:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-24T22:59:00-04:00</updated>

		<published>2002-05-24T22:59:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7241#p7241</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7241#p7241"/>
		<title type="html"><![CDATA[how do i catch what bot's is saying in the channel ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7241#p7241"><![CDATA[
pubm bind doesnt seem to take triggered by bots messages on the channel, only other messages -- am i missing something with pubm bind ? or should i use a different bind for such ? i needed to get whats the bot is saying inside the channel.<br><br>thx in advance<br><br>&lt;font size=-1&gt;[ This Message was edited by: tcl-idiot on 2002-05-24 21:04 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Fri May 24, 2002 10:59 pm</p><hr />
]]></content>
	</entry>
	</feed>
