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

	<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>2024-07-29T04:40:58-04:00</updated>

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

		<entry>
		<author><name><![CDATA[flink]]></name></author>
		<updated>2024-07-27T10:07:33-04:00</updated>

		<published>2024-07-27T10:07:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112948#p112948</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112948#p112948"/>
		<title type="html"><![CDATA[Re: notify for when users enter the server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112948#p112948"><![CDATA[
Thanks simo for answering, what you propose does not work.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12899">flink</a> — Sat Jul 27, 2024 10:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2024-07-27T08:25:11-04:00</updated>

		<published>2024-07-27T08:25:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112947#p112947</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112947#p112947"/>
		<title type="html"><![CDATA[Re: notify for when users enter the server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112947#p112947"><![CDATA[
you could try this : <br><div class="codebox"><p>Code: </p><pre><code>set monchan "#MonitorChannel"bind raw - NOTICE SnoticeMonitorproc SnoticeMonitor {from key text} {   if {[string match *!*@* $from]} { return 0 ; # not a server notice }  if {[regexp -nocase { CONNECT: Client connecting on port (\d+) \(class (\S+)\): ([^!]+)!([^@]+)@(\S+) \(([0-9a-f.:]+)\) \[(.*)\]} $text -&gt; port class nick ident host  ip realname]} {   putserv "PRIVMSG $::monchan :$nick connecting from $ident!$host" }  if {[regexp -nocase { REMOTECONNECT: Client connecting at (\S+\:) ([^!]+)!([^@]+)@(\S+) \(([0-9a-f.:]+)\) \[(.*)\]} $text -&gt;  server nick ident host ip realname] } {    putserv "PRIVMSG $::monchan :$nick connecting from $ident!$host"}   return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sat Jul 27, 2024 8:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[flink]]></name></author>
		<updated>2024-07-29T04:40:58-04:00</updated>

		<published>2024-07-26T13:10:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112943#p112943</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112943#p112943"/>
		<title type="html"><![CDATA[notify for when users enter the server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112943#p112943"><![CDATA[
the request would know of any notify tcl server level,<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12899">flink</a> — Fri Jul 26, 2024 1:10 pm</p><hr />
]]></content>
	</entry>
	</feed>
