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

	<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>2005-07-20T15:53:49-04:00</updated>

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

		<entry>
		<author><name><![CDATA[w0lfstar]]></name></author>
		<updated>2005-07-20T15:53:49-04:00</updated>

		<published>2005-07-20T15:53:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52943#p52943</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52943#p52943"/>
		<title type="html"><![CDATA[parse msg on server connect ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52943#p52943"><![CDATA[
hiya,<br><br>this works almost great thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>but it's giving me this line twice:<br><br>[22:03] Tcl error [foo]: can't read "server": no such variable<br><br>greets wolfy<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6248">w0lfstar</a> — Wed Jul 20, 2005 3:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-19T20:47:04-04:00</updated>

		<published>2005-07-19T20:47:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52904#p52904</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52904#p52904"/>
		<title type="html"><![CDATA[parse msg on server connect ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52904#p52904"><![CDATA[
you need to have your bot opered and set umode +c (or whatever Unreal's umode will show you those "client connecting" notices)<br><br>then use this:<div class="codebox"><p>Code: </p><pre><code>set chan #yourchannelbind raw - NOTICE fooproc foo {f k t} {   scan $t %s target   scan $::server {%[^:]} server   set msg [join [lrange [split $t] 1 e]]   if {$f == $server &amp;&amp; $target == $::botnick} {      if {[str mat -noc "*client connecting*" $t] &amp;&amp; [botonchan $::chan]} {         puthelp "privmsg $::chan :[ctime [unixtime]] $msg"      }   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Jul 19, 2005 8:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[w0lfstar]]></name></author>
		<updated>2005-07-19T17:49:00-04:00</updated>

		<published>2005-07-19T17:49:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52892#p52892</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52892#p52892"/>
		<title type="html"><![CDATA[parse msg on server connect ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52892#p52892"><![CDATA[
hello everyone,<br><br>im looking for a way to live-parse server connects through my eggdrop.<br>ie, user joe connects to the internet relay chat server and then the eggdrop says something like: USER CONNECT: &lt;<a href="mailto:joe@cool.host.org">joe@cool.host.org</a>&gt; at &lt;time&gt;<br><br>is there anyone able to help with this request? the chat server software is unrealircd, latest version. eggdrop in use is 1.6.15 - any help is appreciated<br><br>greets wolfy<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6248">w0lfstar</a> — Tue Jul 19, 2005 5:49 pm</p><hr />
]]></content>
	</entry>
	</feed>
