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

	<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-09-16T14:26:41-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-09-16T14:26:41-04:00</updated>

		<published>2003-09-16T14:26:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27165#p27165</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27165#p27165"/>
		<title type="html"><![CDATA[Login?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27165#p27165"><![CDATA[
By default the eggdrop dosen't have an set of public commands, just some basic msg ones like: op, ban, voice etc. wich require a password and some acces to it. In order to have some channel commands or some extra msg ones you will need to get an special tcl scipt that will do the things you need. Check the TCL Archive and pickup an script that suits your needs.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Sep 16, 2003 2:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-09-16T14:18:43-04:00</updated>

		<published>2003-09-16T14:18:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27163#p27163</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27163#p27163"/>
		<title type="html"><![CDATA[Login?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27163#p27163"><![CDATA[
use cmd_auth.tcl with cmd_chan.tcl<br><br>basicaly you add a user with a pass and correct flags. the cmd_auth lets the user authenticate then it gives the user +Q flag to be able to use the commands of cmd_chan.tcl, when the user quits or parts the channel, the bot will deauthenticate him, sets him back to -Q.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Sep 16, 2003 2:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-09-16T11:48:20-04:00</updated>

		<published>2003-09-16T11:48:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27152#p27152</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27152#p27152"/>
		<title type="html"><![CDATA[Login?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27152#p27152"><![CDATA[
pub, msg, etc.<p>Statistics: Posted by Guest — Tue Sep 16, 2003 11:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bobjuh]]></name></author>
		<updated>2003-09-16T02:57:01-04:00</updated>

		<published>2003-09-16T02:57:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27136#p27136</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27136#p27136"/>
		<title type="html"><![CDATA[Re: Login?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27136#p27136"><![CDATA[
<blockquote class="uncited"><div>how do you get someone to login against the userfile??<br>Then after that, how can you make commands only work for logged in users?</div></blockquote>What for commands do you mean ?<br>Dcc ? pub ? msg ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=109">bobjuh</a> — Tue Sep 16, 2003 2:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dedan]]></name></author>
		<updated>2003-09-16T02:50:48-04:00</updated>

		<published>2003-09-16T02:50:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27134#p27134</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27134#p27134"/>
		<title type="html"><![CDATA[Login?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27134#p27134"><![CDATA[
In DCC with your Bot, add users in this manner:<br><br>.+user &lt;name&gt; &lt;address .... like *!zero@dialup-*.accdico.com.au&gt;<br>.chattr &lt;name&gt; &lt;flags  ... like +o , +f , or +of-p&gt; &lt;channel&gt;<br>.chpass &lt;name&gt; &lt;password&gt;<br><br>The bot will recongise them by their address<br><br>Your script will see their flags and execute the commands in the proc<br><br>read, follow, and sleep with your <br>tcl commands file and the information in your conf file.<br><br>I hope this helps   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3472">Dedan</a> — Tue Sep 16, 2003 2:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-09-15T23:24:53-04:00</updated>

		<published>2003-09-15T23:24:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27121#p27121</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27121#p27121"/>
		<title type="html"><![CDATA[Login?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27121#p27121"><![CDATA[
how do you get someone to login against the userfile??<br>Then after that, how can you make commands only work for logged in users?<p>Statistics: Posted by Guest — Mon Sep 15, 2003 11:24 pm</p><hr />
]]></content>
	</entry>
	</feed>
