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

	<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>2005-02-18T16:38:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-02-18T16:38:36-04:00</updated>

		<published>2005-02-18T16:38:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46736#p46736</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46736#p46736"/>
		<title type="html"><![CDATA[Don't reconise users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46736#p46736"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - $wnd(prefix) parse_dataproc parse_data {nick uhost hand chan text} {        set chan [strlwr $chan]     set input [stripcodes bcruag $text]        set cmd [lindex [split [strlwr $input]] 0]     switch $cmd {               ........}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Feb 18, 2005 4:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-02-17T07:09:19-04:00</updated>

		<published>2005-02-17T07:09:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46694#p46694</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46694#p46694"/>
		<title type="html"><![CDATA[Don't reconise users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46694#p46694"><![CDATA[
<blockquote class="uncited"><div>If you're using the latest eggdrop you should consider using the new stripcodes command in your script:</div></blockquote>is there a way to use stripcode for "bind pub - * proc" binds? I dont know about one ^-^. to take advantage from stripcodes, you need to change to a 'pubm "*!command*"' bind, but then it matches any leading control codes anyway <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=2382">De Kus</a> — Thu Feb 17, 2005 7:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dawnstar44]]></name></author>
		<updated>2005-02-16T14:23:33-04:00</updated>

		<published>2005-02-16T14:23:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46681#p46681</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46681#p46681"/>
		<title type="html"><![CDATA[Don't reconise users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46681#p46681"><![CDATA[
yes i am using the latest eggdrop i just took my upgrades.. so i need to add this to help ??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5991">Dawnstar44</a> — Wed Feb 16, 2005 2:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-02-16T13:12:11-04:00</updated>

		<published>2005-02-16T13:12:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46677#p46677</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46677#p46677"/>
		<title type="html"><![CDATA[Don't reconise users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46677#p46677"><![CDATA[
If you're using the latest eggdrop you should consider using the new stripcodes command in your script:<blockquote class="uncited"><div>| stripcodes &lt;strip-flags&gt; &lt;string&gt;<br>|   Description: strips specified control characters from the string given.<br>|     strip-flags can be any combination of the following:<br>|       b - remove all boldface codes<br>|       c - remove all color codes<br>|       r - remove all reverse video codes<br>|       u - remove all underline codes<br>|       a - remove all ANSI codes<br>|       g - remove all ctrl-g (bell) codes<br>|   Returns: the stripped string.<br>|   Module: core</div></blockquote>Example:<div class="codebox"><p>Code: </p><pre><code>set input [stripcodes bcruag $text]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Feb 16, 2005 1:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dawnstar44]]></name></author>
		<updated>2005-02-16T12:06:52-04:00</updated>

		<published>2005-02-16T12:06:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46675#p46675</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46675#p46675"/>
		<title type="html"><![CDATA[Thanks]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46675#p46675"><![CDATA[
Thank you everyone, the person made it through the night with 6 disconnets an everytime she came back this time the bot knew her <br><br>Thanks ... dialip people are so hard to set a mask for I was at my wits end last night with her <br><br>Thank you again<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5991">Dawnstar44</a> — Wed Feb 16, 2005 12:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[D_Devil]]></name></author>
		<updated>2005-02-16T11:29:48-04:00</updated>

		<published>2005-02-16T11:29:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46673#p46673</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46673#p46673"/>
		<title type="html"><![CDATA[Don't reconise users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46673#p46673"><![CDATA[
Thanks for al the possible aswers but whe solved the problem<br><br>The people who the bot would not respond to where jusing colors in there tekst so the bot first see the colour code so for him it's not a command he now's. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>grtz<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5543">D_Devil</a> — Wed Feb 16, 2005 11:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-02-16T10:19:48-04:00</updated>

		<published>2005-02-16T10:19:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46669#p46669</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46669#p46669"/>
		<title type="html"><![CDATA[Don't reconise users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46669#p46669"><![CDATA[
<blockquote class="uncited"><div>*!*boo@*.255.125.Dial1.Detroit1.Level3.net</div></blockquote>Would be better as:<blockquote class="uncited"><div>*!boo@*.Detroit1.Level3.net</div></blockquote>Wildcards (? or *) could also be used. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>i.e.<blockquote class="uncited"><div>*!boo@*.???.???.Dial?.Detroit1.Level3.net</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Feb 16, 2005 10:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2005-02-16T03:47:19-04:00</updated>

		<published>2005-02-16T03:47:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46664#p46664</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46664#p46664"/>
		<title type="html"><![CDATA[Re: host mask]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46664#p46664"><![CDATA[
<blockquote class="uncited"><div>[whois: SaloonBot]<br>     » address : ~<a href="mailto:boo@dialup-4.229.255.125.Dial1.Detroit1.Level3.net">boo@dialup-4.229.255.125.Dial1.Detroit1.Level3.net</a><br>     » name : SaloonBot<br>     » origin : Internic Network<br><br>this is her whois on the server above<br>this is what i added to the bot for her host mask could you tell me if i am doing this wrong.. an if this would cause the bot once she logs off the server an back on .. for the bot to say unknown user.. when just before she logged off i did a botname whois nick an the bot knew her an gave me her info.<br><br>[23:10] #Dawnstar# whois SaloonBot<br>HANDLE    PASS NOTES FLAGS           LAST<br>SaloonBot yes      0 hp              never (nowhere)<br>   #Lesbian-saloon    flo             never<br>  HOSTS: *!*boo@*.255.125.Dial1.Detroit1.Level3.net<br>         SaloonBot!*Dial1.Detroit1.Level3.net<br>         SaloonBot!*boo@*Dial1.Detroit1.Level3.net</div></blockquote>crappy dialup-based hostmasks will always cause problems....use proper hostmasks....and if this is another bot, you should not use <strong class="text-strong">adduser</strong>, but rather <strong class="text-strong">.+bot &lt;handle&gt; &lt;hostmask&gt;</strong>.  There is a great document included in your ~doc directory simply entitled 'USERS'.... great chance to learn something new.......<img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Wed Feb 16, 2005 3:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dawnstar44]]></name></author>
		<updated>2005-02-16T00:16:49-04:00</updated>

		<published>2005-02-16T00:16:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46657#p46657</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46657#p46657"/>
		<title type="html"><![CDATA[host mask]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46657#p46657"><![CDATA[
[whois: SaloonBot]<br>     » address : ~<a href="mailto:boo@dialup-4.229.255.125.Dial1.Detroit1.Level3.net">boo@dialup-4.229.255.125.Dial1.Detroit1.Level3.net</a><br>     » name : SaloonBot<br>     » origin : Internic Network<br><br>this is her whois on the server above<br>this is what i added to the bot for her host mask could you tell me if i am doing this wrong.. an if this would cause the bot once she logs off the server an back on .. for the bot to say unknown user.. when just before she logged off i did a botname whois nick an the bot knew her an gave me her info.<br><br>[23:10] #Dawnstar# whois SaloonBot<br>HANDLE    PASS NOTES FLAGS           LAST<br>SaloonBot yes      0 hp              never (nowhere)<br>   #Lesbian-saloon    flo             never<br>  HOSTS: *!*boo@*.255.125.Dial1.Detroit1.Level3.net<br>         SaloonBot!*Dial1.Detroit1.Level3.net<br>         SaloonBot!*boo@*Dial1.Detroit1.Level3.net<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5991">Dawnstar44</a> — Wed Feb 16, 2005 12:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-01-29T02:00:41-04:00</updated>

		<published>2005-01-29T02:00:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45925#p45925</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45925#p45925"/>
		<title type="html"><![CDATA[Don't reconise users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45925#p45925"><![CDATA[
Here is a good example, on how to add a user:<br><div class="codebox"><p>Code: </p><pre><code>.+user awyeah .chattr awyeah nm.+host awyeah!*awyeah@awyeah.org.chpass awyeah awyeah.ownsyou.save</code></pre></div>Remember HOSTMASK should be in the format: nick!<a href="mailto:ident@host.domain.com">ident@host.domain.com</a><br>You can use wildcards such as "*" and "?" in the hostmask.<br><blockquote class="uncited"><div>;Step by step analysis of the code<br><br>#Added a user: 'awyeah'<br>#Gave the user 'awyeah' flags: "nm"<br>#Added a host for the user 'awyeah': awyeah!*<a href="mailto:awyeah@awyeah.org">awyeah@awyeah.org</a><br>#Set a password for the user 'awyeah': awyeah.ownsyou<br>#Saved the user and channel files</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sat Jan 29, 2005 2:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[D_Devil]]></name></author>
		<updated>2005-01-28T19:15:34-04:00</updated>

		<published>2005-01-28T19:15:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45919#p45919</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45919#p45919"/>
		<title type="html"><![CDATA[Don't reconise users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45919#p45919"><![CDATA[
the bot does respont to 2 users and does not respont to 2 other users so the scrips do work. The bot does respont to me with all public commands<br><br>it's a script for public commands like op, deop, voice, kick, ban,<br>and one script (next) it's for ah help channel of a irc server<br>that only one person at a time is voiced en can be helped.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5543">D_Devil</a> — Fri Jan 28, 2005 7:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kk-]]></name></author>
		<updated>2005-01-28T17:24:49-04:00</updated>

		<published>2005-01-28T17:24:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45915#p45915</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45915#p45915"/>
		<title type="html"><![CDATA[Don't reconise users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45915#p45915"><![CDATA[
<blockquote class="uncited"><div>Yes al users have set a password and the bot added the hosts of the user</div></blockquote>Your bot does have a public cmd script ??? &amp; if so what one??<br><br>give more details of what commands the bot is not responding too ??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3629">kk-</a> — Fri Jan 28, 2005 5:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[D_Devil]]></name></author>
		<updated>2005-01-28T17:15:19-04:00</updated>

		<published>2005-01-28T17:15:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45914#p45914</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45914#p45914"/>
		<title type="html"><![CDATA[Don't reconise users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45914#p45914"><![CDATA[
Yes al users have set a password and the bot added the hosts of the user<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5543">D_Devil</a> — Fri Jan 28, 2005 5:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kk-]]></name></author>
		<updated>2005-01-28T16:55:16-04:00</updated>

		<published>2005-01-28T16:55:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45912#p45912</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45912#p45912"/>
		<title type="html"><![CDATA[Re: Don't reconise users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45912#p45912"><![CDATA[
<blockquote class="uncited"><div>Can anybody tel mee why the eggdrop does not reconise users i added to the bot<br><br>there are 3 users i added with .adduser &lt;nick&gt;<br>al the users are set as global owners .chattr &lt;nick&gt; +nmo<br>but the bot does not respont to 2 users with public commands<br><br>Does anybody have a idee why ?<br><br>Grtz</div></blockquote>Did the users set a password  &amp; has the bot stored a host for them?? check in bot  dcc  type .match (user nick here)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3629">kk-</a> — Fri Jan 28, 2005 4:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[D_Devil]]></name></author>
		<updated>2005-01-28T16:14:39-04:00</updated>

		<published>2005-01-28T16:14:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45907#p45907</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45907#p45907"/>
		<title type="html"><![CDATA[Don't reconise users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45907#p45907"><![CDATA[
Can anybody tel mee why the eggdrop does not reconise users i added to the bot<br><br>there are 3 users i added with .adduser &lt;nick&gt;<br>al the users are set as global owners .chattr &lt;nick&gt; +nmo<br>but the bot does not respont to 2 users with public commands<br><br>Does anybody have a idee why ?<br><br>Grtz<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5543">D_Devil</a> — Fri Jan 28, 2005 4:14 pm</p><hr />
]]></content>
	</entry>
	</feed>
