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

	<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>2002-09-11T11:51:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[darko``]]></name></author>
		<updated>2002-09-11T11:51:30-04:00</updated>

		<published>2002-09-11T11:51:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10783#p10783</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10783#p10783"/>
		<title type="html"><![CDATA[Retrieving users ip or domain name only knowing their nick.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10783#p10783"><![CDATA[
Name is actually perfect. the 'chan' part describes behaviour of the command. If person is *not* on channel, then "" is returned (as docs say). Hence, it is channel related command, and not every nick on IRC can be checked.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1881">darko``</a> — Wed Sep 11, 2002 11:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-11T01:52:24-04:00</updated>

		<published>2002-09-11T01:52:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10760#p10760</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10760#p10760"/>
		<title type="html"><![CDATA[Retrieving users ip or domain name only knowing their nick.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10760#p10760"><![CDATA[
Argh, i feel like a moron, i spent so much damn time readint <br>tcl-commands.doc, and i never noticed this...<br><br>  getchanhost &lt;nickname&gt; [channel]<br>    Returns: user@host of the specified nickname (the nickname is not included<br>      in the returned host). If a channel is not specified, bot will check<br>      all of its channels. If the nickname is not on the channel(s), "" is<br>      returned.<br>    Module: irc<br><br><br>not the best name for the command, should more of be getnickhost, but oh well... <br>Combined with:<br>  chanlist &lt;channel&gt; [flags[&amp;chanflags]]<br>all my problems are solved.<p>Statistics: Posted by Guest — Wed Sep 11, 2002 1:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darko``]]></name></author>
		<updated>2002-09-10T18:29:39-04:00</updated>

		<published>2002-09-10T18:29:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10752#p10752</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10752#p10752"/>
		<title type="html"><![CDATA[Retrieving users ip or domain name only knowing their nick.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10752#p10752"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind raw - "311" whoiz:311bind dcc - whoiz whoiz:whoizproc whoiz:311 {from mask text} {putlog "$text"}proc whoiz:whoiz {handle idx args} {putquick "WHOIS $args"}</code></pre></div><br>This is a part of a yet not released script, but will hopefully help you.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1881">darko``</a> — Tue Sep 10, 2002 6:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-09-10T15:58:03-04:00</updated>

		<published>2002-09-10T15:58:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10745#p10745</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10745#p10745"/>
		<title type="html"><![CDATA[Retrieving users ip or domain name only knowing their nick.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10745#p10745"><![CDATA[
When joining a chat room, informatuion regarding who is in the room, and what modes they have are sent.<br><br>Eggdrop records this information, for future use, like making sure that every1 matching a certain ban mask are kicked, and making sure people that are being oped are allowed to (depending on channel settings).<br><br>When leaving the room, eggdrop discards the informatyion, as it is no longer needed.<br><br>As such, there are Tcl commands provided, to allow you access to this information in scripts.<br><br>However, as noted above, these commands will only return information for users it is tracking (IE, any1 in a chat room that the eggdrop is on).<br><br>To find these commands, read tcl-commnads.doc<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Sep 10, 2002 3:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-10T15:19:52-04:00</updated>

		<published>2002-09-10T15:19:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10741#p10741</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10741#p10741"/>
		<title type="html"><![CDATA[Retrieving users ip or domain name only knowing their nick.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10741#p10741"><![CDATA[
<blockquote class="uncited"><div>You can get the information if the user is on the channel, but you would have to use raw binds if not.</div></blockquote><br>Care to elaborate? saying you can do it without saying how is kind of fustrating.<br><br>The user is on the channel,  or did you mean with a module you could only get the information if the user is on the channel without using raw binds?<p>Statistics: Posted by Guest — Tue Sep 10, 2002 3:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-09-10T05:50:38-04:00</updated>

		<published>2002-09-10T05:50:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10723#p10723</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10723#p10723"/>
		<title type="html"><![CDATA[Retrieving users ip or domain name only knowing their nick.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10723#p10723"><![CDATA[
You can get the information if the user is on the channel, but you would have to use raw binds if not.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Sep 10, 2002 5:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-09-10T02:46:35-04:00</updated>

		<published>2002-09-10T02:46:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10719#p10719</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10719#p10719"/>
		<title type="html"><![CDATA[Retrieving users ip or domain name only knowing their nick.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10719#p10719"><![CDATA[
the only way I can think of is to /whois or /dns the server with each nick, then u have to wait for the reply using bind raw ....<br>this is <span style="text-decoration:underline">very</span> slow and could easily be messed up by the bot if it's alot of peeps in the channel.<br>I suppose this could be done alot better with some sort of module<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Tue Sep 10, 2002 2:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-09T20:38:32-04:00</updated>

		<published>2002-09-09T20:38:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10707#p10707</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10707#p10707"/>
		<title type="html"><![CDATA[Retrieving users ip or domain name only knowing their nick.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10707#p10707"><![CDATA[
Either I'm not looking in the right places or blind, but I've searched all the docs I could and some online sources, is there truly no way to do this?<br><br>One case I wanted to do this was, to go through the list of everyone in the channel and retrieve each person's IP, is there any way to do this, besides writing a c module?<p>Statistics: Posted by Guest — Mon Sep 09, 2002 8:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
