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

	<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-05-11T18:25:11-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-05-11T18:25:11-04:00</updated>

		<published>2003-05-11T18:25:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20072#p20072</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20072#p20072"/>
		<title type="html"><![CDATA[Default Flags not working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20072#p20072"><![CDATA[
damn it, fixed it myself<br><div class="codebox"><p>Code: </p><pre><code>proc learn_new { nick uhost hand chan } { if {[string compare $hand "*"] != 0} { return } *msg:hello $nick $uhost $hand hello chattr $nick +hpI } </code></pre></div>It's working but I'm not sure if its the best way to do. if anyone got another solution, please let me know<p>Statistics: Posted by Guest — Sun May 11, 2003 6:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-05-11T14:02:45-04:00</updated>

		<published>2003-05-11T14:02:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20064#p20064</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20064#p20064"/>
		<title type="html"><![CDATA[Default Flags not working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20064#p20064"><![CDATA[
Hi there,<br><br>I've got a problem (you might have guessed). I want my eggdrop to set defaultmodes +hpI on new learned users, but the only flags it sets are +hp, although i've put <br><br>default-flags "hpI"<br><br>into the config. Though I was told the bot doesn't work with these user defined flags as default-flags, I wrote this little tcl script, but it's not working:<br><div class="codebox"><p>Code: </p><pre><code>proc learn_new { nick uhost hand chan } { if {[string compare $hand "*"] != 0} { return } *msg:hello $nick $uhost $hand hello chattr $hand +hpI}</code></pre></div>and yes, i've changed the bind. <br>So any solutions? <br><br>greetz<br> mcdeck<p>Statistics: Posted by Guest — Sun May 11, 2003 2:02 pm</p><hr />
]]></content>
	</entry>
	</feed>
