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

	<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-04-02T16:06:52-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-04-02T16:06:52-04:00</updated>

		<published>2003-04-02T16:06:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18457#p18457</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18457#p18457"/>
		<title type="html"><![CDATA[snotice + bind ctcr]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18457#p18457"><![CDATA[
==&gt; putlog "ctcp reply $key from $nick: $arg"<br><br>Did it say that in your log? That's what I meant. I want to see if it's even getting the reply.<br><br>Also, do you see the ctcp reply itself on the partyline?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed Apr 02, 2003 4:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[misterys]]></name></author>
		<updated>2003-04-01T09:01:17-04:00</updated>

		<published>2003-04-01T09:01:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18425#p18425</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18425#p18425"/>
		<title type="html"><![CDATA[snotice + bind ctcr]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18425#p18425"><![CDATA[
well ....<br>i still don't get a query wenn a user connect with a different finger reply....<br><br><br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2941">misterys</a> — Tue Apr 01, 2003 9:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-03-31T18:10:36-04:00</updated>

		<published>2003-03-31T18:10:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18418#p18418</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18418#p18418"/>
		<title type="html"><![CDATA[snotice + bind ctcr]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18418#p18418"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>####    binds bind raw - notice ctcpfinger bind ctcr - "FINGER" ctcpreply ####    ctcp on connect proc ctcpfinger {from key text} {   if {[string match "*connecting*" $text] } {     set text [split $text]     set nickname [lindex $text 8]     putserv "PRIVMSG $nickname :\FINGER\001"     putlog "$nickname connected"   }  return 0} ####    ctcp reply + action proc ctcpreply {nick uh hand dest key arg} {  putlog "ctcp reply $key from $nick: $arg"  if {![string match -nocase "*eggdrop*" $arg]} {     putserv "PRIVMSG misterys :kljsdfjl"   }  return 0}</code></pre></div>See what that says now.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Mon Mar 31, 2003 6:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[misterys]]></name></author>
		<updated>2003-03-31T15:59:57-04:00</updated>

		<published>2003-03-31T15:59:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18417#p18417</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18417#p18417"/>
		<title type="html"><![CDATA[snotice + bind ctcr]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18417#p18417"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>####bindsbind raw - notice ctcpfingerbind ctcr - "FINGER" ctcpreply####ctcp on connectproc ctcpfinger {from key text} { if {[string match "*connecting*" $text] } { set text [split $text] set nickname [lindex $text 8] putserv "PRIVMSG $nickname :\FINGER\001" putlog "$nickname connected"return 0} } ####ctcp reply + actionproc ctcpreply {nick uh hand dest key arg} {   if {![string match -nocase "*eggdrop*" $arg]} {     putserv "PRIVMSG misterys :kljsdfjl"   } } </code></pre></div>hmm same result as before, i don't get a query when a user connects with a different version... that's the main problem <br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> misterys<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2941">misterys</a> — Mon Mar 31, 2003 3:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-03-31T15:35:00-04:00</updated>

		<published>2003-03-31T15:35:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18415#p18415</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18415#p18415"/>
		<title type="html"><![CDATA[snotice + bind ctcr]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18415#p18415"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc ctcpreply {nick uh hand dest key arg} {   if {![string match -nocase "*eggdrop*" $arg]} {     putserv "PRIVMSG misterys :blabla"   } }</code></pre></div>The ! in front of [string ...] will make it only work if it does not match.<br><br>Also put a <strong class="text-strong">return 0</strong> at the end of your ctcpfinger proc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Mon Mar 31, 2003 3:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[misterys]]></name></author>
		<updated>2003-03-31T14:23:18-04:00</updated>

		<published>2003-03-31T14:23:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18409#p18409</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18409#p18409"/>
		<title type="html"><![CDATA[snotice + bind ctcr]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18409#p18409"><![CDATA[
hi....<br><br>the tcl should should bind the snotices from the server when a user connects and finger him. ( it's clear that the bot has ne right userflags to recive the snotices)<br><br>the finger reply should the bot msg to my query if it does <strong class="text-strong">not </strong>contain a special word, in this case "*eggdrop*" ...<br><br>i hope it's clear... sorry again for bad english <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> i must lern more  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> <br><br>mfg<br>misterys<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2941">misterys</a> — Mon Mar 31, 2003 2:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-03-31T13:49:52-04:00</updated>

		<published>2003-03-31T13:49:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18408#p18408</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18408#p18408"/>
		<title type="html"><![CDATA[snotice + bind ctcr]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18408#p18408"><![CDATA[
What are you trying to do exactly?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Mon Mar 31, 2003 1:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[misterys]]></name></author>
		<updated>2003-03-31T12:00:50-04:00</updated>

		<published>2003-03-31T12:00:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18401#p18401</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18401#p18401"/>
		<title type="html"><![CDATA[snotice + bind ctcr]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18401#p18401"><![CDATA[
sorry *g that was my fault...<br><br>... but atm i tinkt i'm to stupid for this tcl <br>*banging head on the table*<br><br>fact is, the client recives the ctcp, so i think, he _must_ at last reply when there is enough bandwich. the client gets the finger request at the same time when he is requested to identify hisself at nickserv and when u get this notice, he's ready with connecting ( in my opinion )<br><br>or am i just to stupid for this  *g<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2941">misterys</a> — Mon Mar 31, 2003 12:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-31T11:06:02-04:00</updated>

		<published>2003-03-31T11:06:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18400#p18400</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18400#p18400"/>
		<title type="html"><![CDATA[snotice + bind ctcr]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18400#p18400"><![CDATA[
You stated it is now working, oh well.<br><div class="codebox"><p>Code: </p><pre><code>if {[string match "*connecting*" $text] } {</code></pre></div>This line must be failing, if no CTCP is being returned.<br><br>Other options include, the client has connected completly, when the CTCP is sent.<br><br>You may want to send the message using a timer, set to 5 second, to make sure the connection is completed.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Mar 31, 2003 11:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[misterys]]></name></author>
		<updated>2003-03-31T07:55:10-04:00</updated>

		<published>2003-03-31T07:55:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18385#p18385</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18385#p18385"/>
		<title type="html"><![CDATA[snotice + bind ctcr]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18385#p18385"><![CDATA[
hmm no one else an idea how to do ?<br>or does anyone knows an alternative way how to realize this script ?<br><br>still in hope <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br>misterys<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2941">misterys</a> — Mon Mar 31, 2003 7:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[misterys]]></name></author>
		<updated>2003-03-30T15:19:45-04:00</updated>

		<published>2003-03-30T15:19:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18368#p18368</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18368#p18368"/>
		<title type="html"><![CDATA[snotice + bind ctcr]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18368#p18368"><![CDATA[
it works *g now the bot floods my partyline *g<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2941">misterys</a> — Sun Mar 30, 2003 3:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BarkerJr]]></name></author>
		<updated>2003-03-30T15:16:31-04:00</updated>

		<published>2003-03-30T15:16:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18367#p18367</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18367#p18367"/>
		<title type="html"><![CDATA[snotice + bind ctcr]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18367#p18367"><![CDATA[
Add a 'putlog $nickname' to ctcpfinger just to be sure it's working :)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2933">BarkerJr</a> — Sun Mar 30, 2003 3:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[misterys]]></name></author>
		<updated>2003-03-30T15:10:21-04:00</updated>

		<published>2003-03-30T15:10:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18365#p18365</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18365#p18365"/>
		<title type="html"><![CDATA[snotice + bind ctcr]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18365#p18365"><![CDATA[
i think yes, i searched here how to bind snotices... <br>connect and kill notices are both snotices, so i think it's right...<br>or do u know an other way how to bind them ?<br><br>misterys<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2941">misterys</a> — Sun Mar 30, 2003 3:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-30T15:07:48-04:00</updated>

		<published>2003-03-30T15:07:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18364#p18364</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18364#p18364"/>
		<title type="html"><![CDATA[snotice + bind ctcr]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18364#p18364"><![CDATA[
Are yolu sure teh RAW bind is matching.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Mar 30, 2003 3:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[misterys]]></name></author>
		<updated>2003-03-30T14:54:44-04:00</updated>

		<published>2003-03-30T14:54:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18363#p18363</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18363#p18363"/>
		<title type="html"><![CDATA[snotice + bind ctcr]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18363#p18363"><![CDATA[
hi...<br>i have a problem with a tcl, <br><div class="codebox"><p>Code: </p><pre><code>bind raw - notice ctcpfingerbind ctcr - FINGER ctcpreplyproc ctcpfinger {from key text} { if {[string match "*connecting*" $text] } { set text [split $text] set nickname [lindex $text 8] putserv "PRIVMSG $nickname :\001FINGER\001" } }  proc ctcpreply {nick uh hand dest key arg} { if {[string match -nocase "*Java*" $arg]} { putserv "PRIVMSG misterys :blabla"} } </code></pre></div>problem is: <br>when i bind the "connection snotice" from the server when a user connect, i dont get the finger reply. <br>if i bind join, the script is working...<br>running eggdrop1.6.10 and  Tcl 8.3.2.<br><br><br>what can i do ? where is the error ?<br>btw... how to do that i just get a msg when the bot DONT geht the Finger reply "*java*" ??<br><br>i hope that s.o. can help me *g<br>and sorry for my bad english <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>mfg <br>misterys<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2941">misterys</a> — Sun Mar 30, 2003 2:54 pm</p><hr />
]]></content>
	</entry>
	</feed>
