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

	<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-12-31T21:35:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-12-31T21:35:51-04:00</updated>

		<published>2005-12-31T21:35:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58903#p58903</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58903#p58903"/>
		<title type="html"><![CDATA[Ripe]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58903#p58903"><![CDATA[
for auto choosing whois server you could use [exec whois $t] (if you are not using windrop without cygwin) ^-^<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sat Dec 31, 2005 9:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[martpen69]]></name></author>
		<updated>2005-12-31T19:34:35-04:00</updated>

		<published>2005-12-31T19:34:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58902#p58902</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58902#p58902"/>
		<title type="html"><![CDATA[Ripe]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58902#p58902"><![CDATA[
Thank you very much all working <br><br>Thanks<br><br>:)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6376">martpen69</a> — Sat Dec 31, 2005 7:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-12-31T19:28:42-04:00</updated>

		<published>2005-12-31T19:28:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58901#p58901</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58901#p58901"/>
		<title type="html"><![CDATA[Ripe]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58901#p58901"><![CDATA[
that means your IP does not belong to a network registered with RIPE<br><br>try whois.arin.net<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Dec 31, 2005 7:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[martpen69]]></name></author>
		<updated>2005-12-31T19:11:16-04:00</updated>

		<published>2005-12-31T19:11:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58900#p58900</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58900#p58900"/>
		<title type="html"><![CDATA[Ripe]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58900#p58900"><![CDATA[
in channel i do <br>!whois myipaddy <br>and i get the result but the ip address i input seems to never get parsed to the query database/engine.<br><br>the following is part of what i get. In total i get about 50 of info but its all the same info because of the ip addy.<br><br>% Information related to '0.0.0.0 - 255.255.255.255'<br>inetnum:      0.0.0.0 - 255.255.255.255<br>netname:      IANA-BLK<br>descr:        The whole IPv4 address space<br><br>Thanks in advance for your time.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6376">martpen69</a> — Sat Dec 31, 2005 7:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-12-31T18:37:37-04:00</updated>

		<published>2005-12-31T18:37:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58899#p58899</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58899#p58899"/>
		<title type="html"><![CDATA[Ripe]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58899#p58899"><![CDATA[
<blockquote class="uncited"><div>forgive my stupidness but is this a tcl script i can load into my egg. I wanted to do a !whois ipaddy and the bot respond with the ripe info.<br><br>Happy new year by the way <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></div></blockquote><div class="codebox"><p>Code: </p><pre><code>bind pub o !whois fooproc foo {n u h c t} {   set s [socket whois.ripe.net 43]   puts $s $t; flush $s   foreach line [split [read $s] \n] {      puthelp "privmsg $c :$line"   }   close $s}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Dec 31, 2005 6:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-12-31T18:23:50-04:00</updated>

		<published>2005-12-31T18:23:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58897#p58897</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58897#p58897"/>
		<title type="html"><![CDATA[Ripe]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58897#p58897"><![CDATA[
If you want your bot to respond to a public command a TCL script is the thing you will want to have as long you don't want to compile a C module.<br>I am pretty sure there are already some whois scripts around. Most do dns lookups, but if they use the "whois" tool you can always add a dnslookup before this query.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sat Dec 31, 2005 6:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[martpen69]]></name></author>
		<updated>2005-12-31T18:20:48-04:00</updated>

		<published>2005-12-31T18:20:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58896#p58896</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58896#p58896"/>
		<title type="html"><![CDATA[Ripe]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58896#p58896"><![CDATA[
forgive my stupidness but is this a tcl script i can load into my egg. I wanted to do a !whois ipaddy and the bot respond with the ripe info.<br><br>Happy new year by the way :)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6376">martpen69</a> — Sat Dec 31, 2005 6:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-12-31T18:00:46-04:00</updated>

		<published>2005-12-31T18:00:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58894#p58894</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58894#p58894"/>
		<title type="html"><![CDATA[Ripe]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58894#p58894"><![CDATA[
no need to parse web output<br><br>simply connect to WHOIS server on port 43:<div class="codebox"><p>Code: </p><pre><code>set s [socket whois.ripe.net 43]puts $s domain.com; flush $sset data [read $s]</code></pre></div>(this thing works because you [flush] the blocking socket and the server then dumps back to you its output which is captured by [read])<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Dec 31, 2005 6:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[martpen69]]></name></author>
		<updated>2005-12-31T15:30:56-04:00</updated>

		<published>2005-12-31T15:30:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58886#p58886</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58886#p58886"/>
		<title type="html"><![CDATA[Ripe]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58886#p58886"><![CDATA[
Was looking for a tcl that would perform a Ripe lookup on an ip address and show the info for that ip according to the ripe database.<br><br><a href="http://www.ripe.net/whois" class="postlink">http://www.ripe.net/whois</a><br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6376">martpen69</a> — Sat Dec 31, 2005 3:30 pm</p><hr />
]]></content>
	</entry>
	</feed>
