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

	<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>2010-01-06T19:07:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[sattam]]></name></author>
		<updated>2010-01-06T19:07:55-04:00</updated>

		<published>2010-01-06T19:07:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91611#p91611</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91611#p91611"/>
		<title type="html"><![CDATA[Client -- Client connecting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91611#p91611"><![CDATA[
I mean when any user  contact In the server<br><br> (=E-) [22:58] -NOTICE- *** Client -- Client exiting: Guest-56228 (~<a href="mailto:r00t@cpc2-pool12-2-0-cust210.15-1.cable.virginmedia.com">r00t@cpc2-pool12-2-0-cust210.15-1.cable.virginmedia.com</a>) [Client Quit] [82.8.228.211]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11040">sattam</a> — Wed Jan 06, 2010 7:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sattam]]></name></author>
		<updated>2010-01-06T19:02:36-04:00</updated>

		<published>2010-01-06T19:02:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91610#p91610</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91610#p91610"/>
		<title type="html"><![CDATA[Client -- Client connecting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91610#p91610"><![CDATA[
<blockquote class="uncited"><div>My bad.... try the altered code above I've edited <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"></div></blockquote>I do not understand<br>I want to help if allowed<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11040">sattam</a> — Wed Jan 06, 2010 7:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2010-01-06T19:00:35-04:00</updated>

		<published>2010-01-06T19:00:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91609#p91609</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91609#p91609"/>
		<title type="html"><![CDATA[Client -- Client connecting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91609#p91609"><![CDATA[
My bad.... try the altered code above I've edited <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Wed Jan 06, 2010 7:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sattam]]></name></author>
		<updated>2010-01-06T18:57:02-04:00</updated>

		<published>2010-01-06T18:57:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91608#p91608</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91608#p91608"/>
		<title type="html"><![CDATA[Re: Client -- Client connecting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91608#p91608"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>bind raw -|- * NOTICE snoticeproc snotice {from keyword arg} {       if {![string match -nocase "*client connecting*" $arg]} { return }       # so this works on multiple ircd's, nick is _not always_ in       # the sixth position, but it is always after the first colon.       set nick [lindex [lindex [split $arg :] 1] 0]       putserv "svsjoin $nick #Em"}</code></pre></div></div></blockquote><br>Unfortunately did not work<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11040">sattam</a> — Wed Jan 06, 2010 6:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2010-01-06T18:59:38-04:00</updated>

		<published>2010-01-06T18:45:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91607#p91607</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91607#p91607"/>
		<title type="html"><![CDATA[Re: Client -- Client connecting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91607#p91607"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind raw - NOTICE snoticeproc snotice {from keyword arg} {       # no use sending useless svsjoin's, is this notice       # about a client connecting?       if {![string match -nocase "*client connecting*" $arg]} { return }       # so this works on multiple ircd's, nick is _not always_ in       # the sixth position, but it is always after the first colon.       set nick [lindex [lindex [split $arg :] 1] 0]       putserv "svsjoin $nick #Em"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Wed Jan 06, 2010 6:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sattam]]></name></author>
		<updated>2010-01-06T16:07:32-04:00</updated>

		<published>2010-01-06T16:07:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91606#p91606</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91606#p91606"/>
		<title type="html"><![CDATA[Client -- Client connecting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91606#p91606"><![CDATA[
I'm trying to do and repaired<br>Write entry in #Em<br><br>This bot Operator<br><br>(=E-) [20:06] -NOTICE- *** Client -- Client connecting: Guest-56228 (~<a href="mailto:r00t@cpc2-pool12-2-0-cust210.15-2.cable.virginmedia.com">r00t@cpc2-pool12-2-0-cust210.15-2.cable.virginmedia.com</a>) [82.2.228.211] {users}<br><div class="codebox"><p>Code: </p><pre><code>bind raw * notice snoticeproc snotice {from keyword arg} {       set nick [lindex $arg 5]       putserv "svsjoin $nick #Em"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11040">sattam</a> — Wed Jan 06, 2010 4:07 pm</p><hr />
]]></content>
	</entry>
	</feed>
