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

	<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>2006-01-20T11:35:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ian-Highlander]]></name></author>
		<updated>2006-01-20T11:21:35-04:00</updated>

		<published>2006-01-20T11:21:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59542#p59542</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59542#p59542"/>
		<title type="html"><![CDATA[error kline]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59542#p59542"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>bind pub m|m !kline proc_klineproc proc_kline {nick uhost hand chan arg} { set time [lindex [set arg [split $arg]] 0] set ip [lindex $arg 1] set reason [join [lrange $arg 2 end]] putserv "KLINE $time $ip $reason" putlog "-=\002$nick\002=- Klined this ip: $ip ,for $reason ,for time (mins): $time" }}</code></pre></div></div></blockquote>Might want to take the extra curly bracket off the end of the putlog line <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=17">Ian-Highlander</a> — Fri Jan 20, 2006 11:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-01-20T11:35:57-04:00</updated>

		<published>2006-01-19T21:06:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59538#p59538</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59538#p59538"/>
		<title type="html"><![CDATA[error kline]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59538#p59538"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub m|m !kline proc_klineproc proc_kline {nick uhost hand chan arg} { set time [lindex [set arg [split $arg]] 0] set ip [lindex $arg 1] set reason [join [lrange $arg 2 end]] putserv "KLINE $time $ip $reason" putlog "-=\002$nick\002=- Klined this ip: $ip ,for $reason ,for time (mins): $time"}</code></pre></div>Edit: extra brace removed, thanx Ian-Highlander.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Jan 19, 2006 9:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Bader]]></name></author>
		<updated>2006-01-19T18:55:22-04:00</updated>

		<published>2006-01-19T18:55:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59537#p59537</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59537#p59537"/>
		<title type="html"><![CDATA[error kline]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59537#p59537"><![CDATA[
anyone edit this tcl,<br><div class="codebox"><p>Code: </p><pre><code># Kline Commandproc proc_kline {text} {set time [lindex $text 0]set ip [lindex $text 1]set reason [lrange $text 2 end]putserv "KLINE $time $ip $reason" putlog "-=\002$nick\002=- Klined this ip: $ip ,for $reason ,for time (mins): $time" }bind pub m|m !kline proc_kline</code></pre></div><br>i try to make it, like if i said on the channel, <br><br>!kline time *@ip reason <br><br>the bot klined the ip with the reason,,<br><br>thanks  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6059">Bader</a> — Thu Jan 19, 2006 6:55 pm</p><hr />
]]></content>
	</entry>
	</feed>
