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

	<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>2009-01-27T19:13:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-01-27T19:13:30-04:00</updated>

		<published>2009-01-27T19:13:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87122#p87122</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87122#p87122"/>
		<title type="html"><![CDATA[username + ??? (winident1.2 by FireEgl)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87122#p87122"><![CDATA[
<span style="color:red">Moderated: Moved to the proper section and updated topic to include scriptname and author.<br><br>/NML_375</span><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Jan 27, 2009 7:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[topdawg_b]]></name></author>
		<updated>2009-01-27T17:07:34-04:00</updated>

		<published>2009-01-27T17:07:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87118#p87118</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87118#p87118"/>
		<title type="html"><![CDATA[username + ??? (winident1.2 by FireEgl)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87118#p87118"><![CDATA[
you are correct and that was the case .<br>that did  fix it. <br>what I found odd is  I have 3 bots running the exact same scripts nothing is  different except the bot name and  the  channel . <br>Yet 2 of them did not have  the  random additions and 1 did.<br>I then copied the  entire folder  from the one system that was doing it  to a system that wasn't and ran it  from there and it  dropped the 3 random numbers. I haven't figured that out yet. But none the less  it  works. TY for the help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10347">topdawg_b</a> — Tue Jan 27, 2009 5:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2009-01-27T18:32:30-04:00</updated>

		<published>2009-01-27T15:49:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87117#p87117</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87117#p87117"/>
		<title type="html"><![CDATA[username + ??? (winident1.2 by FireEgl)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87117#p87117"><![CDATA[
This has little to do with scripting so possibly in the wrong forum. However, I will provide as much help as I am able.<br><br>In the case of an eggdrop bot on an external linux shell the variable username should be set to your shell login name. This will then become the bot's identd on IRC. This is an extract from the .conf file for one of my bots (Colossus) which resides on a linux shell where my login username is terminus :-<br><br># This setting defines the username the bot uses on IRC. This setting has<br># no effect if an ident daemon is running on your bot's machine.<br>set username "terminus"<br><br>A network /whois gives the following response :-<br><br>Colossus is <a href="mailto:terminus@server.go.thud.me.uk">terminus@server.go.thud.me.uk</a> * Noone shall pass<br><br><br>For a windrop bot, the situation is somewhat different. Generally you would set the variable username to something you want to see as the bot's identd on IRC and ensure that winident1.2.tcl was loaded, as per the following extracts from the .conf file of my windrop bot (osmosis).<br><br># This setting defines the username the bot uses on IRC. This setting has<br># no effect if an ident daemon is running on your bot's machine.<br>set username "osmosis"<br><br># Ident script for Windrop by FireEgl@EFnet &lt;<a href="mailto:FireEgl@LinuxFan.com">FireEgl@LinuxFan.com</a>&gt;<br># uses username value for ident name by default<br># read the start of script for more documentation<br># uncomment (remove # in front of line) next line to activate<br>source scripts/winident1.2.tcl<br><br>For some reason there is a Tcl statement in winident1.2.tcl which ultimately causes the identd to become the value of username plus 3 random characters. This is the statement :-<br><br>set ident(username) "$username***"<br><br>I removed the three asterisks (*) in this statement and restarted the windrop bot. This is now the output from a network /whois :-<br><br>osmosis is <a href="mailto:osmosis@cpc2-oldh2-0-0-cust793.manc.cable.ntl.com">osmosis@cpc2-oldh2-0-0-cust793.manc.cable.ntl.com</a> * osmosis<br><br>So, in response, I suspect you are running a windrop bot and that winident1.2.tcl is giving you the three random characters. I have no idea why the author of winident1.2.tcl randomises the identd by default, unless perhaps it is to avoid the appearance of clones in the case of more than one windrop bot from the same ip address.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Tue Jan 27, 2009 3:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[topdawg_b]]></name></author>
		<updated>2009-01-27T15:22:58-04:00</updated>

		<published>2009-01-27T15:22:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87116#p87116</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87116#p87116"/>
		<title type="html"><![CDATA[username + ??? (winident1.2 by FireEgl)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87116#p87116"><![CDATA[
not in a  script  that I know of  <br>if I have set username "topegg"   the  whois  will  show  topegga9u@etc...<br>or topegg09f@etc...  it changes upon each  connection  and I want it to just be topegg@etc...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10347">topdawg_b</a> — Tue Jan 27, 2009 3:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2009-01-27T14:41:53-04:00</updated>

		<published>2009-01-27T14:41:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87115#p87115</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87115#p87115"/>
		<title type="html"><![CDATA[username + ??? (winident1.2 by FireEgl)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87115#p87115"><![CDATA[
What script?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Jan 27, 2009 2:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[topdawg_b]]></name></author>
		<updated>2009-01-27T13:28:50-04:00</updated>

		<published>2009-01-27T13:28:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87114#p87114</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87114#p87114"/>
		<title type="html"><![CDATA[username + ??? (winident1.2 by FireEgl)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87114#p87114"><![CDATA[
the  script is adding 3 random letters to my username .<br>I know it is probably a simple setting but I have been looking forever.<br>how do I change it to  be just the  username?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10347">topdawg_b</a> — Tue Jan 27, 2009 1:28 pm</p><hr />
]]></content>
	</entry>
	</feed>
