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

	<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>2003-10-17T07:03:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Rusher2K]]></name></author>
		<updated>2003-10-17T07:03:03-04:00</updated>

		<published>2003-10-17T07:03:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28616#p28616</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28616#p28616"/>
		<title type="html"><![CDATA[BIG Problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28616#p28616"><![CDATA[
with this changes it also executes the comand "die"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3034">Rusher2K</a> — Fri Oct 17, 2003 7:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-10-15T18:51:28-04:00</updated>

		<published>2003-10-15T18:51:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28547#p28547</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28547#p28547"/>
		<title type="html"><![CDATA[BIG Problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28547#p28547"><![CDATA[
change <div class="codebox"><p>Code: </p><pre><code>utimer 10 "checkchan $joinchan $nick $host"</code></pre></div> to <div class="codebox"><p>Code: </p><pre><code>utimer 10 [list checkchan $joinchan $nick $host]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Oct 15, 2003 6:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Rusher2K]]></name></author>
		<updated>2003-10-15T14:41:37-04:00</updated>

		<published>2003-10-15T14:41:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28540#p28540</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28540#p28540"/>
		<title type="html"><![CDATA[BIG Problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28540#p28540"><![CDATA[
THIS :<br><div class="codebox"><p>Code: </p><pre><code>proc pub_request {nick host hand chan arg} {putlog "ADD 1"        global botnick #if {$chan == "#sicherheit"} {return 0}        set requests ""  if {![file exists "requests.txt"]} {return 0}  set infile [open "requests.txt" r]  while {![eof $infile]} {    gets $infile dataline    if {$dataline != ""} {lappend requests $dataline}  }  close $infile    set blockedchans ""  if {![file exists "blockedchans.txt"]} { return 0 }  set infile [open "blockedchans.txt" r]  while {![eof $infile]} {    gets $infile dataline    if {$dataline != ""} {lappend blockedchans $dataline}  }  close $infile        set blocked 0        set joinchan [lindex [split $arg] 0]     if {$joinchan == "#sicherheit"} {        puthelp "NOTICE $nick :Yo must not request for #sicherheit!!!"        newignore *!$host $botnick "Yo must not request for #sicherheit!!!" 1        return 0        }        foreach channel $blockedchans {        if {$channel == $joinchan} { set blocked 1 }        }        foreach channel $requests {        set channel [string tolower [lindex $channel 0]]        if {$channel == $joinchan} { set blocked 1 }        }        if {$blocked == 0} {        if {$chan == "#sicherheit"} {putlog "ADD 2"        putlog "$nick requested a bot for $joinchan"        channel add $joinchanchannel set $joinchan -inactive        utimer 10 "checkchan $joinchan $nick $host"        #utimer 10 "set total \[llength \[chanlist $joinchan]]; if {\$total &lt; 70 || !\[isop $nick $joinchan]} { puthelp \"NOTICE $nick :Either you haven't 70 user in your channel or you haven't op.\" } else { puthelp \"NOTICE $nick :Your request has been sent to John\"; puthelp \"PRIVMSG #sicherheit.intern :$nick!$host requested for $joinchan - \$total User\" }"        utimer 20 [list channel remove $joinchan]putlog "ADD 3"        }        } else {        puthelp "NOTICE $nick :You're channel is blocked or the requests already stored! You must wait 5 minutes to try again!"        newignore *!$host $botnick "requested bots for a blocked channel" 5        putlog "$nick requested a bot for $joinchan altough this channel is blocked"        }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3034">Rusher2K</a> — Wed Oct 15, 2003 2:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-10-15T14:28:40-04:00</updated>

		<published>2003-10-15T14:28:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28539#p28539</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28539#p28539"/>
		<title type="html"><![CDATA[BIG Problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28539#p28539"><![CDATA[
The script contains code that is treating string as lists, wihtout first converting them.<br><br>What script have you got loaded.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Oct 15, 2003 2:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Rusher2K]]></name></author>
		<updated>2003-10-15T14:11:20-04:00</updated>

		<published>2003-10-15T14:11:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28537#p28537</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28537#p28537"/>
		<title type="html"><![CDATA[BIG Problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28537#p28537"><![CDATA[
I had an request script today some body with the nick : [die][die] requested a bot for #[die][die] and teh bot shut down.<br>How can i fixx this ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3034">Rusher2K</a> — Wed Oct 15, 2003 2:11 pm</p><hr />
]]></content>
	</entry>
	</feed>
