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

	<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-06-01T08:08:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[[Nero]]]></name></author>
		<updated>2002-06-01T08:08:00-04:00</updated>

		<published>2002-06-01T08:08:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7529#p7529</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7529#p7529"/>
		<title type="html"><![CDATA[Help Pleez]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7529#p7529"><![CDATA[
yes every time that part of the script is called<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1317">[Nero]</a> — Sat Jun 01, 2002 8:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-06-01T01:02:00-04:00</updated>

		<published>2002-06-01T01:02:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7524#p7524</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7524#p7524"/>
		<title type="html"><![CDATA[Help Pleez]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7524#p7524"><![CDATA[
When does it give you that error? Every time?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Sat Jun 01, 2002 1:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[[Nero]]]></name></author>
		<updated>2002-05-31T16:30:00-04:00</updated>

		<published>2002-05-31T16:30:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7503#p7503</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7503#p7503"/>
		<title type="html"><![CDATA[Help Pleez]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7503#p7503"><![CDATA[
can anyone tell me why i get Tcl error [dcc_[censored]_site]: expected integer but got ""<br> with the script below please Many Thanx<br><br>proc dcc_[censored]_site {nick idx arg} {<br>  global templist lasttempsite max_shitpost max_warnings<br><br>  set sitenum [lindex $arg 0]<br>  set reason  [lrange $arg 1 end]<br><br>  if {($sitenum == "") || (![isnumeric $sitenum]) || ($reason == "")} {<br> nick_notice $nick "02ERROR:02 usage 02.shitsite &lt;37Site Number37&gt; &lt;37Reason37&gt;02"<br>return 0<br>   }<br><br>  if {$sitenum &gt; $lasttempsite} {<br> nick_notice $nick "02ERROR:02 last postet Site is &lt;0237$lasttempsite3702&gt;"<br>return 0<br>   }<br><br>   set username [getnickfromlist "&lt;$sitenum&gt;"]<br>   set usermask [getmaskfromlist "&lt;$sitenum&gt;"]<br><br>   if {![validuser $username]} {<br>      set username [finduser $usermask]<br>    }<br><br>   set ****sites [setshitsites $username "add"]<br><br>   chan_privmsg "Sorry &lt;0237$username3702&gt; Your Site Nr: &lt;0237$sitenum3702&gt; Not Accepted!"<br>   chan_privmsg "&lt;0237$nick3702&gt; says 0237$reason3702"<br><br>   if {$max_shitpost &lt;= $shitsites} {<br>  chattr $username "+4"<br>  kickuser $username ")SHITPOSTER NOT ALLOWED HERE PLEASE CHECK YOUR SITES BEFORE YOU POST("<br>  setshitsites $username "new"<br>  set warnings [setwarnings $username "add"]<br>  if {$max_warnings &gt;= $warnings} {<br> newchanban $usermask $nick "--&gt; **** POSTER &lt;--" 60<br>   }<br>    }<br>}<br><br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1317">[Nero]</a> — Fri May 31, 2002 4:30 pm</p><hr />
]]></content>
	</entry>
	</feed>
