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

	<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>2003-12-28T11:08:28-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-12-28T11:08:28-04:00</updated>

		<published>2003-12-28T11:08:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31887#p31887</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31887#p31887"/>
		<title type="html"><![CDATA[Need Help With Keepnick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31887#p31887"><![CDATA[
try this <br><div class="codebox"><p>Code: </p><pre><code>bind pub n !keepnick keepnick:pubproc keepnick:pub {nick uhost hand chan arg} {   global botnick   set botnick [lindex $arg 0]}</code></pre></div>try to set new global botnick variable and after ur done u reset it to its original ...<br><br>this is basic if u want errors on error stuff like that u have to do some reading <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> like <br><div class="codebox"><p>Code: </p><pre><code>if {[string match -nocase {} [lindex $arg 0]]} {  ...}</code></pre></div>if u wana use the script, not sur don't know it but i do know u can use off on switch by setting a varable 1 &amp; 2<br><br>1 yournick<br>2 bnick <br><br>and by typing !keepnick on or off u can make the bot choose a nick like sample above if on then use global variable yournick = botnick if off then use global variable bnick = botnick ..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Sun Dec 28, 2003 11:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CoMMy]]></name></author>
		<updated>2003-12-28T10:54:58-04:00</updated>

		<published>2003-12-28T10:54:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31885#p31885</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31885#p31885"/>
		<title type="html"><![CDATA[Need Help With Keepnick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31885#p31885"><![CDATA[
Well what i need is a tcl that you can control via a public<br>command !keepnick so that i can control the keepnick quickly instead of opening the config each time. I tried doing this but it doesnt work. Can you make one please?<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3555">CoMMy</a> — Sun Dec 28, 2003 10:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-12-27T11:34:14-04:00</updated>

		<published>2003-12-27T11:34:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31841#p31841</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31841#p31841"/>
		<title type="html"><![CDATA[Need Help With Keepnick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31841#p31841"><![CDATA[
Can you be more specific on what is not working? That should be helpfull..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Dec 27, 2003 11:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dedan]]></name></author>
		<updated>2003-12-27T11:32:56-04:00</updated>

		<published>2003-12-27T11:32:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31840#p31840</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31840#p31840"/>
		<title type="html"><![CDATA[Need Help With Keepnick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31840#p31840"><![CDATA[
in your conf. file,<br>make this change.<br><br># This setting makes the bot try to get his original nickname back if its<br># primary nickname is already in use.<br>set keep-nick 0<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3472">Dedan</a> — Sat Dec 27, 2003 11:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CoMMy]]></name></author>
		<updated>2003-12-27T11:10:20-04:00</updated>

		<published>2003-12-27T11:10:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31839#p31839</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31839#p31839"/>
		<title type="html"><![CDATA[Need Help With Keepnick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31839#p31839"><![CDATA[
Yeaa but i want to be able to change it via tcl. set keepnick in a proc doesnt seem to work.<br>Any suggestions?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3555">CoMMy</a> — Sat Dec 27, 2003 11:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-12-26T11:21:48-04:00</updated>

		<published>2003-12-26T11:21:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31809#p31809</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31809#p31809"/>
		<title type="html"><![CDATA[Need Help With Keepnick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31809#p31809"><![CDATA[
keepnick can be enabled or disabled as in 1 or 0 (at least the one from the .conf file). If you want it to keep a certain nick the use "set nick the nick you want".<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Dec 26, 2003 11:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CoMMy]]></name></author>
		<updated>2003-12-26T10:53:35-04:00</updated>

		<published>2003-12-26T10:53:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31806#p31806</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31806#p31806"/>
		<title type="html"><![CDATA[Need Help With Keepnick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31806#p31806"><![CDATA[
Hey Guys. <br><br>I made a public tcl (!keepnick) that sets keepnick to the var given.       ex. set keepnick $var .<br>But the bot doesnt save that. Can you suggest a way on doing this?<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3555">CoMMy</a> — Fri Dec 26, 2003 10:53 am</p><hr />
]]></content>
	</entry>
	</feed>
