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

	<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-10-31T13:03:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-31T13:03:57-04:00</updated>

		<published>2002-10-31T13:03:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12641#p12641</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12641#p12641"/>
		<title type="html"><![CDATA[Mathing nick from Names-list!?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12641#p12641"><![CDATA[
<blockquote class="uncited"><div>You will need to lookup the usage of the RAW bind, and look in RFC 1459 to locate the correct information on whatt he /names command returns.<br><br>What you are trying to do is flawed though.<br><br>If a user has a usermode of +i, there nickname will not show up in the rerurned list.<br><br>On top of this again, if the channels has mode +s set, then the list will not be returned at all.<br><br>The only time the above if faulse, is when you are on the channel in question.</div></blockquote>Well the network is Quakenet, and the only two users i'm interested in cheking for are the Quakenet services "L" and "Q" and they aren't +i<br><br>But offcause, if the channel is +s, the bot won't have a chance without beign on the channel. The bot simply has to react on that with another procedure.<br><br>But thanks for the help.. To both of you.. I'll see if I can make it happen <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by Guest — Thu Oct 31, 2002 1:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Weirdo]]></name></author>
		<updated>2002-10-31T07:29:00-04:00</updated>

		<published>2002-10-31T07:29:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12629#p12629</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12629#p12629"/>
		<title type="html"><![CDATA[Mathing nick from Names-list!?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12629#p12629"><![CDATA[
Most irc networks actually dont allow this to be done without a user being on a channel. <br><br>the mirc command /who #channel usually performs this command, but due to it being used by DoSers it has been taken off on most networks, unless you are actually in that channel. <br><br>I know aniverse has done this.... bastards.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1195">Weirdo</a> — Thu Oct 31, 2002 7:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-10-31T05:56:39-04:00</updated>

		<published>2002-10-31T05:56:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12626#p12626</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12626#p12626"/>
		<title type="html"><![CDATA[Mathing nick from Names-list!?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12626#p12626"><![CDATA[
You will need to lookup the usage of the RAW bind, and look in RFC 1459 to locate the correct information on whatt he /names command returns.<br><br>What you are trying to do is flawed though.<br><br>If a user has a usermode of +i, there nickname will not show up in the rerurned list.<br><br>On top of this again, if the channels has mode +s set, then the list will not be returned at all.<br><br>The only time the above if faulse, is when you are on the channel in question.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Oct 31, 2002 5:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-31T01:09:05-04:00</updated>

		<published>2002-10-31T01:09:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12621#p12621</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12621#p12621"/>
		<title type="html"><![CDATA[Mathing nick from Names-list!?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12621#p12621"><![CDATA[
I'm having a huge problem figuring out how i can make my bot "scan" a channel it's not on, for det names currently on that channel...<br><br>Kind of the same as /names #channel<br><br>The idea is for the bot to get the info on who is on a certain channel, and then react if a certain nick is on that channel.<br><br>For instance... <br><br>- I setup the TCL Script to scan for the nickname: "Blacklisted"<br>- I trigger !scanjoin #somechannel<br>- The bot checks #somechannel for the names currently on that channel, without joining it!<br>- If one nick matches "Blacklisted", the bot runs one procedure, if not it runs another...<br><br><br>Simple as that  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> <br><br>Hope somebody can help  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by Guest — Thu Oct 31, 2002 1:09 am</p><hr />
]]></content>
	</entry>
	</feed>
