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

	<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>2004-10-08T17:12:26-04:00</updated>

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

		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-10-08T17:12:26-04:00</updated>

		<published>2004-10-08T17:12:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41690#p41690</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41690#p41690"/>
		<title type="html"><![CDATA[pls help !! eggy send ban via X]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41690#p41690"><![CDATA[
I dont use undernet and i don't know how X works.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Fri Oct 08, 2004 5:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lordwilli]]></name></author>
		<updated>2004-10-08T02:23:44-04:00</updated>

		<published>2004-10-08T02:23:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41660#p41660</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41660#p41660"/>
		<title type="html"><![CDATA[pls help !! eggy send ban via X]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41660#p41660"><![CDATA[
<blockquote class="uncited"><div>Well i made this small code.<br>It works like this.<br><br>.kb nick - Will do this: /msg X ban #channel &lt;nick&gt;<br>.kb host - Will do this: /msg X ban #channel *!*@&lt;host&gt;<br><br>So you use .kb nickname or .kb &lt;host&gt;<br><br>Use host like this or it wont work: .kb moo.com so <strong class="text-strong">DO NOT USE</strong> .kb *!*@moo.com<br><div class="codebox"><p>Code: </p><pre><code>bind pub m|m .kb pub:kbanproc pub:kban {nick host hand chan text} {set victim [lindex $text 0]if {$victim == ""} {putquick "NOTICE $nick :Usage: .kb &lt;nick|host&gt;"; return} else {if {![onchan $victim $chan]} {set victim *!*@[lindex $text 0]}putquick "PRIVMSG X :ban $chan $victim"}}</code></pre></div>Its something simple so don't expect too much of it<br><br>I don't know if X also has something for a reason but if it does use this:<br><div class="codebox"><p>Code: </p><pre><code>bind pub m|m .kb pub:kbanproc pub:kban {nick host hand chan text} {set victim [lindex $text 0]if {$victim == ""} {putquick "NOTICE $nick :Usage: .kb &lt;nick|host&gt;"; return} else {if {![onchan $victim $chan]} {set victim *!*@[lindex $text 0]}set reason [lrange $text 1 end]if {$reason == ""} {set reason "No reason given"}putquick "PRIVMSG X :ban $chan $victim $reason"}}</code></pre></div></div></blockquote>thx thx Metroid for your answer<br>first iam nor so good with tcl<br>can you explain what i must doing with this code?<br>i must write a new tcl and then instal in scripts?<br>and the x ban msg is /msg x ban #channelname nick or *!*@host duration level reason<br>duration is max 336 hours level is the bot access added in accesslist and reason<br>now<br>if i type .kb nick<br>whit wich access the bot send the ban to x?<br>default ban level is 75 if not give ban level or the bot send the ban to x with his access level added into accesslist?<br><br>greetings lordwilli<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5448">lordwilli</a> — Fri Oct 08, 2004 2:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-10-06T04:08:58-04:00</updated>

		<published>2004-10-06T04:08:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41594#p41594</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41594#p41594"/>
		<title type="html"><![CDATA[pls help !! eggy send ban via X]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41594#p41594"><![CDATA[
Well i made this small code.<br>It works like this.<br><br>.kb nick - Will do this: /msg X ban #channel &lt;nick&gt;<br>.kb host - Will do this: /msg X ban #channel *!*@&lt;host&gt;<br><br>So you use .kb nickname or .kb &lt;host&gt;<br><br>Use host like this or it wont work: .kb moo.com so <strong class="text-strong">DO NOT USE</strong> .kb *!*@moo.com<br><div class="codebox"><p>Code: </p><pre><code>bind pub m|m .kb pub:kbanproc pub:kban {nick host hand chan text} {set victim [lindex $text 0]if {$victim == ""} {putquick "NOTICE $nick :Usage: .kb &lt;nick|host&gt;"; return} else {if {![onchan $victim $chan]} {set victim *!*@[lindex $text 0]}putquick "PRIVMSG X :ban $chan $victim"}}</code></pre></div>Its something simple so don't expect too much of it<br><br>I don't know if X also has something for a reason but if it does use this:<br><div class="codebox"><p>Code: </p><pre><code>bind pub m|m .kb pub:kbanproc pub:kban {nick host hand chan text} {set victim [lindex $text 0]if {$victim == ""} {putquick "NOTICE $nick :Usage: .kb &lt;nick|host&gt;"; return} else {if {![onchan $victim $chan]} {set victim *!*@[lindex $text 0]}set reason [lrange $text 1 end]if {$reason == ""} {set reason "No reason given"}putquick "PRIVMSG X :ban $chan $victim $reason"}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Wed Oct 06, 2004 4:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-10-06T03:58:33-04:00</updated>

		<published>2004-10-06T03:58:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41592#p41592</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41592#p41592"/>
		<title type="html"><![CDATA[pls help !! eggy send ban via X]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41592#p41592"><![CDATA[
What syntax is used to ban through X?<br><br>/msg X ban #chan ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Wed Oct 06, 2004 3:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lordwilli]]></name></author>
		<updated>2004-10-06T02:29:27-04:00</updated>

		<published>2004-10-06T02:29:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41590#p41590</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41590#p41590"/>
		<title type="html"><![CDATA[pls help !! eggy send ban via X]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41590#p41590"><![CDATA[
<blockquote class="uncited"><div>Use the resources of the <a href="http://www.egghelp.org/tcl.htm" class="postlink">TCL Archive</a> and you'll find plenty of scripts to suit your needs.</div></blockquote><br>yes alchera i know the tcl archive but what i need i cannot find. i know are too many k/ban tcl but noone sendthe bans to x<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5448">lordwilli</a> — Wed Oct 06, 2004 2:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-10-05T19:51:28-04:00</updated>

		<published>2004-10-05T19:51:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41580#p41580</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41580#p41580"/>
		<title type="html"><![CDATA[pls help !! eggy send ban via X]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41580#p41580"><![CDATA[
Use the resources of the <a href="http://www.egghelp.org/tcl.htm" class="postlink">TCL Archive</a> and you'll find plenty of scripts to suit your needs.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Oct 05, 2004 7:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lordwilli]]></name></author>
		<updated>2004-10-05T17:00:12-04:00</updated>

		<published>2004-10-05T17:00:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41576#p41576</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41576#p41576"/>
		<title type="html"><![CDATA[pls help !! eggy send ban via X]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41576#p41576"><![CDATA[
hi<br>i need tcl for eggy for kick/ban but the eggy send the bans via X (undernet) with duration level reason.<br>example:<br>i will write on main .kb nick/IP/host and eggy send the ban via x<br>greetings lordwilli<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5448">lordwilli</a> — Tue Oct 05, 2004 5:00 pm</p><hr />
]]></content>
	</entry>
	</feed>
