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

	<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-11T12:11:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-11T12:11:00-04:00</updated>

		<published>2002-02-11T12:11:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4468#p4468</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4468#p4468"/>
		<title type="html"><![CDATA[Want Eggdrop to Learn New Users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4468#p4468"><![CDATA[
that works thankyou and security is not an issue the defualt flag is a custom one so a message pertaining to a certin channel is sent to them just once<br><p>Statistics: Posted by Guest — Mon Feb 11, 2002 12:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2002-02-11T10:44:00-04:00</updated>

		<published>2002-02-11T10:44:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4466#p4466</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4466#p4466"/>
		<title type="html"><![CDATA[Want Eggdrop to Learn New Users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4466#p4466"><![CDATA[
Smash_egg, my suggestion is not to automatically have users added to your bot's database.<br>Any such user would thus get automatically some sort of access to your bot (/msg bot help etc...).<br>Depending on the flags you hand out by default to those users, some punishments in scripts may stop working.<br>Your bot may get vulnerable to sorts of flooding/abuse etc...<br><blockquote class="uncited"><div>On 2002-02-10 06:17, smash_xtegg wrote:<br>that would kinda work but there has gotta be a way to set the bot to learn them automaticly</div></blockquote>If eggdrop's *msg:hello is ok with you, a straight forward solution is to bind JOIN to eggdrop default *msg:hello command:<br><div class="codebox"><p>Code: </p><pre><code># "Set learn-users 1" in main config filebind join - * autolearnusersproc autolearnusers { nick uhost hand chan } {   # skip if known nick ...   if {[string compare $hand "*"] != 0} { return }   # ... else use eggdrop's default "*msg:hello" to learn a new user   *msg:hello $nick $uhost $hand hello}</code></pre></div>It may sound a bit paranoid but while running this code, it may be better to unbind all unrelevant MSG bindings, disallow +o for your bot, have sufficient flood protection etc...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Mon Feb 11, 2002 10:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-10T09:17:00-04:00</updated>

		<published>2002-02-10T09:17:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4442#p4442</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4442#p4442"/>
		<title type="html"><![CDATA[Want Eggdrop to Learn New Users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4442#p4442"><![CDATA[
that would kinda work<br>but there has gotta be a way to set the bot to learn them automaticly<br><br><p>Statistics: Posted by Guest — Sun Feb 10, 2002 9:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-09T08:26:00-04:00</updated>

		<published>2002-02-09T08:26:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4409#p4409</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4409#p4409"/>
		<title type="html"><![CDATA[Want Eggdrop to Learn New Users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4409#p4409"><![CDATA[
a solution could be the following:set learn new users and set the right default flags for new users in the eggdrop conf file,<br>use an advert .tcl to send a on-join message like "/msg botnik hello to register. then /msg botnick pass password".<br>et voila!<br><p>Statistics: Posted by Guest — Sat Feb 09, 2002 8:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-04T22:29:00-04:00</updated>

		<published>2002-02-04T22:29:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4314#p4314</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4314#p4314"/>
		<title type="html"><![CDATA[Want Eggdrop to Learn New Users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4314#p4314"><![CDATA[
I need to know how to make my eggdrop do these taskes when someone joins<br>Learn them (add them to the user file)<br>set a flag<br>ask them for a password<br> on every user that joins the channel can it be done?<br><p>Statistics: Posted by Guest — Mon Feb 04, 2002 10:29 pm</p><hr />
]]></content>
	</entry>
	</feed>
