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

	<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>2010-05-08T12:18:21-04:00</updated>

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

		<entry>
		<author><name><![CDATA[corruptedmind]]></name></author>
		<updated>2010-05-08T12:18:21-04:00</updated>

		<published>2010-05-08T12:18:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93059#p93059</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93059#p93059"/>
		<title type="html"><![CDATA[i get tcl error in a script for autovoice +Dm modes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93059#p93059"><![CDATA[
hello<br>i need help to get work this tcl script<br>the script don't work &amp; i see this errors in the partyline<br>Tcl error [modeD:raw352]: invalid command name "#tingis"<br>[11:15] I am in modeD:raw353<br><br>the tcl is below<br><br><div class="codebox"><p>Code: </p><pre><code>#Its Made To Work With The Channel Modes +Dm#Its To Prevent Join/Part Flood From Botnets and Lame Script Kiddow#My info: xplorer@live.ca - irc.undernet.org - #mircscripting  #This Tcl *ONLY* Work on ONE (1) Channel#Enter the name below set modeD(channel) "#CHANGE_ME_NOW" #Set The mode to give, I SUGGEST you to keep it to "v"  set modeD(mode) "v" # Binds bind time - "* * * *" modeD:timebind raw - 355 modeD:raw353bind raw - 315 modeD:raw353bind raw - 352 modeD:raw352 proc modeD:raw352 {from raw arg} { global modeD     set host [lindex [split $arg] 3]     set host "*!*@$host"     set nick [lindex [split $arg] 5]if { [isban $host $modeD(channel)] || [isban [maskhost $host] $modeD(channel)] || [isban $host]|| [isban [maskhost $host]] } {#If Reached here The user is  in blacklist host!return}putquick "MODE $modeD(channel) +v $nick"        putcmdlog "MODE $modeD(channel) +v $nick" }  proc modeD:time {min hour day month year} {    global modeD    if {[validchan $modeD(channel)]} {        if {[regexp {D|d} [lindex [getchanmode $modeD(channel)] 0]]} {            putquick "NAMES -d $modeD(channel)" -next    putcmdlog "Doing -d "        }    }} proc modeD:raw353 {from raw arg} {    global modeDputcmdlog "I am in modeD:raw353"    set channel [lindex [split $arg] 2]putcmdlog "$arg"    if {[set mode $modeD(mode)] == ""} {        set mode "v"    }    if {![string equal -nocase $channel $modeD(channel)]} { return }    putcmdlog "$arg"    set list2 [lindex [split $arg :] 1]    putcmdlog "$list2"    foreach user [lindex [split $arg :] 1] {        if {$user != "" &amp;&amp; (![onchan $user $channel] || (![isop $user $channel] &amp;&amp; ![isvoice $user $channel]))} {    putquick "WHO $user"        }    }} #########putlog "Delay Voice +Dm XploreR@Live.Ca"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11107">corruptedmind</a> — Sat May 08, 2010 12:18 pm</p><hr />
]]></content>
	</entry>
	</feed>
