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

	<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>2020-10-18T07:14:12-04:00</updated>

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

		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2020-10-18T07:14:12-04:00</updated>

		<published>2020-10-18T07:14:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109079#p109079</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109079#p109079"/>
		<title type="html"><![CDATA[Changing Tcl Script ! Need Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109079#p109079"><![CDATA[
First: do not double post.<br><br>Second: I guess you use a bind pub (or pubm), can you show us which one you use ?<br>You probably can use the same proc whith changing the bind to catch another keyword, as your proc extract the IP from the text.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sun Oct 18, 2020 7:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[aboutme]]></name></author>
		<updated>2020-10-18T04:27:20-04:00</updated>

		<published>2020-10-18T04:27:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109077#p109077</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109077#p109077"/>
		<title type="html"><![CDATA[Changing Tcl Script ! Need Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109077#p109077"><![CDATA[
Hi All , I am using tcl script for proxys<blockquote class="uncited"><div>REMOTECONNECT: Client connecting at irc.server.info: user123!webirc@89.205.133.232 (89.205.133.232) [https://****.info]</div></blockquote>From this Remoteconnect my code is taking the ip 89.205.133.232 : <div class="codebox"><p>Code: </p><pre><code>roc rem_conn {nick uhost hand chan text} {global cds cdsstatusif {$chan == "#services"} {set text [string trim $text]set cds(current-nick) [lindex [string map -nocase [list "!" " "] [lindex $text 5]] 0]set cds(current-target) [string map -nocase [list "(" "" ")" ""] [lindex $text 6]]if {[regexp -- {([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})} $cds(current-target) match a b c d]} { foreach server [split $cds(lists) " "] { dnslookup "$d.$c.$b.$a.$server" cds:iplookup $cds(current-nick) $server set cdsstatus($server) "[expr [lindex $cdsstatus($server) 0] + 1] [lindex $cdsstatus($server) 1]" set cdsstatus(total) "[expr $cdsstatus(total) + 1]"</code></pre></div>NOW  I want to make a new code <br>To take the ip from this letter :<br>REMOTEANNOUNCEMENT: From irc.server.info: Connecting user 653AAUJB0 detected as using CGI:IRC (root.server.info), changing real host to 212.233.145.178 from root.server.info<br><br>I want to take this ip 212.233.145.178 <br>What i have to change in my code? Please help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12582">aboutme</a> — Sun Oct 18, 2020 4:27 am</p><hr />
]]></content>
	</entry>
	</feed>
