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

	<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>2001-10-21T11:09:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-21T11:09:00-04:00</updated>

		<published>2001-10-21T11:09:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=930#p930</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=930#p930"/>
		<title type="html"><![CDATA[Unmask script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=930#p930"><![CDATA[
Ow i forgat to say the mask you get back of the bot wil be the mask that's known on the server. If the server (such as Chatnet) use mode +x on users you get never the REAL mask back. This will work oderwise and that's someting i can't tell you *sorry*<br><br>Regards,<br>Vosje<p>Statistics: Posted by Guest — Sun Oct 21, 2001 11:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-21T11:06:00-04:00</updated>

		<published>2001-10-21T11:06:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=929#p929</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=929#p929"/>
		<title type="html"><![CDATA[Unmask script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=929#p929"><![CDATA[
What do you execly want. To "real" unmask ppl that's not on a channel where the bot is?<br><br>If you want this. let you bot do a whois<br>en bind the reply RAW code (like 311) to a Proc<br>Like :<br><br>bind pub n !saymask call_letsaymask<br>bind RAW - 311 call_saymask<br>proc call_letsaymask {nick uhost handle chan arg} {<br>global holdmyownnick<br>putserv "whois $arg"<br># (this may also putserv "quote whois :$arg")<br>set holdmyownnick $nick<br>}<br><br>proc call_saymask {nick handle arg} {<br>    global holdmyownnick<br># if i'm right you must have lindex 2 and 3 of arg<br>  set setmaskis ""<br>  set setmaskis "[lindex $arg 2]@"<br>  set setmaskis "$setmaskis[lindex $arg 3]"<br>  putserv "NOTICE $holdmyownnick : The user have mask $setmaskis"<br>}<br><br>---<br>Well if you put this in a tcl and load it then you do in channel "!saymask &lt;nick&gt;"<br>and the bot will return you in a notice <br>the mask of that user (*Not Tested* but i'm sure it must work. But check in your DCC or telnet with .console +r of the RAW code from the Whois on your server.<br><br>Regards,<br>Vosje<br><br><p>Statistics: Posted by Guest — Sun Oct 21, 2001 11:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-10-19T10:08:00-04:00</updated>

		<published>2001-10-19T10:08:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=852#p852</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=852#p852"/>
		<title type="html"><![CDATA[Unmask script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=852#p852"><![CDATA[
I don't understand.<br><br>Where is the bot suposed to look up the name? a db, irc?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Oct 19, 2001 10:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-19T10:00:00-04:00</updated>

		<published>2001-10-19T10:00:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=851#p851</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=851#p851"/>
		<title type="html"><![CDATA[Unmask script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=851#p851"><![CDATA[
Is there an unmask script, that unmasks a defined user?<br>Like u give his/her name and the bot says he's mask<p>Statistics: Posted by Guest — Fri Oct 19, 2001 10:00 am</p><hr />
]]></content>
	</entry>
	</feed>
