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

	<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-06-16T11:15:01-04:00</updated>

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

		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-06-16T11:15:01-04:00</updated>

		<published>2024-06-16T11:15:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112873#p112873</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112873#p112873"/>
		<title type="html"><![CDATA[Re: bin raw connect]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112873#p112873"><![CDATA[
I guess you didn't search a lot. And your eggdrop must be ircop to have a working script.<br><br>Short example:<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark-reasonable.min.css"> <strong>script</strong>  <strong>script</strong> <div class="codebox"><pre><code class="language-tcl">set tellchan "#example"bind raw - NOTICE tellusproc tellus {frm key text} {   if {[string match *!*@* $frm] || ![string match -nocase "*client connecting*" $text]} {      return   }   regexp {:\ ([^ ]+)\s\(([^@]+)@([^\)])+\)\s\[([^\]]+)} $text - unick ident host ip   putserv "PRIVMSG $::tellchan :$unick connecting network from $host"}</code></pre></div> <strong>script</strong> Note that the regexp works with unrealircd but need to be modified for others ircds.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sun Jun 16, 2024 11:15 am</p><hr />
]]></content>
	</entry>
	</feed>
