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

	<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>2006-01-18T18:55:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Tristam]]></name></author>
		<updated>2006-01-18T18:55:46-04:00</updated>

		<published>2006-01-18T18:55:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59526#p59526</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59526#p59526"/>
		<title type="html"><![CDATA[whois'ing with eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59526#p59526"><![CDATA[
Yay! That made the trick.. got it working now, great!<br><br>Thanks!!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3881">Tristam</a> — Wed Jan 18, 2006 6:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2006-01-17T17:50:16-04:00</updated>

		<published>2006-01-17T17:50:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59497#p59497</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59497#p59497"/>
		<title type="html"><![CDATA[whois'ing with eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59497#p59497"><![CDATA[
<blockquote class="uncited"><div>&lt;- :irc.localhost.com 378 caesar caesar :is connecting from *@127.0.0.1 127.0.0.1</div></blockquote>Bind the raw 378 and get the ip with something like:<div class="codebox"><p>Code: </p><pre><code>bind raw - 378 raw:378proc raw:378 {from key txt} {   putlog "realip is [lindex [split $txt] e]"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Jan 17, 2006 5:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Tristam]]></name></author>
		<updated>2006-01-17T16:33:41-04:00</updated>

		<published>2006-01-17T16:33:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59492#p59492</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59492#p59492"/>
		<title type="html"><![CDATA[whois'ing with eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59492#p59492"><![CDATA[
Hello! I'm not sure in which category this post would belong, move it if necessary <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>I'm an ircop in our small irc-server around ~100 people, we're running the latest unrealircd. I need a script to do this:<br><br>When people say <strong class="text-strong">!whois &lt;nick&gt;</strong> in a channel, the bot would whois the user given, and give out the <strong class="text-strong">real</strong> ip/host of the user, This is needed so other staff members can check out some users ip's with the bot, without being ircops themselves..<br><br>I've got so far with some whois scripts found in the tcl archive, that I can output the cloaked host of the user, but anyone can see that! I need the _real_ host. (only ircops can see that)<br><br>Yeah, this is really a bit hard for me <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> Anyone, some ideas? I made the bot ircop already, but how can I output:<br><div class="codebox"><p>Code: </p><pre><code>[talviesa] is connecting from *@a80-186-216-***.elisa-laajakaista.fi 80.186.216.***</code></pre></div>instead of what I get now:<br><div class="codebox"><p>Code: </p><pre><code> [talviesa] (talviesa@***.***.***.***): talviesa</code></pre></div>Any ideas, anyone? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3881">Tristam</a> — Tue Jan 17, 2006 4:33 pm</p><hr />
]]></content>
	</entry>
	</feed>
