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

	<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>2008-11-10T05:08:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[silverboy]]></name></author>
		<updated>2008-11-10T05:08:07-04:00</updated>

		<published>2008-11-10T05:08:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85756#p85756</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85756#p85756"/>
		<title type="html"><![CDATA[botnick help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85756#p85756"><![CDATA[
great brotha.. thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7362">silverboy</a> — Mon Nov 10, 2008 5:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-11-04T20:34:58-04:00</updated>

		<published>2008-11-04T20:34:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85725#p85725</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85725#p85725"/>
		<title type="html"><![CDATA[botnick help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85725#p85725"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># n flag means only the bot owners can use this commandbind pub n .nicktake nicktakebind msg n .nicktake nicktakemsgproc nicktakemsg {nick host handle text} {  nicktake $nick $host $handle "pm" $text}proc nicktake {n host handle chan text} {   # sanity checks, detects problems with user input   if {![llength [split $text]]} {      putserv "notice $n :Please supply a nickname as well, try again :P"   } elseif {[llength [split $text]] &gt; 1} {      putserv "notice $n :Nicknames cannot contain spaces, try again :P"   } elseif {[string match "-alt" [lindex [split $text] 0]]} {      # set the global nick variable to the global alternate nick variable      set ::nick $::altnick    } else {      # credit to slennox for the question mark replacement thingy      while {[regsub -- \\? $text [rand 10] text]} {continue}      # ::nick is our global nick variable set it as per user request      set ::nick [lindex [split $text] 0]   }}</code></pre></div>This keeps the same features as slennox's script does. Allows you to use question marks to be replaced with random numerals and lets you switch to the bot's alternate nickname by using <em class="text-italics">.nicktake -alt</em>. Basically identical behavior with the key difference being it works in any channel your bot is in or via private message, no longer works via dcc chat/partyline.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Tue Nov 04, 2008 8:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[silverboy]]></name></author>
		<updated>2008-11-04T12:18:39-04:00</updated>

		<published>2008-11-04T12:18:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85721#p85721</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85721#p85721"/>
		<title type="html"><![CDATA[botnick help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85721#p85721"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=1203</code></pre></div>this script only works in partyline...<br><br>can anyone edit it so it can work in the channel when i type<br><br>.nicktake &lt;nick&gt;<br><br>then bot ll take this nick as soon as it is available ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7362">silverboy</a> — Tue Nov 04, 2008 12:18 pm</p><hr />
]]></content>
	</entry>
	</feed>
