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

	<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-04-23T09:19:27-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Doom]]></name></author>
		<updated>2004-04-23T09:19:27-04:00</updated>

		<published>2004-04-23T09:19:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35781#p35781</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35781#p35781"/>
		<title type="html"><![CDATA[to make all notices from #channel be logged?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35781#p35781"><![CDATA[
<blockquote class="uncited"><div>add return 1 on the bottom<br><br>so hmm why don't u just bind to raw and then log every notice add return 1 on the bottom cause from what i understand this script only logs channel notices as you requested ..?</div></blockquote>ok sorry then..i meant notices that have with channel to do..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3364">Doom</a> — Fri Apr 23, 2004 9:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-04-22T07:48:02-04:00</updated>

		<published>2004-04-22T07:48:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35770#p35770</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35770#p35770"/>
		<title type="html"><![CDATA[to make all notices from #channel be logged?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35770#p35770"><![CDATA[
add return 1 on the bottom<br><br>so hmm why don't u just bind to raw and then log every notice add return 1 on the bottom cause from what i understand this script only logs channel notices as you requested ..?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Thu Apr 22, 2004 7:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Doom]]></name></author>
		<updated>2004-04-21T16:00:04-04:00</updated>

		<published>2004-04-21T16:00:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35763#p35763</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35763#p35763"/>
		<title type="html"><![CDATA[to make all notices from #channel be logged?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35763#p35763"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>bind notc - * my:noticeproc my:notice {nick uhost hand text dest} {  if {[isbotnick $dest] || ![string equal -nocase "#channel" $dest]} {     return  }  set f [open notices.txt a]  puts $f $text  close $f}</code></pre></div></div></blockquote>this worx if someone /notice #channel...but i want it to log every /chanserv notice also...i.e <br>[21:58:34] -ChanServ:@#chann- [VERBOSE] <a href="mailto:hi@fbx.net">hi@fbx.net</a> =&gt; unban #chan*!*@*aj*<br>and when someone removes/adds aop...etc..<br>and it would be good if it showed the nick who Noticed chan..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3364">Doom</a> — Wed Apr 21, 2004 4:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-04-21T15:16:55-04:00</updated>

		<published>2004-04-21T15:16:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35761#p35761</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35761#p35761"/>
		<title type="html"><![CDATA[to make all notices from #channel be logged?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35761#p35761"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind notc - * my:noticeproc my:notice {nick uhost hand text dest} {  if {[isbotnick $dest] || ![string equal -nocase "#channel" $dest]} {     return  }  set f [open notices.txt a]  puts $f $text  close $f}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed Apr 21, 2004 3:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Doom]]></name></author>
		<updated>2004-04-21T13:04:12-04:00</updated>

		<published>2004-04-21T13:04:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35759#p35759</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35759#p35759"/>
		<title type="html"><![CDATA[to make all notices from #channel be logged?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35759#p35759"><![CDATA[
to make all notices from #channel be logged and then save them in some file as channelnotices .. ??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3364">Doom</a> — Wed Apr 21, 2004 1:04 pm</p><hr />
]]></content>
	</entry>
	</feed>
