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

	<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-11-01T19:50:09-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-11-01T19:50:09-04:00</updated>

		<published>2005-11-01T19:50:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56966#p56966</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56966#p56966"/>
		<title type="html"><![CDATA[bloody beginner - need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56966#p56966"><![CDATA[
There're plenty of identify scripts out there, I suggest De Kus' chanservneed.tcl.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Nov 01, 2005 7:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rotyn]]></name></author>
		<updated>2005-11-01T06:47:26-04:00</updated>

		<published>2005-11-01T06:47:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56945#p56945</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56945#p56945"/>
		<title type="html"><![CDATA[bloody beginner - need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56945#p56945"><![CDATA[
Hi,<br><br>my name is Rudy, basicly dealing with online/browsergames. Naturally our Clan is using some IRC chans, hostet on servers of gamesurge.net<br><br>For almost 2 days I was dealing with new stuff, never had experiences with eggdrop/TCL before. But for the last step I need some help.<br><br>I need to modify some part of a given script and I don't know what to do. It's about authentification with nickserver, on gamesurge.net called authserv<br><br>The script looks like this:<div class="codebox"><p>Code: </p><pre><code>variable nickservpass "mzLP3Ss3"variable nickservtext "This nick"variable nickservmask "mask"variable nickservaddr "authserv"bind notc - "*$nickservtext*" moxtool_nickserv_identifybind dcc P !identify moxtool_nickserv_identify_manuallyproc moxtool_nickserv_identify_manually {handle idx arg} {global nickservaddr nickservpassputhelp "PRIVMSG $nickservaddr AUTH :identify $nickservpass"}proc moxtool_nickserv_identify {nick mask handle text {dest ""}} {global nickservpass nickservmask nickservaddrglobal botnickif {$dest == ""} { set dest $botnick }if {$dest == $botnick &amp;&amp; [string tolower $mask] == [string tolower $nickservmask] &amp;&amp; $nickservpass != ""} {puthelp "PRIVMSG $nickservaddr :identify $nickservpass"}}</code></pre></div>First question: How to modify the script so that as a result the bot is sending the following message for authetification:<br><strong class="text-strong"><br>/msg Authserv Auth &lt;Nick&gt; &lt;Password&gt;</strong><br><br>Second question: How to add scripting so that after authentification the following command is send:<br><br>/msg chanserv invite #channelxy<br><br>Thx for ur help, guys....<br><br>Rudy (from Germany)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6914">rotyn</a> — Tue Nov 01, 2005 6:47 am</p><hr />
]]></content>
	</entry>
	</feed>
