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

	<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>2005-08-07T12:50:24-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-08-07T12:50:24-04:00</updated>

		<published>2005-08-07T12:50:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53820#p53820</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53820#p53820"/>
		<title type="html"><![CDATA[Kick Message]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53820#p53820"><![CDATA[
<blockquote class="uncited"><div>Sir_Fz, noone gets even close to your ability to read n00b minds <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"></div></blockquote>Hahaha, I can't disagree <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Aug 07, 2005 12:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-07T12:44:42-04:00</updated>

		<published>2005-08-07T12:44:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53819#p53819</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53819#p53819"/>
		<title type="html"><![CDATA[Kick Message]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53819#p53819"><![CDATA[
Sir_Fz, noone gets even close to your ability to read n00b minds <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Aug 07, 2005 12:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-08-07T12:31:33-04:00</updated>

		<published>2005-08-07T12:31:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53817#p53817</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53817#p53817"/>
		<title type="html"><![CDATA[Kick Message]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53817#p53817"><![CDATA[
I think what he wants is to use the command "eg kick &lt;nick&gt;" publicly or whatever, and when there's no reason specified the script uses a random reason from a file.<div class="codebox"><p>Code: </p><pre><code># use a list instead of a fileset kickreasons { "reason1" "reason2" "reason3"}bind pubm - "eg kick *" kick:userproc kick:user {nick uhost hand chan arg} { global kickreasons set targ [lindex [split $arg] 2] set reason [lindex [split $arg] 3] if {![llength $reason]} {  set reason [lindex $kickreasons [rand [llength $kickreasons]]] } putserv "KICK $chan $targ :$reason"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Aug 07, 2005 12:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-07T11:35:43-04:00</updated>

		<published>2005-08-07T11:35:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53805#p53805</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53805#p53805"/>
		<title type="html"><![CDATA[Kick Message]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53805#p53805"><![CDATA[
is that a Tcl command?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Aug 07, 2005 11:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[conan_i]]></name></author>
		<updated>2005-08-07T10:16:10-04:00</updated>

		<published>2005-08-07T10:16:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53800#p53800</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53800#p53800"/>
		<title type="html"><![CDATA[Kick Message]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53800#p53800"><![CDATA[
eg kick nick<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6342">conan_i</a> — Sun Aug 07, 2005 10:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-07T03:21:44-04:00</updated>

		<published>2005-08-07T03:21:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53795#p53795</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53795#p53795"/>
		<title type="html"><![CDATA[Kick Message]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53795#p53795"><![CDATA[
which command?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Aug 07, 2005 3:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[conan_i]]></name></author>
		<updated>2005-08-07T02:51:48-04:00</updated>

		<published>2005-08-07T02:51:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53794#p53794</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53794#p53794"/>
		<title type="html"><![CDATA[Kick Message]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53794#p53794"><![CDATA[
how will i add a kick message to read from <span style="color:red">kick.txt</span> on <span style="color:red">eg kick nick</span> if no reason given from the command to read it from <span style="color:red">kick.txt</span><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6342">conan_i</a> — Sun Aug 07, 2005 2:51 am</p><hr />
]]></content>
	</entry>
	</feed>
