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

	<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>2015-04-19T19:50:19-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Arnold_X-P]]></name></author>
		<updated>2015-04-19T19:50:19-04:00</updated>

		<published>2015-04-19T19:50:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103870#p103870</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103870#p103870"/>
		<title type="html"><![CDATA[random identd and vhost]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103870#p103870"><![CDATA[
a lot of time behind I found this tcl which supposedly<br>change the identd to identd random and it is interesting the bad thing is that it does not work it tries to change the identd but it does not achieve it<br><br>the ideal thing would be that it changes the vhost and identd whenever it gets connected to a server <br>so the abuses would be avoided in vhost clones (clones for vhost)<br><br><strong class="text-strong">skylight using these variants ::::</strong><br><br>variable ident "ReeBoT SuperBoT Android YoRoboT Walle"<br>variable vhost "xtreme.org static.ocp.net optupus.ix.net red.and.red.org"<br><br>some friend who helps me with this idea to modify this tcl<br>and that works to the style randon so much for identd and vhost<div class="codebox"><p>Code: </p><pre><code>namespace eval oident {   namespace eval variable {      #Set this to your idents you like to use with this Eggdrop      variable ident "ReeBoT SuperBoT Android YoRoboT Walle"      #Set this to the full path of your .oidentd.conf [/home/username/.oidentd.conf]      variable conf "/home/robots/kantuta/.oidentd.conf"     }   bind evnt - connect-server [namespace current]::setident   proc setident {type} {      set file [open $::oident::variable::conf "w"]      if {[llength $::oident::variable::ident] == 1} {         set ident "$::oident::variable::ident"      } elseif {[llength $::oident::variable::ident] &gt; 1} {         set ident "[lindex "$::oident::variable::ident" [rand [expr [llength $::oident::variable::ident] - 1]]]"      }      puts $file "global { reply \"$ident\"}"      close $file      putlog "\002OIdent\002 cambiando Identd a $ident"   }}   putlog "oidentd.tcl Version 1.0 coded by Stephan Brendel loaded Edited by \002W\002ebsite: http://sp00fed.org"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8327">Arnold_X-P</a> — Sun Apr 19, 2015 7:50 pm</p><hr />
]]></content>
	</entry>
	</feed>
