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

	<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-06-06T09:33:50-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Volume]]></name></author>
		<updated>2003-06-06T09:33:50-04:00</updated>

		<published>2003-06-06T09:33:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21370#p21370</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21370#p21370"/>
		<title type="html"><![CDATA[@Papillon]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21370#p21370"><![CDATA[
<blockquote class="uncited"><div>try this<div class="codebox"><p>Code: </p><pre><code>set addhost [lindex [split $uhost @] 0]@[lindex [split [maskhost $uhost] @] 1]adduser $nick *!$addhost chattr [nick2hand $nick] +d-p set hostban "*!*[string range $uhost [string first "@" $uhost] end]"</code></pre></div></div></blockquote>thank you <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>can you help me by my last problem ?<br>i would this user boot from the partyline from all bots in the botnet<br>but this dont works<br><div class="codebox"><p>Code: </p><pre><code>boot [nick2hand $nick@*]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3212">Volume</a> — Fri Jun 06, 2003 9:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-06-06T07:42:58-04:00</updated>

		<published>2003-06-06T07:42:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21366#p21366</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21366#p21366"/>
		<title type="html"><![CDATA[adduser in tcl and add flags +d-p global]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21366#p21366"><![CDATA[
try this<div class="codebox"><p>Code: </p><pre><code>set addhost [lindex [split $uhost @] 0]@[lindex [split [maskhost $uhost] @] 1]adduser $nick *!$addhost chattr [nick2hand $nick] +d-p set hostban "*!*[string range $uhost [string first "@" $uhost] end]"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Fri Jun 06, 2003 7:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Volume]]></name></author>
		<updated>2003-06-06T06:10:28-04:00</updated>

		<published>2003-06-06T06:10:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21359#p21359</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21359#p21359"/>
		<title type="html"><![CDATA[@Papillon]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21359#p21359"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>chattr [nick2hand $nick] +dk-p</code></pre></div></div></blockquote>Great <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> this works, but i have a problem:<br>i would adduser with host *!eros@*.dip.t-dialin.net<br>but the<div class="codebox"><p>Code: </p><pre><code>set hostban "*!*[string range $uhost [string first "@" $uhost] end]"</code></pre></div>overwriten the *!$uhost adding from the global ban host <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br>can someone help me ?<br><br><strong class="text-strong">the globalban is better bans with this host: *!*@p508C2601.dip.t-dialin.net<br>and the adduser host is better with this host *!eros@*.dip.t-dialin.net</strong><br><div class="codebox"><p>Code: </p><pre><code>adduser $nick *!$uhostchattr [nick2hand $nick] +d-pset hostban "*!*[string range $uhost [string first "@" $uhost] end]"set globban "newban $hostban nocolors.tcl nocolors 1440 sticky"putkick $chan $nick "no colors !!!"utimer 1 $globban</code></pre></div>[12:06:01] &lt;Majonas&gt; .match eft<br>[12:06:01] &lt;Elaine&gt; [12:06] #Majonas# match eft<br>[12:06:01] &lt;Elaine&gt; *** Vergleiche 'eft':<br>[12:06:01] &lt;Elaine&gt; HANDLE    PASS NOTES FLAGS           LAST<br>[12:06:01] &lt;Elaine&gt; eft       no       0 d               12:06 (#heidelberg)<br>[12:06:01] &lt;Elaine&gt;   HOSTS: *!<a href="mailto:eros@p508C2601.dip.t-dialin.net">eros@p508C2601.dip.t-dialin.net</a><br><br>like can i autoadd this host:<br>HOSTS: *!eros@*.dip.t-dialin.net<br>this is better[/code]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3212">Volume</a> — Fri Jun 06, 2003 6:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-06-05T18:39:29-04:00</updated>

		<published>2003-06-05T18:39:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21307#p21307</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21307#p21307"/>
		<title type="html"><![CDATA[adduser in tcl and add flags +d-p global]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21307#p21307"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>chattr [nick2hand $nick] +dk-p</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Thu Jun 05, 2003 6:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Volume]]></name></author>
		<updated>2003-06-05T17:06:07-04:00</updated>

		<published>2003-06-05T17:06:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21304#p21304</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21304#p21304"/>
		<title type="html"><![CDATA[@spock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21304#p21304"><![CDATA[
<blockquote class="uncited"><div>"validuser" and "nick2hand" would be useful.</div></blockquote>can you help me witch i must scripting this ? my english is too bad and the tcl-commands.doc is not a good help for me.<br>thank you very much<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3212">Volume</a> — Thu Jun 05, 2003 5:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2003-06-05T16:05:59-04:00</updated>

		<published>2003-06-05T16:05:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21302#p21302</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21302#p21302"/>
		<title type="html"><![CDATA[adduser in tcl and add flags +d-p global]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21302#p21302"><![CDATA[
"validuser" and "nick2hand" would be useful.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Thu Jun 05, 2003 4:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Volume]]></name></author>
		<updated>2003-06-05T15:21:25-04:00</updated>

		<published>2003-06-05T15:21:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21299#p21299</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21299#p21299"/>
		<title type="html"><![CDATA[adduser in tcl and add flags +d-p global]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21299#p21299"><![CDATA[
hello,<br>i need info for this option wenn user use colors than the bot adding this user an give him the flags +dk-p global.<br>if the user exist by this host than give the exist user this global flags.<br>problem the bot must search the user by the host in the userfile.<br>the nick is not often the same nick on the partyline.<br>my commands are:<br>adduser $nick *!$uhost<br>chattr *!$uhost +dk-p<br><br>the adduser command works but the chattr command dont work.<br>what have i false ?<br><br>if the adduser command ok when the user exists by the same host but the nick is different ?<br><br>please help me. thank you very much.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3212">Volume</a> — Thu Jun 05, 2003 3:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
