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

	<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>2015-06-06T21:19:42-04:00</updated>

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

		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2015-06-06T21:19:42-04:00</updated>

		<published>2015-06-06T21:19:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104221#p104221</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104221#p104221"/>
		<title type="html"><![CDATA[Autoidentify users flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104221#p104221"><![CDATA[
<blockquote class="uncited"><div>Examine one user's entry in your bot, with:<br>.whois &lt;handle&gt;<br><br>and note the HOSTS line(s).<br><br>If you remove them, and add one back in this format:<br>nick!*@*<br><br>then that is what the bot will use to identify that user - just the nick.<br><br>This is very insecure, as any user can probably spoof another user's nick.<br>However, that is basically what (I think) you are asking for.<br>...something that happens automatically, with no password required from the user.</div></blockquote> The users are already created, and have the +c flag, but to greet them must be identified with /msg bot IDENT passw or /msg bot PASS pasw.<br><div class="codebox"><p>Code: </p><pre><code>bind join c * join:fielproc join:fiel {nick host hand chan} {   global botradio nombreradio sloganradio   set fiel [encoding convertfrom utf-8 "$nombreradio $sloganradio  It gives you a warm welcome to its True Listener \0034 $nick \0031 in \0032 $chan."]   putmsg $chan "$fiel"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Sat Jun 06, 2015 9:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2015-06-06T20:36:52-04:00</updated>

		<published>2015-06-06T20:36:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104220#p104220</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104220#p104220"/>
		<title type="html"><![CDATA[Autoidentify users flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104220#p104220"><![CDATA[
Examine one user's entry in your bot, with:<br>.whois &lt;handle&gt;<br><br>and note the HOSTS line(s).<br><br>If you remove them, and add one back in this format:<br>nick!*@*<br><br>then that is what the bot will use to identify that user - just the nick.<br><br>This is very insecure, as any user can probably spoof another user's nick.<br>However, that is basically what (I think) you are asking for.<br>...something that happens automatically, with no password required from the user.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sat Jun 06, 2015 8:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2015-06-06T20:21:39-04:00</updated>

		<published>2015-06-06T20:21:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104219#p104219</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104219#p104219"/>
		<title type="html"><![CDATA[Autoidentify users flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104219#p104219"><![CDATA[
I need the bot self identification flags to certain users.<br>I have a TCL that greets users when they join a channel depending  the user flag.<br>When I create user (listener VIP) of my radio, the bot gives the flags +cf.<br>I wish that when you create these users the bot assigned a different password for each, and then identify them when entering any of the channels where the bot is located, without having to manually identification.<br><br>I do not want the flag +cf users who have to type::<blockquote class="uncited"><div>/msg bot IDENT passw</div></blockquote>or<blockquote class="uncited"><div>/msg bot PASS passw</div></blockquote>The bot greets depending the user flag, but the bot not greets if the user not identify.<br>Many do not understand commands....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Sat Jun 06, 2015 8:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
