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

	<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-10-13T11:55:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-10-13T11:55:46-04:00</updated>

		<published>2002-10-13T11:55:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11945#p11945</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11945#p11945"/>
		<title type="html"><![CDATA[i need some help with my script....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11945#p11945"><![CDATA[
There is no need to be using "set kick putserv BLAH" all the time.<br><br>putserv does not return any data, plus the fact the set command wouldn't serve any purpose in that way.<br><br>Just remove the all "set kick" commands, before the putserv.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Oct 13, 2002 11:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-13T11:07:43-04:00</updated>

		<published>2002-10-13T11:07:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11942#p11942</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11942#p11942"/>
		<title type="html"><![CDATA[i need some help with my script....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11942#p11942"><![CDATA[
Hi, <br>im a sorta n00b with TCL scripting, i have attempted to make a script that kick on `kick command, but it wont work cos i get the error<br><br><strong class="text-strong">&lt;KyprBot&gt; [10:01] Tcl error [pub_kick]: wrong # args: should be "set varName ?newValue?"</strong><br><br>Heres a copy of the script:<br><br><strong class="text-strong"><br>bind pub - "`kick" pub_kick<br><br>proc pub_kick {nick host handle channel text} {<br>   <br>   if {$text == ""} { set text $nick }<br>    set kick ""<br>    if {[rand 10] &gt; 7} {<br><br>        set kick putserv "KICK $text : $text was kick by a lamer called $nick"<br>        set kick putserv "KICK $text : $text felt horney so decided they needed some help flying through the window" <br>        set kick putserv "KICK $text : This is depressing"<br>        set kick putserv "KICK $text : Lamer!"<br>        set kick putserv "KICK $text : G might be too lazy to kick you but im not muahahaha"<br>        set kick putserv "KICK $text : Quit: Excess Lameness From $text"<br>        set kick putserv "KICK $text : If it ain't fixed, don't broke it!"<br>        set kick putserv "KICK $text : Errrrr sorry $text, im just bored"<br>        set kick putserv "KICK $text : sorry, im just randomly Kicking ppl"<br>        set kick putserv "KICK $text : Kick: Excess idiocy from $text"<br>        set kick putserv "KICK $text : Kick: NO FISHTIX ALLOWED!"<br>        set kick putserv "KICK $text : I'm the travelling agency....here is your one way ticket!"<br>        set kick putserv "KICK $text : I wonder if youll find this funny..."<br>        set kick putserv "KICK $text : Power can be deadly in the wrong hands...won't you agree with me"<br>        set kick putserv "KICK $text : You are leaving on a jet plane...I don't know when you will come back again"<br>        set kick putserv "KICK $text : watches: $text jump outta the plane without a parachute"<br><br>    mxirc_action $channel $txt <br>   }<br>}<br><br><br>putlog "Loaded Funny Kicks Module v1.0 By Gamekypr"<br></strong><br><br>If you could tell me how to get it working it would help me lots, thanks<br>-Gamekypr<p>Statistics: Posted by Guest — Sun Oct 13, 2002 11:07 am</p><hr />
]]></content>
	</entry>
	</feed>
