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

	<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>2010-03-30T12:02:13-04:00</updated>

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

		<entry>
		<author><name><![CDATA[delaa]]></name></author>
		<updated>2010-03-30T12:02:13-04:00</updated>

		<published>2010-03-30T12:02:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92647#p92647</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92647#p92647"/>
		<title type="html"><![CDATA[Ban from a Internal Channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92647#p92647"><![CDATA[
tomekk<br><br>thank you very much!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11146">delaa</a> — Tue Mar 30, 2010 12:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2010-03-30T11:39:17-04:00</updated>

		<published>2010-03-30T11:39:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92646#p92646</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92646#p92646"/>
		<title type="html"><![CDATA[Ban from a Internal Channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92646#p92646"><![CDATA[
script is working for me without any problems,<br>try to copy it again please<br><br>or download it from here<br><a href="http://temp.tomekk.org/kickhim-0.1.tcl" class="postlink">http://temp.tomekk.org/kickhim-0.1.tcl</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Tue Mar 30, 2010 11:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[delaa]]></name></author>
		<updated>2010-03-30T11:19:19-04:00</updated>

		<published>2010-03-30T11:19:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92643#p92643</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92643#p92643"/>
		<title type="html"><![CDATA[Ban from a Internal Channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92643#p92643"><![CDATA[
Hi tomekk, <br><br>the eggdropt drop this error<br><div class="codebox"><p>Code: </p><pre><code>[ 17:12:00 ]  11[08 BOT 11]12 [17:12] Tcl error [pub:kb]: bad index "o": must be integer?[+-]integer? or end?[+-]integer?[ 17:12:07 ]  11[08 BOT 11]12 [17:12] Tcl error [pub:kb]: bad index "o": must be integer?[+-]integer? or end?[+-]integer?</code></pre></div>And the command !kbu dosent works in the Intern channel.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11146">delaa</a> — Tue Mar 30, 2010 11:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2010-03-27T10:34:03-04:00</updated>

		<published>2010-03-27T10:34:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92619#p92619</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92619#p92619"/>
		<title type="html"><![CDATA[Ban from a Internal Channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92619#p92619"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># Author: tomekk# e-mail:  tomekk/@/oswiecim/./eu/./org# home page: http://tomekk.oswiecim.eu.org/## Version 0.1## This file is Copyrighted under the GNU Public License.# http://www.gnu.org/copyleft/gpl.html# channel with usersset command_channel "#xx"# channel with !kbu commandset users_channel "#yy"# host mask type# 1)  *!*@*.domain.com# 2)  *!*@some.domain.com# 3)  *nick*!*@some.domain.com# 4)  *!*ident*@some.domain.comset host_mask 1#########################################################bind pub -|- !kbu kbu_procproc kbu_proc { nick uhost hand chan arg } {global command_channel users_channelif {$chan == $command_channel} {set user_nick [lindex [split $arg] 0]if {$user_nick != ""} {if {![isbotnick $user_nick]} {if {[botonchan $users_channel]} {if {[onchan $user_nick $users_channel]} {putquick "MODE $users_channel +b [banmask [getchanhost $user_nick $users_channel] $user_nick]"putkick $users_channel $user_nick}}}}}}proc banmask { host nick } {global host_maskswitch -- $host_mask {1 {set mask "*!*@[lindex [split [maskhost $host] "@"] 1]"}2 {set mask "*!*@[lindex [split $host @] 1]"}3 {set mask "*$nick*!*@[lindex [split $host "@"] 1]"}4 {set mask "*!*[lindex [split $host "@"] 0]*@[lindex [split $host "@"] 1]"}}return $mask}putlog "kickhim.tcl ver 0.1 by tomekk loaded"</code></pre></div>type proper channels and try it,<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Sat Mar 27, 2010 10:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[delaa]]></name></author>
		<updated>2010-03-23T08:59:31-04:00</updated>

		<published>2010-03-23T08:59:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92578#p92578</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92578#p92578"/>
		<title type="html"><![CDATA[Ban from a Internal Channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92578#p92578"><![CDATA[
Hi, <br><br>i looking for a Ban script how Allows any user from chan #yy to kickbans user in chan #xx<br><br>The users in the Internal Chanel have only +v. <br><br>There somebody can help me?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11146">delaa</a> — Tue Mar 23, 2010 8:59 am</p><hr />
]]></content>
	</entry>
	</feed>
