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

	<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-12-24T04:22:18-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Gothic-Angel]]></name></author>
		<updated>2002-12-24T04:22:18-04:00</updated>

		<published>2002-12-24T04:22:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14555#p14555</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14555#p14555"/>
		<title type="html"><![CDATA[Channel logging help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14555#p14555"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind notc - "*\[VERBOSE\]*" verbose  proc verbose {nick uhost hand text dest} { putlog "Verbose logged by $nick and was $text"set timestamp [clock format [clock seconds] -format "%H:%m %D"]set file "verb.txt"set fs [open $file a+]puts $fs "$nick $text $timestamp"close $fs}</code></pre></div><br>odd I just wrote this one tonight for myself but have at. <br><br>Logs to /eggdrop/verb.txt<br><br>I may put in a dcc send of the text file, but im still pretty new to tcl sooo. I dunno about all that hehe.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1949">Gothic-Angel</a> — Tue Dec 24, 2002 4:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nexus6]]></name></author>
		<updated>2002-12-23T02:53:02-04:00</updated>

		<published>2002-12-23T02:53:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14514#p14514</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14514#p14514"/>
		<title type="html"><![CDATA[Channel logging help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14514#p14514"><![CDATA[
bind notc - "*\[VERBOSE\]*" procname<br>You can do anything you want when ChanServ sends verbose notice just get a clue - read tcl-commands.doc and  remember to check whether notice is done by ChanServ in proc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1850">Nexus6</a> — Mon Dec 23, 2002 2:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-12-22T21:30:50-04:00</updated>

		<published>2002-12-22T21:30:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14509#p14509</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14509#p14509"/>
		<title type="html"><![CDATA[Channel logging help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14509#p14509"><![CDATA[
Here is what I need a little help with. ChanServ on DALnet will send a notice to the ops whenever a change is made to the aop/sop/akick list. What i was wondering is if someone could give me some ideas as to making this script.<p>Statistics: Posted by Guest — Sun Dec 22, 2002 9:30 pm</p><hr />
]]></content>
	</entry>
	</feed>
