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

	<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-02-28T22:43:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-28T22:43:00-04:00</updated>

		<published>2002-02-28T22:43:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4970#p4970</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4970#p4970"/>
		<title type="html"><![CDATA[The Bots Nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4970#p4970"><![CDATA[
That script looks like just what I need.<br>Thanks ill test it out soon.<br>Cheers.<p>Statistics: Posted by Guest — Thu Feb 28, 2002 10:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2002-02-28T22:39:00-04:00</updated>

		<published>2002-02-28T22:39:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4969#p4969</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4969#p4969"/>
		<title type="html"><![CDATA[The Bots Nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4969#p4969"><![CDATA[
BassTeQ, a script can be made that compares the variable $nick and $botnick. You may find my script attempt here:<br><br><a href="http://www.geocities.com/eggheadtcl/recoverbotnick.tcl.txt" class="postlink">http://www.geocities.com/eggheadtcl/rec ... ck.tcl.txt</a><br><br>You must change the "service" part and the putserv line to fit your austnet needs. On dalnet one can do a RECOVER or GHOST similar to your kill on austnet, without using a password (if nickserv recognises the uhost).<br>This is preferred as it will avoid putting passwords in your config file or the script file.<br><br>&lt;font size=-1&gt;[ This Message was edited by: egghead on 2002-02-28 19:40 ]&lt;/font&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Thu Feb 28, 2002 10:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-28T22:04:00-04:00</updated>

		<published>2002-02-28T22:04:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4967#p4967</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4967#p4967"/>
		<title type="html"><![CDATA[The Bots Nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4967#p4967"><![CDATA[
Austnet IRC network has a service called nickop, you register your nickname with the service, then if someone uses it you type<br>/msg nickop kill nickname password<br>and they will be disconnected from the network, allowing you to reobtain your nickname.<p>Statistics: Posted by Guest — Thu Feb 28, 2002 10:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2002-02-28T21:48:00-04:00</updated>

		<published>2002-02-28T21:48:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4966#p4966</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4966#p4966"/>
		<title type="html"><![CDATA[The Bots Nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4966#p4966"><![CDATA[
<blockquote class="uncited"><div>On 2002-02-27 18:23, BassTeQ wrote:<br>On my irc network, ... kill that user ... a script perhaps?</div></blockquote>What network are you on? What command or commands do you use to kill that user and to get your nick back? <br><br>&lt;font size=-1&gt;[ This Message was edited by: egghead on 2002-02-28 18:50 ]&lt;/font&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Thu Feb 28, 2002 9:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-27T21:23:00-04:00</updated>

		<published>2002-02-27T21:23:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4954#p4954</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4954#p4954"/>
		<title type="html"><![CDATA[The Bots Nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4954#p4954"><![CDATA[
On my irc network, if someone is using a registered nickname you are able to send a command to kill that user and get your nickname back.<br>Now I would like to know if its possible for the bot to send a command to a irc service when it can obtain its correct nickname.<br><br>For example in the config file you can specify a command to execute when the bot need's ops, needs a channel key etc...<br><br>Can this be done for when it needs to regain its nickname? Could this be done in a script perhaps?<br><br>Thank You.<p>Statistics: Posted by Guest — Wed Feb 27, 2002 9:23 pm</p><hr />
]]></content>
	</entry>
	</feed>
