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

	<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>2005-08-17T11:02:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-08-17T11:02:47-04:00</updated>

		<published>2005-08-17T11:02:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54387#p54387</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54387#p54387"/>
		<title type="html"><![CDATA[Re: hi, can anyone check it please its doesnt work!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54387#p54387"><![CDATA[
<blockquote class="uncited"><div>    putidx $idx "Usage: botnick &lt;newnick&gt;"<br>  putidx $idx "Changing nick to '$newnick'..."</div></blockquote>Tip: the script will never ever work full functional until you modify these 2 lines.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Wed Aug 17, 2005 11:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-16T16:40:13-04:00</updated>

		<published>2005-08-16T16:40:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54352#p54352</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54352#p54352"/>
		<title type="html"><![CDATA[hi, can anyone check it please its doesnt work!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54352#p54352"><![CDATA[
read the sticky topic on top of this forum<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Aug 16, 2005 4:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ZoneISP]]></name></author>
		<updated>2005-08-16T15:45:51-04:00</updated>

		<published>2005-08-16T15:45:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54350#p54350</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54350#p54350"/>
		<title type="html"><![CDATA[hi, can anyone check it please its doesnt work!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54350#p54350"><![CDATA[
bind pub m|m !nick bn_dccbotnick<br><br>proc bn_dccbotnick {nick uhost handle chan args} {<br>  global altnick bn_dccbotnick<br>  putcmdlog "#$hand# botnick $arg"<br>  set newnick [lindex [split $arg] 0]<br>  if {$newnick == ""} {<br>    putidx $idx "Usage: botnick &lt;newnick&gt;"<br>    return 0<br>  }<br>  if {$newnick == "-altnick"} {<br>    set newnick $altnick<br>  }<br>  while {[regsub -- \\? $newnick [rand 10] newnick]} {continue}<br>  putidx $idx "Changing nick to '$newnick'..."<br>  set nick $newnick<br>  return 0<br>}<br><br>bind dcc n botnick bn_dccbotnick<br><br>i try to make it in puplic but not work ;\<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6293">ZoneISP</a> — Tue Aug 16, 2005 3:45 pm</p><hr />
]]></content>
	</entry>
	</feed>
