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

	<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>2014-11-01T11:22:17-04:00</updated>

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

		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2014-11-01T11:22:17-04:00</updated>

		<published>2014-11-01T11:22:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103315#p103315</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103315#p103315"/>
		<title type="html"><![CDATA[Re: ctcp-version new chatters and record reply]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103315#p103315"><![CDATA[
After you get it working, here is something to think about:<br><br>What if there is a join flood on your channel(s)?<br><br>Won't the bot try to ctcp version every one of them?<br>Will the bot get itself kicked off the network for that?<br><br><br>After you get your basic idea working,  check out:<br><a href="http://forum.egghelp.org/viewtopic.php?p=45537#45537" class="postlink">http://forum.egghelp.org/viewtopic.php?p=45537#45537</a><br>perhaps you can use that somehow.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sat Nov 01, 2014 11:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2014-11-01T11:17:30-04:00</updated>

		<published>2014-11-01T11:17:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103314#p103314</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103314#p103314"/>
		<title type="html"><![CDATA[Re: ctcp-version new chatters and record reply]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103314#p103314"><![CDATA[
<blockquote class="uncited"><div>...<br> i just need to know how to save the response </div></blockquote>Go here:<br><a href="http://www.eggheads.org/support/egghtml/1.6.21/tcl-commands.html" class="postlink">http://www.eggheads.org/support/egghtml ... mands.html</a><br>and text search for:<br>CTCR (stackable)<br>in the binds sections, and read about that bind.<br>You can use it to watch for the response.<br><blockquote class="uncited"><div>in a .db flatfile as <br>nick!ident@ip:version-reply; or similar.</div></blockquote>By "flatfile", you mean a plain old text file?<br>If so,  check out:<br><a href="http://forum.egghelp.org/viewtopic.php?t=6885" class="postlink">http://forum.egghelp.org/viewtopic.php?t=6885</a><br>The whole thing is worth reading, but for this particular case be sure to see:<br>5. Add a line to the end of a file.<br><br>I hope this helps.<br><br>You can put together something with these things.<br><br>Let us know how it comes along.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sat Nov 01, 2014 11:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[boodle]]></name></author>
		<updated>2014-10-31T10:25:20-04:00</updated>

		<published>2014-10-31T10:25:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103312#p103312</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103312#p103312"/>
		<title type="html"><![CDATA[ctcp-version new chatters and record reply]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103312#p103312"><![CDATA[
i think i found the right proc (below) to get the bot to version incoming chatters , i just need to know how to save the response in a .db flatfile as <br>nick!ident@ip:version-reply; or similar.<div class="codebox"><p>Code: </p><pre><code>    bind join - * yo    proc yo {nick uhost hand chan} {      putserv "PRIVMSG $nick :\001VERSION\001"    }</code></pre></div>any help would be greatly appreciated. thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12446">boodle</a> — Fri Oct 31, 2014 10:25 am</p><hr />
]]></content>
	</entry>
	</feed>
