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

	<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-02-22T05:16:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-02-22T05:16:44-04:00</updated>

		<published>2006-02-22T05:16:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60574#p60574</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60574#p60574"/>
		<title type="html"><![CDATA[ip_hide 1.2 by kortexx change nick back to botnick?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60574#p60574"><![CDATA[
I think the author is missing in action, so yeah I tossed the script too.. I just added what was suggested elsewhere, to put in a small proc in the bot's config file.. So far so good..As long as X doesn't disappear and the bot loses its masking.  I'll have to look at some other scripts I saw in the archives that check every so often to make sure the hostname is still masked. I've only seen a few times that my own mask disappeared after X got split..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Wed Feb 22, 2006 5:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyEgg]]></name></author>
		<updated>2006-02-20T08:35:02-04:00</updated>

		<published>2006-02-20T08:35:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60536#p60536</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60536#p60536"/>
		<title type="html"><![CDATA[ip_hide 1.2 by kortexx change nick back to botnick?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60536#p60536"><![CDATA[
i used that script:<br><br>1. most of time remain indeed to iph3683 <br>2. the bot doesnt recognise that it is in #channel<br>3. even with rehash didnt take the nickname from the conf back.Only due 3-4 restart and Only when the undernet service have a little lag comming functionable that script and i dont know why that.<br><br>personaly i remove the script and i have just a simple login script load.<br>If you really need that script cause the egg run on your own host and you have attack on it then Alchera gives you the correct answer.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6534">CrazyEgg</a> — Mon Feb 20, 2006 8:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-02-19T21:46:44-04:00</updated>

		<published>2006-02-19T21:46:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60518#p60518</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60518#p60518"/>
		<title type="html"><![CDATA[ip_hide 1.2 by kortexx change nick back to botnick?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60518#p60518"><![CDATA[
Contact the script author.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Feb 19, 2006 9:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-02-19T21:35:28-04:00</updated>

		<published>2006-02-19T21:35:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60517#p60517</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60517#p60517"/>
		<title type="html"><![CDATA[ip_hide 1.2 by kortexx change nick back to botnick?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60517#p60517"><![CDATA[
Hi, quick question. I'm using ip_hide.tcl (or hide_ip as the script itself calls it) and want to modify it so that after it connects, authenticates to X on Undernet, and sets mode +x, it will change the bot's nick back to what I have configured in eggdrop.conf as botnick, *then* join the channel the bot lives on. The script seems to change back to the right nick *sometimes* but most of the time it still keeps the "iph####" random nick that is used in the script. <br><br>This is the content of the script, for reference:<div class="codebox"><p>Code: </p><pre><code>bind evnt - connect-server iphconnbind evnt - init-server iphinitproc iphconn {type} {global nick iphnick flood-msg iphfloodmsg foreach chan [channels] {  channel set $chan +inactive } set iphnick $nick set nick "iph[rand 999999]"  set iphfloodmsg ${flood-msg} set flood-msg 0:0}proc iphinit {type} {global xuser xpass botnick putserv "MODE $botnick +x" putserv "PRIVMSG x@channels.undernet.org :login $xuser $xpass" bind notc - "AUTHENTICATION SUCCESSFUL*" iphlogged putlog "Waiting for authentication..." utimer 30 iphrelog}proc iphrelog {} {global xuser xpass putserv "PRIVMSG x@channels.undernet.org :login $xuser $xpass" utimer 45 iphrelog}proc iphlogged {mnick uhost hand text {dest ""}} {global nick iphnick flood-msg iphfloodmsg if {$mnick == "X"} {  set nick $iphnick  unbind notc - "AUTHENTICATION SUCCESSFUL*" iphlogged  foreach chan [channels] {   channel set $chan -inactive  }  if {[utimerexists iphrelog]!=""} {killutimer [utimerexists iphrelog]}  set flood-msg $iphfloodmsg }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sun Feb 19, 2006 9:35 pm</p><hr />
]]></content>
	</entry>
	</feed>
