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

	<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-05-29T02:03:49-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Get_A_Fix]]></name></author>
		<updated>2014-05-29T02:03:49-04:00</updated>

		<published>2014-05-29T02:03:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102860#p102860</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102860#p102860"/>
		<title type="html"><![CDATA[bin raw connect]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102860#p102860"><![CDATA[
For UnrealIRCd, you'd probably use something like..<br><div class="codebox"><p>Code: </p><pre><code>set outputchan "#whatever"bind raw - NOTICE server:noticesproc server:notices {from keyword text} {  global outputchan      if {[string match -nocase "*client connecting on*" $text]} {        set nick [lindex [split $text] 9]        set hostmask [lindex [split $text] 10]        set connectport [lindex [split $text] 8]        putquick "PRIVMSG $outputchan :\002Local Connect\002: $nick $hostmask on port $connectport"        return 0      }      if {[string match -nocase "*client connecting at*" $text]} {        set nick [lindex [split $text] 8]        set hostmask [lindex [split $text] 9]        set at [lindex [split $text] 6]        set servername [lindex [split $text] 7]        putquick "PRIVMSG $outputchan :\002Connect\002: $nick $hostmask $at \002(\002$servername\002)\002"        return 0      }      if {[string match -nocase "*client exiting:*" $text]} {        set nick [lindex [split $text] 6]        set hostmask [lindex [split $text] 7]        putquick "PRIVMSG $outputchan :\002Local Quit\002: $nick $hostmask"        return 0      }      if {[string match -nocase "*client exiting at*" $text]} {        set nick [lindex [split $text] 8]        set at [lindex [split $text] 6]        set servername [lindex [split $text] 7]        putquick "PRIVMSG $outputchan :\002Quit\002: $nick $at \002(\002$servername\002)\002"        return 0      }}</code></pre></div>Make sure the eggdrop sets snomask +cF (for local and global connect/quit)<br><br>Also, next time, please read what people post to you as caesar already asked you for info and could have given you code sooner.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6204">Get_A_Fix</a> — Thu May 29, 2014 2:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2014-05-28T09:31:31-04:00</updated>

		<published>2014-05-28T09:31:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102857#p102857</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102857#p102857"/>
		<title type="html"><![CDATA[bin raw connect]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102857#p102857"><![CDATA[
Please copy/paste the server notice you get when an user connects to the server.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed May 28, 2014 9:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[l.kleijn]]></name></author>
		<updated>2014-05-28T06:24:30-04:00</updated>

		<published>2014-05-28T06:24:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102856#p102856</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102856#p102856"/>
		<title type="html"><![CDATA[bin raw connect]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102856#p102856"><![CDATA[
the eggdrop has ircop rights<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12392">l.kleijn</a> — Wed May 28, 2014 6:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2014-05-26T01:24:25-04:00</updated>

		<published>2014-05-26T01:24:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102852#p102852</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102852#p102852"/>
		<title type="html"><![CDATA[bin raw connect]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102852#p102852"><![CDATA[
The bot has to have Operator access in order to see the incoming connection messages. If he dose then please copy/paste one message in here so I know what needs to be parsed.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon May 26, 2014 1:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[l.kleijn]]></name></author>
		<updated>2014-05-24T05:52:09-04:00</updated>

		<published>2014-05-24T05:52:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102839#p102839</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102839#p102839"/>
		<title type="html"><![CDATA[bin raw connect]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102839#p102839"><![CDATA[
An UnrealIRCd<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12392">l.kleijn</a> — Sat May 24, 2014 5:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2014-05-24T04:47:55-04:00</updated>

		<published>2014-05-24T04:47:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102838#p102838</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102838#p102838"/>
		<title type="html"><![CDATA[bin raw connect]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102838#p102838"><![CDATA[
On what server?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat May 24, 2014 4:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[l.kleijn]]></name></author>
		<updated>2014-05-24T03:58:12-04:00</updated>

		<published>2014-05-24T03:58:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102837#p102837</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102837#p102837"/>
		<title type="html"><![CDATA[bin raw connect]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102837#p102837"><![CDATA[
Could someone show me how to make a script when a user connect that the eggdrop sends a message to a channel ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12392">l.kleijn</a> — Sat May 24, 2014 3:58 am</p><hr />
]]></content>
	</entry>
	</feed>
