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

	<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-08-22T07:47:15-04:00</updated>

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

		<entry>
		<author><name><![CDATA[NewzUK]]></name></author>
		<updated>2003-08-22T07:47:15-04:00</updated>

		<published>2003-08-22T07:47:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25464#p25464</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25464#p25464"/>
		<title type="html"><![CDATA[auth script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25464#p25464"><![CDATA[
thanks Sir_Fz - working well  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2210">NewzUK</a> — Fri Aug 22, 2003 7:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-08-22T07:38:54-04:00</updated>

		<published>2003-08-22T07:38:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25462#p25462</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25462#p25462"/>
		<title type="html"><![CDATA[auth script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25462#p25462"><![CDATA[
add in you .conf file : set init-server { putserv "PRIVMSG X :authop #NewsRoom BotNick password" }<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Aug 22, 2003 7:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NewzUK]]></name></author>
		<updated>2003-08-22T06:23:37-04:00</updated>

		<published>2003-08-22T06:23:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25459#p25459</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25459#p25459"/>
		<title type="html"><![CDATA[auth script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25459#p25459"><![CDATA[
try what? that's my current script above - but I want it to perform the auth to X automatically without me having to msg it to do so...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2210">NewzUK</a> — Fri Aug 22, 2003 6:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-08-22T06:18:03-04:00</updated>

		<published>2003-08-22T06:18:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25458#p25458</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25458#p25458"/>
		<title type="html"><![CDATA[auth script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25458#p25458"><![CDATA[
try it, then ask if it works.<br><br>also use arg instead of args (in the proc), because args has a special meaning in TCL (I don't know what it is <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz">)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Aug 22, 2003 6:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NewzUK]]></name></author>
		<updated>2003-08-22T01:39:40-04:00</updated>

		<published>2003-08-22T01:39:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25449#p25449</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25449#p25449"/>
		<title type="html"><![CDATA[auth script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25449#p25449"><![CDATA[
Hi<br><br>I have this little script which auth's to X chan services bot when I msg it to do so, but I'd like it to do it itself when it connects...<br><br>bind msg m|m auth auth<br><br>proc auth {nick host hand args} {<br>   putserv "NOTICE $nick : I have authed to X"<br>   putserv "PRIVMSG X :authop #NewsRoom BotNick password"<br>   return 0<br>}<br><br>putlog "Auth loaded"<br><br>can this be done with this script?<br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2210">NewzUK</a> — Fri Aug 22, 2003 1:39 am</p><hr />
]]></content>
	</entry>
	</feed>
