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

	<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>2004-11-17T20:45:26-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Weirdo]]></name></author>
		<updated>2004-11-17T20:45:26-04:00</updated>

		<published>2004-11-17T20:45:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42850#p42850</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42850#p42850"/>
		<title type="html"><![CDATA[using ctcp  to transfer log files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42850#p42850"><![CDATA[
Which bit does the /ctcp bit cause i dont think it worked. never mind, i used my brain, and worked it out...<br><br>Thank you<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1195">Weirdo</a> — Wed Nov 17, 2004 8:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-11-17T20:34:46-04:00</updated>

		<published>2004-11-17T20:34:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42849#p42849</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42849#p42849"/>
		<title type="html"><![CDATA[using ctcp  to transfer log files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42849#p42849"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind dcc n sendlog logctcpproc logctcp {h i a} {puthelp "PRIVMSG nickname :\001TRIGGER username password $a\001"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Wed Nov 17, 2004 8:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Weirdo]]></name></author>
		<updated>2004-11-17T19:40:45-04:00</updated>

		<published>2004-11-17T19:40:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42848#p42848</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42848#p42848"/>
		<title type="html"><![CDATA[using ctcp  to transfer log files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42848#p42848"><![CDATA[
basically, yes. nickname, username and pass is fixed. Its just the filename that changes, wanted to put it in after the command as you do in pub commands.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1195">Weirdo</a> — Wed Nov 17, 2004 7:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-11-17T19:20:21-04:00</updated>

		<published>2004-11-17T19:20:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42847#p42847</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42847#p42847"/>
		<title type="html"><![CDATA[Re: using ctcp  to transfer log files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42847#p42847"><![CDATA[
1: The subject is misleading as you don't use ctcp for anything but to trigger a normal dcc send.<br>2: Variable != fixed <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br>3: Let me get this straight.. You want the bot to send that ctcp and recieve the file when you do '.sendlog ...' on its partyline?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Wed Nov 17, 2004 7:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Weirdo]]></name></author>
		<updated>2004-11-17T19:03:28-04:00</updated>

		<published>2004-11-17T19:03:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42845#p42845</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42845#p42845"/>
		<title type="html"><![CDATA[using ctcp  to transfer log files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42845#p42845"><![CDATA[
I have a user in my channel who does some logging for me, and  he sends it to me using a /ctcp &lt;nickname&gt; &lt;trigger&gt; &lt;username&gt; &lt;password&gt; command<br><br>I want to make a script that would allow the bot to do this. Where in all essences, the nick, user and pass are fixed variables, and the trigger is a text that i enter after the dcc command. <br><br>ie<br><br>.sendlog !nov1104.txt <br><br>Would send the log file for the 11th november using his script. Is there a way of making the bot use this kind of command to trigger a dcc send this way?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1195">Weirdo</a> — Wed Nov 17, 2004 7:03 pm</p><hr />
]]></content>
	</entry>
	</feed>
