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

	<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>2004-12-27T02:49:26-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-27T02:49:26-04:00</updated>

		<published>2004-12-27T02:49:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44556#p44556</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44556#p44556"/>
		<title type="html"><![CDATA[mode +x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44556#p44556"><![CDATA[
<blockquote class="uncited"><div>I'm not sure how they do it on Quakenet, but as for DALnet and NickServ we just simply use:<br><div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG nickserv@services.dal.net :IDENTIFY $botnick $nickpass"</code></pre></div>Alternatively it also can be:<div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG nickserv@services.dal.net :IDENTIFY $nickpass"</code></pre></div>Or you can also use $nick which would be the current nick the bot is using</div></blockquote>it's the other way around - $botnick is the bot's current nick and $nick is the bot's permanent nick which should be used to identify<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Dec 27, 2004 2:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-12-27T02:28:00-04:00</updated>

		<published>2004-12-27T02:28:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44555#p44555</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44555#p44555"/>
		<title type="html"><![CDATA[mode +x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44555#p44555"><![CDATA[
I'm not sure how they do it on Quakenet, but as for DALnet and NickServ we just simply use:<br><div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG nickserv@services.dal.net :IDENTIFY $botnick $nickpass"</code></pre></div>Alternatively it also can be:<div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG nickserv@services.dal.net :IDENTIFY $nickpass"</code></pre></div>Or you can also use $nick which would be the current nick the bot is using. That's why DALnet services has a good feature so you can identify to a nick and use its access even when you are not using it. So in that case even if $altnick is in use, the bot would getops and continue it's channel monitoring even if it was unable to regain its mainnick, but identified to it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon Dec 27, 2004 2:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-12-27T02:15:28-04:00</updated>

		<published>2004-12-27T02:15:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44551#p44551</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44551#p44551"/>
		<title type="html"><![CDATA[mode +x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44551#p44551"><![CDATA[
That won't work awyeah as you have an *authnick*, Your nickname is not always the same as the authnick.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Mon Dec 27, 2004 2:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-12-26T21:01:50-04:00</updated>

		<published>2004-12-26T21:01:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44542#p44542</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44542#p44542"/>
		<title type="html"><![CDATA[Re: .]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44542#p44542"><![CDATA[
<blockquote class="uncited"><div>well that could work but i'm looking more after a command version when i typ !fullauth the bot auth's hisslef to Quakenet and set's Usermode +x<br><br>p.s. usermode +x is to hide your ip <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>thanks in advance</div></blockquote>It could work this way:<br><div class="codebox"><p>Code: </p><pre><code>#Set your bot's nick password.set nickpass "google.com"bind pub n !fullauth auth:quakenetproc auth:quakenet {nick uhost hand chan text} { global botnick nickpass  putquick "PRIVMSG Q@cserve.quakenet.org :AUTH $botnick $nickpass" -next  utimer 3 "putquick "MODE $botnick +ix-ws" -next"  return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun Dec 26, 2004 9:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-12-26T17:22:20-04:00</updated>

		<published>2004-12-26T17:22:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44540#p44540</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44540#p44540"/>
		<title type="html"><![CDATA[mode +x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44540#p44540"><![CDATA[
Try this script.<br><br><a href="http://v1per.servicez.org/scripts/auth.tcl" class="postlink">Auth script i wrote for Quakenet</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Sun Dec 26, 2004 5:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-12-25T18:14:25-04:00</updated>

		<published>2004-12-25T18:14:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44500#p44500</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44500#p44500"/>
		<title type="html"><![CDATA[mode +x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44500#p44500"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># This is a Tcl script to be run immediately after connecting to a server.bind evnt - init-server evnt:init_serverproc evnt:init_server {type} {  global botnick  putquick "MODE $botnick +ix-ws"}</code></pre></div>As far as I am aware +/-x can bet set by any user authorised or not.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Dec 25, 2004 6:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-25T17:20:28-04:00</updated>

		<published>2004-12-25T17:20:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44498#p44498</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44498#p44498"/>
		<title type="html"><![CDATA[mode +x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44498#p44498"><![CDATA[
then why don't you provide some details about QuakeNet's auth mechanism so we can help you further? I suspect many of us here don't use QuakeNet<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Dec 25, 2004 5:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SnIpA]]></name></author>
		<updated>2004-12-25T17:16:42-04:00</updated>

		<published>2004-12-25T17:16:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44497#p44497</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44497#p44497"/>
		<title type="html"><![CDATA[.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44497#p44497"><![CDATA[
well that could work but i'm looking more after a command version when i typ !fullauth the bot auth's hisslef to Quakenet and set's Usermode +x<br><br>p.s. usermode +x is to hide your ip <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>thanks in advance<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5834">SnIpA</a> — Sat Dec 25, 2004 5:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-25T16:41:45-04:00</updated>

		<published>2004-12-25T16:41:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44496#p44496</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44496#p44496"/>
		<title type="html"><![CDATA[mode +x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44496#p44496"><![CDATA[
I don't know what mode +x is on QuakeNet, but if it's usermode, you set it like every other usermode:<div class="codebox"><p>Code: </p><pre><code>putserv "mode $botnick +x"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Dec 25, 2004 4:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SnIpA]]></name></author>
		<updated>2004-12-25T16:35:04-04:00</updated>

		<published>2004-12-25T16:35:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44495#p44495</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44495#p44495"/>
		<title type="html"><![CDATA[mode +x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44495#p44495"><![CDATA[
How can i mode +x on the quakenet server When the bot is already authed ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5834">SnIpA</a> — Sat Dec 25, 2004 4:35 pm</p><hr />
]]></content>
	</entry>
	</feed>
