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

	<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>2003-08-20T03:37:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rolandguy]]></name></author>
		<updated>2003-08-20T03:37:34-04:00</updated>

		<published>2003-08-20T03:37:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25339#p25339</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25339#p25339"/>
		<title type="html"><![CDATA[PM owner Logfile entrees]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25339#p25339"><![CDATA[
hmmm....interesting way to go about things...<br><br>for +m messages, you could do binds for those, not a big deal...+o log entries tho...don't think there's any way to do it :/<br><br>however <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink">  you could probably fake it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>have you considered having the bot DCC into itself using a putserv request, and listening to the port for it's own connection?  with listen, you can have all events (console messages) on that socket controlled by a script....which would then PRIVMSG you the text <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><blockquote class="uncited"><div>proc do_connect {} {<br>  global loopidx<br>  listen 6661 script listen:grab<br>  putquick "PRIVMSG $botnick :\1DCC CHAT chat 127.0.0.1 6001\1"<br>}<br><br>proc listen:grab {newidx} {<br>  control $newidx myecho_script<br>  listen 6661 off<br>}<br><br>proc myecho_script {idx arg} {<br>  if {$arg == "Enter your password."} {<br>    putdcc $idx "password";  putdcc ".console +mo"<br>    return<br>  }<br>  putserv "PRIVMSG yournick :$arg"<br>}</div></blockquote>not positive that the bot will let you do the loopback, but not seeing any reason for it...I know it works for creating a dcc connection to a services prog (operserv)...<br><br>roland<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3658">rolandguy</a> — Wed Aug 20, 2003 3:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dedan]]></name></author>
		<updated>2003-08-19T20:37:42-04:00</updated>

		<published>2003-08-19T20:37:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25330#p25330</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25330#p25330"/>
		<title type="html"><![CDATA[PM owner Logfile entrees]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25330#p25330"><![CDATA[
Like most people, to DCC chat or Telent to the bot requires <br>another connection and dropping firewalls.<br><br>What i want is the Logfile entrees to be msg to me.<br>The entrees i want are flagged m and o<br><br>I can not find a bind that would hold the info i want to msg me.<br><br>I have download several .gz files from this site, <br>but none seem to have anything close to what i want.<br><br>Does anyone have any ideas?<br><br>Logfile flags:<br>m - private msgs, notices and ctcps to the bot<br>o - misc info, errors, etc (IMPORTANT STUFF)<br><div class="codebox"><p>Code: </p><pre><code>proc Logfile:entrees {} {   set log_msg ?   puthelp "PRIVMSG $owner : $log_msg"}</code></pre></div>thanks for any help given<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3472">Dedan</a> — Tue Aug 19, 2003 8:37 pm</p><hr />
]]></content>
	</entry>
	</feed>
