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

	<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>2004-07-27T18:30:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-07-27T18:30:43-04:00</updated>

		<published>2004-07-27T18:30:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39140#p39140</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39140#p39140"/>
		<title type="html"><![CDATA[The command work only no write file ;( help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39140#p39140"><![CDATA[
This is a version of wwwlive i modify the triggers <br>No write File ;(<br><br>HELP, here is the code<br><br><br>set www_lines 0<br><br>bind pub -|- !startlog pub:startlog<br>bind pub -|- !stoplog pub:stoplog<br><br>proc pub:startlog {nick uhost hand chan args } {<br>  www_htmlheader<br>  bind pubm * * www_pubm<br>  bind join * * www_join<br>  bind part * * www_part<br>  bind sign * * www_sign<br>  bind topc * * www_topc<br>  bind mode * * www_mode<br>  bind kick * * www_kick<br>  bind nick * * www_nick<br>  putlog "--&gt; Initializing wwwlive"<br> }  <br> <br>proc pub:stoplog {nick uhost hand chan args } {<br>  unbind pubm * * www_pubm<br>  unbind join * * www_join<br>  unbind part * * www_part<br>  unbind sign * * www_sign<br>  unbind topc * * www_topc<br>  unbind mode * * www_mode<br>  unbind kick * * www_kick<br>  unbind nick * * www_nick<br>  www_htmlheader<br>  global www_file<br>  set fh [open $www_file a]<br>  puts $fh "&lt;h2&gt;LIVE WWW disabled.&lt;/h2&gt;"<br>  close $fh<br>  putlog "--&gt; Stopping wwwlive" <br> }<br><br><br>proc www_pubm {nick uhost hand chan args} {<br> global www_channel<br> if { $chan == $www_channel} {<br> www_newfile<br> set text [lindex $args 0]<br> global www_lines www_file<br> set fh [open $www_file a]<br> puts $fh "\&lt;$nick&gt; $text&lt;br&gt;"<br> close $fh<br> incr www_lines <br>}<br>}<br><br>and more for join part for the bind´s<p>Statistics: Posted by Guest — Tue Jul 27, 2004 6:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-07-27T17:09:52-04:00</updated>

		<published>2004-07-27T17:09:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39138#p39138</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39138#p39138"/>
		<title type="html"><![CDATA[Logfile with Trigger Start and Stop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39138#p39138"><![CDATA[
Hello all,<br><br>im the first time here. <br><br>I want to start the Eggdrop Logging with the command !startlog<br>and to stop with !stoplog<br><br>Anyone any idea?<br><br>Im newbye with TCL Scripting please help me.<br><br>Thx.<br>Offset<p>Statistics: Posted by Guest — Tue Jul 27, 2004 5:09 pm</p><hr />
]]></content>
	</entry>
	</feed>
