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

	<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>2013-01-22T10:20:49-04:00</updated>

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

		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2013-01-22T10:20:49-04:00</updated>

		<published>2013-01-22T10:20:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100712#p100712</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100712#p100712"/>
		<title type="html"><![CDATA[Need Small Script To Save Connecting Nicks On Server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100712#p100712"><![CDATA[
Believe that's the rough idea, see if it logs anything, and if it needs more work:)<br><div class="codebox"><p>Code: </p><pre><code># set full route and filename ##set the_log_file "/usr/home/spike/connect.log"# set mask(s) to match for lines to save to the log ### note: put each mask on it's own line. ##set the_notc_masks {*Client connecting*}############# end settings #############set the_notc_masks [split [string trim $the_notc_masks] \n]bind raw - NOTICE notc:log:procproc notc:log:proc {from keyword text} {  foreach mask $::the_notc_masks {    if {[string match -nocase $mask $text]} {      set open [open $::the_log_file a]      puts $open $text      close $open      break    }  }  return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Tue Jan 22, 2013 10:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Hero]]></name></author>
		<updated>2012-08-04T04:59:39-04:00</updated>

		<published>2012-08-04T04:59:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99819#p99819</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99819#p99819"/>
		<title type="html"><![CDATA[Need Small Script To Save Connecting Nicks On Server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99819#p99819"><![CDATA[
Hello I Need A Small Script..<br>Client Connecting On My Server And The Format Is: <br>irc.server.com- *** Notice -- Client connecting on port 6667: Abc (~ABC@69.42.218.545) [clients]<br><br>I Need The Bot Save This Line To A File: irc.server.com- *** Notice -- Client connecting on port 6667: Abc (~ABC@69.42.218.545) [clients]<br><br>In Logs.txt Is It Possible?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12019">Hero</a> — Sat Aug 04, 2012 4:59 am</p><hr />
]]></content>
	</entry>
	</feed>
