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

	<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>2026-02-24T18:56:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[hm2k]]></name></author>
		<updated>2010-09-22T04:16:12-04:00</updated>

		<published>2010-09-22T04:16:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94474#p94474</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94474#p94474"/>
		<title type="html"><![CDATA[botpack help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94474#p94474"><![CDATA[
By the way...<br><br>You can now find the lamebotnet (replaced harry) here:<br><br><a href="http://code.google.com/p/lamebotnet/" class="postlink">http://code.google.com/p/lamebotnet/</a><br><br>If you want to join the team let me know.<br><br>Further more, if you have old versions of harry, please get in touch so I can map the development.<br><br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8177">hm2k</a> — Wed Sep 22, 2010 4:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hm2k]]></name></author>
		<updated>2008-01-22T14:48:45-04:00</updated>

		<published>2008-01-22T14:48:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80267#p80267</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80267#p80267"/>
		<title type="html"><![CDATA[botpack help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80267#p80267"><![CDATA[
I figured it out...<br><br>After disabling the line:<br>channel set [xindex $arg 1] $s <br>and enabling<br>putlog "channel set [xindex $arg 1] $s"<br><br>We find these:<br>[06:38:05 pm] &lt;(Gonzo\&gt; [18:35] channel set #hm2k 114<br>[06:38:05 pm] &lt;(Gonzo\&gt; [18:35] channel set #hm2k 60<br>[06:38:05 pm] &lt;(Gonzo\&gt; [18:35] channel set #hm2k 74<br><br>So we try this:<br>[06:43:21 pm] &gt; .tcl channel info #hm2k<br>[06:43:21 pm] &lt;(Gonzo\&gt; Tcl: +tn 0 0 0 {} {} {} {} {} 30:10 4:30 4:30 4:10 4:10 5:10 5:30 114 60 74 +enforcebans +dynamicbans +userbans -autoop -autohalfop -bitch -greet -protectops -protecthalfops -protectfriends +dontkickops -inactive -statuslog +revenge -revengebot -secret +shared -autovoice +cycle +seen +dynamicexempts +userexempts +dynamicinvites +userinvites -nodesynch -limit +mean -manualop -cookie -take -lock +clearban -nocolors {repeatflood 0}<br><br>Looks like the TCL code is pulling the wrong parts, so let's fix it...<br><br>hputbot $b "lamer sync 1 $chan [lrange [channel info $chan] 0 3] [lrange [channel info $chan] 9 15]"<br><br>to<br><br>hputbot $b "lamer sync 1 $chan [lrange [channel info $chan] 0 3] [lrange [channel info $chan] 9 18]"<br><br>hputbot $b "lamer sync 2 $chan [lrange [channel info $chan] 16 28]"<br><br>to<br><br>hputbot $b "lamer sync 2 $chan [lrange [channel info $chan] 19 28]"<br><br>now find <br><br>channel set $c aop-delay [lindex $arg 12]<br><br>and add some more...<br><br>channel set $c ban-time [lindex $arg 13]<br>channel set $c exempt-time [lindex $arg 14]<br>channel set $c invite-time [lindex $arg 15]<br><br>Save, and restore your line back to:<br><br>channel set [xindex $arg 1] $s<br><br>Enjoy!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8177">hm2k</a> — Tue Jan 22, 2008 2:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hm2k]]></name></author>
		<updated>2008-01-22T10:17:40-04:00</updated>

		<published>2008-01-22T10:17:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80263#p80263</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80263#p80263"/>
		<title type="html"><![CDATA[botpack help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80263#p80263"><![CDATA[
I also run a hack job of harry.tcl, called lame.tcl<br><br>I thought i'd add a note to this as part of my research to fix this...<br><br>Here's what i'm seeing:<br><div class="codebox"><p>Code: </p><pre><code>Tcl error [lame_botproc]: illegal channel option: 114</code></pre></div><div class="codebox"><p>Code: </p><pre><code>[01:58:03 pm] &gt; .tcl set errorInfo[01:58:03 pm] &lt;(Gonzo\&gt; Tcl: illegal channel option: 114[01:58:03 pm] &lt;(Gonzo\&gt; Tcl:     while executing[01:58:03 pm] &lt;(Gonzo\&gt; Tcl: "channel set [xindex $arg 1] $s"[01:58:03 pm] &lt;(Gonzo\&gt; Tcl:     ("foreach" body line 3)[01:58:03 pm] &lt;(Gonzo\&gt; Tcl:     invoked from within[01:58:03 pm] &lt;(Gonzo\&gt; Tcl: "foreach s [lrange $arg 2 end] {[01:58:03 pm] &lt;(Gonzo\&gt; Tcl:      if {[llength $s] == "1"} {[01:58:03 pm] &lt;(Gonzo\&gt; Tcl:       channel set [xindex $arg 1] $s[01:58:03 pm] &lt;(Gonzo\&gt; Tcl:       putlog "channel set [xindex $arg 1] $s"[01:58:03 pm] &lt;(Gonzo\&gt; Tcl:    ..."[01:58:03 pm] &lt;(Gonzo\&gt; Tcl:     ("sync" arm line 30)[01:58:03 pm] &lt;(Gonzo\&gt; Tcl:     invoked from within[01:58:04 pm] &lt;(Gonzo\&gt; Tcl: "switch -exact $cmd {[01:58:04 pm] &lt;(Gonzo\&gt; Tcl:   "join" {[01:58:04 pm] &lt;(Gonzo\&gt; Tcl:    set chan [xindex $arg 0][01:58:04 pm] &lt;(Gonzo\&gt; Tcl:    set key [xindex $arg 1][01:58:04 pm] &lt;(Gonzo\&gt; Tcl:    addchan $chan $key[01:58:04 pm] &lt;(Gonzo\&gt; Tcl:    return 1[01:58:04 pm] &lt;(Gonzo\&gt; Tcl:   }[01:58:04 pm] &lt;(Gonzo\&gt; Tcl:   "part" {[01:58:04 pm] &lt;(Gonzo\&gt; Tcl:    set chan [x..."[01:58:04 pm] &lt;(Gonzo\&gt; Tcl:     (procedure "lame_botproc" line 9)[01:58:04 pm] &lt;(Gonzo\&gt; Tcl:     invoked from within[01:58:04 pm] &lt;(Gonzo\&gt; Tcl: "lame_botproc $_bot1 $_bot2 $_bot3"</code></pre></div>As you can see, in this version i've added:<br><br>putlog "channel set [xindex $arg 1] $s"<br><br>Which putlogs the same information as the above line.<br><br>The reason being is I managed to replicate the error from console by doing the following:<br><br><div class="codebox"><p>Code: </p><pre><code>[01:59:31 pm] &gt; .tcl channel set #hm2k test[01:59:31 pm] &lt;(Gonzo\&gt; Tcl error: illegal channel option: test[01:59:05 pm] &gt; .tcl channel set #hm2k 114[01:59:05 pm] &lt;(Gonzo\&gt; Tcl error: illegal channel option: 114[02:01:52 pm] &gt; .tcl channel set #hm2k -nocolors[02:01:52 pm] &lt;(Gonzo\&gt; Tcl: </code></pre></div>However, oddly, I was unable to "putlog" anything containing "114".<br><br>Just with a brief look at it does anyone have any suggestions as to what might be the issue?<br><br>I can provide the code, but i figured it might be obvious to someone.<br><br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8177">hm2k</a> — Tue Jan 22, 2008 10:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-02-04T19:41:50-04:00</updated>

		<published>2007-02-04T19:41:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70210#p70210</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70210#p70210"/>
		<title type="html"><![CDATA[botpack help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70210#p70210"><![CDATA[
<blockquote class="uncited"><div>Hi all im using harry botpack from <a href="http://tclscript.com" class="postlink">http://tclscript.com</a> i fixed few errors but i keep on getting </div></blockquote>You "fixed" a few errors? I am sure strikelight will be pleased.<br><br>I suggest you make a post on the <a href="http://www.tclscript.com/cgi-bin/yabb/YaBB.pl" class="postlink">TclScript.com Forums</a> regarding this matter <em class="text-italics">after</em> you reload the original script and not the appropriate errors.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Feb 04, 2007 7:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[flexboy]]></name></author>
		<updated>2026-02-24T18:56:34-04:00</updated>

		<published>2007-02-04T10:38:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70207#p70207</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70207#p70207"/>
		<title type="html"><![CDATA[botpack help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70207#p70207"><![CDATA[
...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8677">flexboy</a> — Sun Feb 04, 2007 10:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2007-02-04T10:22:51-04:00</updated>

		<published>2007-02-04T10:22:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70206#p70206</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70206#p70206"/>
		<title type="html"><![CDATA[botpack help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70206#p70206"><![CDATA[
Try pasting it, Nobody wants to download a script so we can track down a bug .<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Sun Feb 04, 2007 10:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[flexboy]]></name></author>
		<updated>2026-02-24T18:54:35-04:00</updated>

		<published>2007-02-04T05:21:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70205#p70205</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70205#p70205"/>
		<title type="html"><![CDATA[botpack help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70205#p70205"><![CDATA[
...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8677">flexboy</a> — Sun Feb 04, 2007 5:21 am</p><hr />
]]></content>
	</entry>
	</feed>
