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

	<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>2002-05-30T02:17:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-30T02:17:00-04:00</updated>

		<published>2002-05-30T02:17:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7418#p7418</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7418#p7418"/>
		<title type="html"><![CDATA[spaces in a kick message]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7418#p7418"><![CDATA[
Petersen:Thank you so much!<p>Statistics: Posted by Guest — Thu May 30, 2002 2:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-05-29T23:03:00-04:00</updated>

		<published>2002-05-29T23:03:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7412#p7412</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7412#p7412"/>
		<title type="html"><![CDATA[spaces in a kick message]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7412#p7412"><![CDATA[
set reason [join [lrange $args 1 end]]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Wed May 29, 2002 11:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-29T22:26:00-04:00</updated>

		<published>2002-05-29T22:26:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7404#p7404</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7404#p7404"/>
		<title type="html"><![CDATA[spaces in a kick message]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7404#p7404"><![CDATA[
hehe thanks, and how this will be done, can you please give me an example??/<p>Statistics: Posted by Guest — Wed May 29, 2002 10:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-05-29T21:56:00-04:00</updated>

		<published>2002-05-29T21:56:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7403#p7403</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7403#p7403"/>
		<title type="html"><![CDATA[spaces in a kick message]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7403#p7403"><![CDATA[
lrange outputs a list. you need to join it to make it a string.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Wed May 29, 2002 9:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-29T20:58:00-04:00</updated>

		<published>2002-05-29T20:58:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7402#p7402</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7402#p7402"/>
		<title type="html"><![CDATA[spaces in a kick message]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7402#p7402"><![CDATA[
Hi, can anyone help me please, i'll appreciate it, sometime when i use kick command, and it shows spaces in a kick message, donot know why?<br>advance thanks<br>regards<br>AW<br>&lt;AW&gt; .k ABC tsk tsk<br>*** ABC was kicked by eggdrop (tsk tsk {})<br><br>here are the codes<br><br>proc kick_command {nick host handle channel args1} {<br>set args [split $args1 " "]<br>set knick [lindex $args 0]<br>      set date [clock format [clock seconds] -format "%b %d"]<br>if {[test_real $nick]} {<br>return 0<br>}<br>if {$knick==""} { return 0 }<br>  set reason [lrange $args 1 end]<br>if {$reason==""} {<br>set reason "..go and play outside!"<br>}<br>  set kickstring "KICK $channel $knick :$date $nick: $reason"<br>if {[matchattr [nick2hand $knick $channel] o]==0} { <br>putserv "$kickstring" <br>} else { <br>if {[matchattr $handle m]==1} { <br>putserv "$kickstring" <br>} else { <br>set kickstring "KICK $channel $nick :Wow! Lamerrr! Ain't it amazin? (Kick attempt on +o $knick)"<br>putserv "$kickstring" <br>}<br>}<br>return 1<br>}<br><br><br> <p>Statistics: Posted by Guest — Wed May 29, 2002 8:58 pm</p><hr />
]]></content>
	</entry>
	</feed>
