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

	<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>2002-09-07T09:45:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-09-07T09:45:57-04:00</updated>

		<published>2002-09-07T09:45:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10604#p10604</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10604#p10604"/>
		<title type="html"><![CDATA[Random Nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10604#p10604"><![CDATA[
To get the bot to part channels, add this to your timer:<br><br>putmode "join 0"<br><br>Good luck.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Sat Sep 07, 2002 9:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nexus6]]></name></author>
		<updated>2002-09-05T16:26:00-04:00</updated>

		<published>2002-09-05T16:26:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10534#p10534</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10534#p10534"/>
		<title type="html"><![CDATA[Random Nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10534#p10534"><![CDATA[
# I wanna bot change nick radomly ever X mins but it should part #chan #for a 60  secs when changing nick so users of #chan can't notice it.<br><br><br>set changeN "30"<br>set chaN "#chan"<br>set nickz {<br>example1<br>example2<br>}<br><br>if {![info exists tnchange_r ]} {  <br>    timer $changeN tnchange                     <br>    set tnchange_r 1                <br>  }                           <br><br><br>proc tnchange {} {<br>global nickz <br>set nick [lindex $nickz [rand [llength $nickz]]]<br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1850">Nexus6</a> — Thu Sep 05, 2002 4:26 pm</p><hr />
]]></content>
	</entry>
	</feed>
