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

	<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-01-25T09:59:29-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-01-25T09:59:29-04:00</updated>

		<published>2003-01-25T09:59:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15785#p15785</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15785#p15785"/>
		<title type="html"><![CDATA[Basic Actions... please I'm hopeless...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15785#p15785"><![CDATA[
It workkkkkkkkksssssssss thanks a lot !!!!!!!!!!!!   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Sat Jan 25, 2003 9:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-01-25T07:40:58-04:00</updated>

		<published>2003-01-25T07:40:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15778#p15778</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15778#p15778"/>
		<title type="html"><![CDATA[Basic Actions... please I'm hopeless...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15778#p15778"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>### What is the name of the bot to identify to on join? set bot(name) "Vegeta" ### Set the user of the Eggdrop that will use for CSAUTH set bot(user) "FreeBSD" ### Set the password of the Eggdrop that will use for CSAUTH set bot(pass) "haha" ####################################################### bind join * * x:xlogin proc x:xlogin {nick uhost handle channel} {   global bot botnick  if {$nick == $bot(name) || $nick == $botnick } {     putserv "PRIVMSG $bot(name) :CSAUTH $bot(user) $bot(pass)"  } }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Sat Jan 25, 2003 7:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-01-24T21:13:02-04:00</updated>

		<published>2003-01-24T21:13:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15776#p15776</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15776#p15776"/>
		<title type="html"><![CDATA[Basic Actions... please I'm hopeless...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15776#p15776"><![CDATA[
Yes I have done it, and what you tell me to do is not stupid, but now with this TCL code :<div class="codebox"><p>Code: </p><pre><code>### What is the name of the bot to identify to on join? set bot(name) "Vegeta" ### Set the user of the Eggdrop that will use for CSAUTH set bot(user) "FreeBSD" ### Set the password of the Eggdrop that will use for CSAUTH set bot(pass) "haha" #######################################################bind join * * x:xlogin proc x:xlogin {nick uhost handle channel} { global bot if {$nick == $bot(name)" || $nick == $botnick } { putserv "PRIVMSG $bot(name) :CSAUTH $bot(user) $bot(pass)"} return 1 }</code></pre></div>I have this error message on <strong class="text-strong">JOINS</strong><br><div class="codebox"><p>Code: </p><pre><code>Tcl error [x:xlogin]: syntax error in expression "$nick == $bot(name)" || $nick == $botnick ": extra tokens at end of expression</code></pre></div>caesar made the code he may say but he seems to would not help me any more...<br><br>Thank you all I'm sure someone is going to find it out !<p>Statistics: Posted by Guest — Fri Jan 24, 2003 9:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2003-01-24T18:54:23-04:00</updated>

		<published>2003-01-24T18:54:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15771#p15771</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15771#p15771"/>
		<title type="html"><![CDATA[Basic Actions... please I'm hopeless...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15771#p15771"><![CDATA[
bind join * * x:xlogin<br>proc x:login {nick uhost handle channel} {<br><br><br>name the proc x:xlogin like so:<br><br>proc x:xlogin {nick uhost handle channel} {<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Fri Jan 24, 2003 6:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-01-24T18:00:25-04:00</updated>

		<published>2003-01-24T18:00:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15770#p15770</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15770#p15770"/>
		<title type="html"><![CDATA[Basic Actions... please I'm hopeless...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15770#p15770"><![CDATA[
Caesar please help me please!<br><br>I have this error, on JOIN :<br><div class="codebox"><p>Code: </p><pre><code>Tcl error [x:xlogin]: invalid command name "x:xlogin"</code></pre></div><p>Statistics: Posted by Guest — Fri Jan 24, 2003 6:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-01-23T13:29:49-04:00</updated>

		<published>2003-01-23T13:29:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15713#p15713</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15713#p15713"/>
		<title type="html"><![CDATA[Basic Actions... please I'm hopeless...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15713#p15713"><![CDATA[
All right, I will test this, thanks very much !!!<br><br>If one day I can do something for you tell me !<br><br>Thank you very very much !!!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>####<br><br>I tested it, I named it csauth.tcl I added it into source/scripts/csauth.tcl<br>But when Eggdrop JOIN channel he doesn't send any '/MSG X CSAUTH Eggdrop pass' to X<br><br>And the same when X JOINS the channel... I had done a mistake maybe ?<br><br>I pasted the code into a NotePad Document then I renamed it into *.tcl<br><br>I don't see what can I do caesar... maybe because I test it on a Windrop before put in on my Eggdrop ? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"><p>Statistics: Posted by Guest — Thu Jan 23, 2003 1:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-01-23T07:52:57-04:00</updated>

		<published>2003-01-23T07:52:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15704#p15704</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15704#p15704"/>
		<title type="html"><![CDATA[Basic Actions... please I'm hopeless...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15704#p15704"><![CDATA[
It's exactly what you've asked for.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Jan 23, 2003 7:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-01-23T06:25:22-04:00</updated>

		<published>2003-01-23T06:25:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15690#p15690</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15690#p15690"/>
		<title type="html"><![CDATA[Basic Actions... please I'm hopeless...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15690#p15690"><![CDATA[
Thanks a lot !<br><br>So this code make what I described higher ?<br><br>The Bot's JOIN and the Eggdrop's join ?<p>Statistics: Posted by Guest — Thu Jan 23, 2003 6:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-01-23T02:28:07-04:00</updated>

		<published>2003-01-23T02:28:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15671#p15671</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15671#p15671"/>
		<title type="html"><![CDATA[Basic Actions... please I'm hopeless...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15671#p15671"><![CDATA[
### What is the name of the bot to identify to on join? <br>set bot(name) "X" <br><br>### Set the user of the Eggdrop that will use for CSAUTH<br>set bot(user) "Eggdrop" <br><br>### Set the password of the Eggdrop that will use for CSAUTH<br>set bot(pass) "password" <br><br>bind join * * x:xlogin<br><br>proc x:login {nick uhost handle channel} {<br>global bot<br>if {$nick == $bot(name)" || $nick == $botnick } {<br>putserv "PRIVMSG $bot(name) :CSAUTH $bot(user) $bot(pass)"}<br>return 1 }<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Jan 23, 2003 2:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-01-22T14:28:22-04:00</updated>

		<published>2003-01-22T14:28:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15657#p15657</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15657#p15657"/>
		<title type="html"><![CDATA[Basic Actions... please I'm hopeless...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15657#p15657"><![CDATA[
Hello,<br><br>I searched a lot of engines for this tcl but i'm looking for a TCL for queit a long time, and I still hadn't found it.<br>I don't know TCL language so maybe someone would help me for this...<br>In this example 'Eggdrop' is the eggdrop's nick, and X is an other bot's nick.<br><br><br>1. If Eggdrop JOIN a channel, if X is on this channel, then do this : /msg X CSAUTH Eggdrop password<br><br>2. Or If X JOINS a channel, then do this : /msg X CSAUTH Eggdrop password<br><br>And that's all!<br><br>The 'joinactions.tcl' may start like that :<br><br>### What is the name of the bot to identify to on join?<br>set bot_name "X"<br><br>### Set the password the Eggdrop uses on X with CSAUTH X PASSWORD<br>set bot_pass "password"<br><br>If anyone can help me!<p>Statistics: Posted by Guest — Wed Jan 22, 2003 2:28 pm</p><hr />
]]></content>
	</entry>
	</feed>
