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

	<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>2003-06-27T19:56:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-06-27T19:56:54-04:00</updated>

		<published>2003-06-27T19:56:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22663#p22663</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22663#p22663"/>
		<title type="html"><![CDATA[about .netjump command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22663#p22663"><![CDATA[
hmm if i use ".netjump -all ... " it also seems to work<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Fri Jun 27, 2003 7:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-06-23T14:40:06-04:00</updated>

		<published>2003-06-23T14:40:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22461#p22461</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22461#p22461"/>
		<title type="html"><![CDATA[about .netjump command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22461#p22461"><![CDATA[
No netjump isn't like jump, jump you can jump any irc netjump only one in the config file don't see the point in doing that but i gues it some use it<br><br>Like i tought it was it is only for the servers in the server list i want a random server one that isnt in that list ...  so i came up with this but euhm how do i make it work so all bots do it not just one .. ?  ?? <br><br>oh and one more thing if i came up  an irc and it someone would of taken my bots irc nick would i still be able to link or .. ? just wondering i know i can set an serperate nick on the botnet just wana know what it is for i have an idea what it is for but just want to make sur.<br><div class="codebox"><p>Code: </p><pre><code>bind dcc m netchange send:netchange bind bot - netchange bot:netchange bind dcc m netip send:netip bind bot - netip bot:netip proc send:netchange {handle idx arg} {   set srv [lindex $arg 0]   set prt [lindex $arg 1]   set psd [lindex $arg 2]   if {$srv == ""} {   putdcc $idx "Syntax Error at least define a server Useage: .netchange &lt;server&gt; &lt;port&gt; &lt;password&gt;"   } else {   jump $srv $prd $psd   } } proc bot:netchange {handle idx arg} {   set srv [lindex $arg 0]   set prt [lindex $arg 1]   set psd [lindex $arg 2]   if {$srv == ""} {   putdcc $idx "Syntax Error at least define a server Useage: .netchange &lt;server&gt; &lt;port&gt; &lt;password&gt;"   } else {   jump $srv $prd $psd   } } proc send:netip {handle idx arg} { global botnick   set MyIP ""   foreach a {a b c d e f g h i j k} {       catch {      set external [socket $a.root-servers.net 53]      set MyIP [lindex [fconfigure $external -sockname] 0]      close $external                  }   if { ![string equal $MyIP ""] } { break }   }   putdcc $idx "Botnick: $botnick BotIP: $MyIP" } proc bot:netip {handle idx arg} { global botnick   set MyIP ""   foreach a {a b c d e f g h i j k} {       catch {      set external [socket $a.root-servers.net 53]      set MyIP [lindex [fconfigure $external -sockname] 0]      close $external                  }   if { ![string equal $MyIP ""] } { break }   }   putdcc $idx "Botnick: $botnick BotIP: $MyIP" }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Mon Jun 23, 2003 2:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[slennox]]></name></author>
		<updated>2003-06-22T13:05:36-04:00</updated>

		<published>2003-06-22T13:05:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22391#p22391</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22391#p22391"/>
		<title type="html"><![CDATA[about .netjump command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22391#p22391"><![CDATA[
netjump is basically just a botnet version of the jump command. See ".help jump" and ".nethelp netjump".<br><br>It can be for jumping bots to a different server on the same network, or jumping them to a completely different network (although they probably won't stay on a different network unless you change the server list).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13034">slennox</a> — Sun Jun 22, 2003 1:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-06-21T21:14:10-04:00</updated>

		<published>2003-06-21T21:14:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22343#p22343</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22343#p22343"/>
		<title type="html"><![CDATA[about .netjump command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22343#p22343"><![CDATA[
i have same question so after reading this i can understand that netjump thingy is for jumping bots on same network ?? or do i understand wrong ?? like now bots on server A i want them to go to server B on same network that is, so i can use netjump for that ??? am i write ?? or did i understand wrong ??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Sat Jun 21, 2003 9:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-06-10T14:18:32-04:00</updated>

		<published>2003-06-10T14:18:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21610#p21610</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21610#p21610"/>
		<title type="html"><![CDATA[about .netjump command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21610#p21610"><![CDATA[
Have you tried stopping and starting eggdrop?<br><br>They are only stored in memory, and will do until restarted or using the .restart command.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Jun 10, 2003 2:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-06-10T06:04:17-04:00</updated>

		<published>2003-06-10T06:04:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21550#p21550</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21550#p21550"/>
		<title type="html"><![CDATA[about .netjump command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21550#p21550"><![CDATA[
I have the same problem, and I cant seem to find a way to remove these servers..  havn't found it in any files..<br>and I jumped to another network than what I'm usually on, so now my bot's keeps jumping to that network..<p>Statistics: Posted by Guest — Tue Jun 10, 2003 6:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Chrysalis]]></name></author>
		<updated>2002-10-26T06:10:40-04:00</updated>

		<published>2002-10-26T06:10:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12387#p12387</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12387#p12387"/>
		<title type="html"><![CDATA[about .netjump command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12387#p12387"><![CDATA[
eggdrop stores new servers somewhere outside the config as well, I have seen this.<br><br>eg. my config hass the following servers<br><br>blah.undernet.org<br>blah2.undernet.org<br>blah4.undernet.org<br><br>then 1 day I issue a manual .jump command to blah3.undernet.org, this server will now be stored in the eggdrop somewhere.  and on future jumps it will try to use blah3.undernet.org again.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=168">Chrysalis</a> — Sat Oct 26, 2002 6:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-10-19T08:08:26-04:00</updated>

		<published>2002-10-19T08:08:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12113#p12113</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12113#p12113"/>
		<title type="html"><![CDATA[about .netjump command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12113#p12113"><![CDATA[
.netjump, uses the normal .jump commands provided by eggdrop, with the differance, of broadcasting it to other bots, so they all perform the action.<br><br>As such, it uses the list of servers, as provided by the set serevers line in your config file.<br><br>If your bots are jumping to a server on another network, then this is the list it will be located.<br><br>Editing all the bots, can be a long hard task to do, so I will pass this advice along.<br><br>If running multiple bots, on one shell, then you have the advantage, of using a single file, for all your servers. This will be of no real advantage, if you one run one bot on one shell.<br><br>Create a file, in the same directory as the eggdrop, called "servers.list".<br><br>Now remove all the servers from the config file, and replace them with the one line "source servers.list"<br><br>Edit the fiel "servers.list" again, and place all the servers in this file, using the "set servers {" format, as used in the config file.<br><br>Now, if you replace the servers with that one line (source servers.list), in all the config files, you should now opnly have to edit one file, when changing the servers list.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat Oct 19, 2002 8:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2002-10-19T05:37:56-04:00</updated>

		<published>2002-10-19T05:37:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12112#p12112</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12112#p12112"/>
		<title type="html"><![CDATA[about .netjump command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12112#p12112"><![CDATA[
I used the <strong class="text-strong">.netjump</strong> command to make the netbots jump to another server of another network..<br>and now when I use that command plain without a server it jumps to another network then...to Undernet again.. that means that it has saved that server (?)<br>How can I delete servers from netbots?<br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2044">ReaLz</a> — Sat Oct 19, 2002 5:37 am</p><hr />
]]></content>
	</entry>
	</feed>
