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

	<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-09T10:42:23-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-10-09T10:42:23-04:00</updated>

		<published>2002-10-09T10:42:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11838#p11838</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11838#p11838"/>
		<title type="html"><![CDATA[too many arguments in wwwlive]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11838#p11838"><![CDATA[
I suggest u take a look in the tcl-commands.doc in the /doc dir on your eggdrop... look at the different bind-commands<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Wed Oct 09, 2002 10:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-09T09:47:56-04:00</updated>

		<published>2002-10-09T09:47:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11837#p11837</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11837#p11837"/>
		<title type="html"><![CDATA[one more problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11837#p11837"><![CDATA[
&lt;spell&gt; [16:46] Tcl error [www_part]: called "www_part" with too many arguments<br><br>how can i repair this error<p>Statistics: Posted by Guest — Wed Oct 09, 2002 9:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-10-08T08:59:16-04:00</updated>

		<published>2002-10-08T08:59:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11796#p11796</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11796#p11796"/>
		<title type="html"><![CDATA[too many arguments in wwwlive]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11796#p11796"><![CDATA[
The in effect this does the job, it will change the output given by the script.<br><br>Instead of saying "*** Mode change +o BLAH by BLAH on BLAH", the simple change made, will make it "*** Mode change +o by BLAH on BLAH".<br><br>To restore original functionality, instead of<div class="codebox"><p>Code: </p><pre><code>proc www_mode {nick host hand chan mc} { global www_channel</code></pre></div>use<div class="codebox"><p>Code: </p><pre><code>proc www_mode {nick host hand chan mc victim} { global www_channelset mc "$mc $victim"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Oct 08, 2002 8:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-10-08T05:40:02-04:00</updated>

		<published>2002-10-08T05:40:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11795#p11795</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11795#p11795"/>
		<title type="html"><![CDATA[too many arguments in wwwlive]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11795#p11795"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc www_mode {nick host hand chan mc} {</code></pre></div>should be:<div class="codebox"><p>Code: </p><pre><code>proc www_mode {nick host hand chan mc victim} {</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Tue Oct 08, 2002 5:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-08T05:25:05-04:00</updated>

		<published>2002-10-08T05:25:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11794#p11794</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11794#p11794"/>
		<title type="html"><![CDATA[too many arguments in wwwlive]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11794#p11794"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set www_channel "#naselo"set www_file "/home/Vizor/public_html/log.html"set www_title "roots live wwwgateway"set www_bgcolor "#ffffff"set www_fgcolor "#000000"putlog "--- wwwlive 1.0 by --&gt; roots &lt;-- loaded ---"putlog "--- type .wwwlive help to get some help ---"set www_lines 0proc init {hand idx mode} { if {$mode == "on"} {  www_htmlheader  bind pubm * * www_pubm  bind join * * www_join  bind part * * www_part  bind sign * * www_sign  bind topc * * www_topc  bind mode * * www_mode  bind kick * * www_kick  bind nick * * www_nick  putlog "--&gt; Initializing wwwlive" } if {$mode == "off"} {  unbind pubm * * www_pubm  unbind join * * www_join  bind part * * www_part  bind sign * * www_sign  bind topc * * www_topc  bind mode * * www_mode  bind kick * * www_kick  bind nick * * www_nick  putlog "--&gt; Initializing wwwlive" } if {$mode == "off"} {  unbind pubm * * www_pubm  unbind join * * www_join  unbind part * * www_part  unbind sign * * www_sign  unbind topc * * www_topc  unbind mode * * www_mode  unbind kick * * www_kick  unbind nick * * www_nick  www_htmlheader  global www_file  set fh [open $www_file a]  puts $fh "&lt;h2&gt;LIVE WWW disabled.&lt;/h2&gt;"  close $fh  putlog "--&gt; Stopping wwwlive" } if {$mode == "help"} {  putlog "--&gt; wwwlive help ... the commands :"  putlog " .wwwlive on - turns on the gateway to the www"  putlog " .wwwlive off - turns if off"  putlog " .wwwlive help - shows this help" }}proc www_pubm {nick uhost hand chan args} { global www_channel if { $chan == $www_channel} { www_newfile set text [lindex $args 0] global www_lines www_file set fh [open $www_file a] puts $fh "\&lt;$nick&gt; $text&lt;br&gt;" close $fh incr www_lines}}proc www_pubm {nick uhost hand chan args} { global www_channel if { $chan == $www_channel} { www_newfile set text [lindex $args 0] global www_lines www_file set fh [open $www_file a] puts $fh "\&lt;$nick&gt; $text&lt;br&gt;" close $fh incr www_lines}}proc www_join {nick host hand chan} { global www_channel if { $chan == $www_channel} { www_newfile global www_lines www_file set fh [open $www_file a] puts $fh "*** $nick ($host) has joined $chan&lt;br&gt;" close $fh incr www_lines}}proc www_part {nick host hand chan} { global www_channel if {$chan == $www_channel} { www_newfile global www_lines www_file set fh [open $www_file a] puts $fh "*** $nick ($host) has left $chan&lt;br&gt;" close $fh incr www_lines}}proc www_sign {nick host hand chan reason} { global www_channel if {$chan == $www_channel} { www_newfile global www_lines www_file set text [lindex $reason 0] set fh [open $www_file a] puts $fh "*** $nick ($host) has quit irc ($text)&lt;br&gt;" close $fh incr www_lines}}proc www_topc {nick host hand chan topc} { global www_channel if {$chan == $www_channel} { www_newfile global www_lines www_file set fh [open $www_file a] puts $fh "*** roots has changed the topic on $chan to $topc&lt;br&gt;" close $fh incr www_lines}}proc www_mode {nick host hand chan mc} { global www_channel if {$chan == $www_channel} { www_newfile global www_lines www_file set fh [open $www_file a] puts $fh "*** Mode change $mc on $chan by $nick&lt;br&gt;" close $fh incr www_lines}}proc www_kick {nick host hand chan kn kr} { global www_channel if {$chan == $www_channel} { www_newfile global www_lines www_file set fh [open $www_file a] puts $fh "*** $kn has been kicked off $chan by $nick ($kr)&lt;br&gt;" close $fh incr www_lines}}proc www_nick {nick host hand chan newnick} { global www_channel if {$chan == $www_channel} { www_newfile global www_lines www_file set fh [open $www_file a] puts $fh "*** $nick is now known as $newnick&lt;br&gt;" close $fh incr www_lines}}proc www_newfile {} { global www_lines if {$www_lines &gt;25} {  www_htmlheader  set www_lines 0 }}proc www_htmlheader {} { global www_file global www_title www_bgcolor www_fgcolor set fh [open $www_file w] puts $fh "&lt;html&gt;&lt;head&gt;&lt;title&gt;$www_title&lt;/title&gt;" puts $fh "&lt;meta http-equiv=refresh content=5; url=log.html&gt;&lt;/head&gt;" puts $fh "&lt;body bgcolor=\"$www_bgcolor\" text=\"$www_fgcolor\"&gt;&lt;tt&gt;" close $fh}bind dcc n wwwlive init</code></pre></div>&lt;spell&gt; [12:16] #naselo: mode change '+o Vizor' by CS!<a href="mailto:ChanServ@UniBG.services">ChanServ@UniBG.services</a><br>&lt;spell&gt; [12:16] Tcl error [www_mode]: called "www_mode" with too many arguments<br><br>only joins topics and pubms works<br>nothing else...<br><br>where is the error<p>Statistics: Posted by Guest — Tue Oct 08, 2002 5:25 am</p><hr />
]]></content>
	</entry>
	</feed>
