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

	<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>2010-03-30T14:48:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nixi]]></name></author>
		<updated>2010-03-30T14:48:51-04:00</updated>

		<published>2010-03-30T14:48:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92650#p92650</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92650#p92650"/>
		<title type="html"><![CDATA[notify script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92650#p92650"><![CDATA[
I ve got that tcl from this page :<br><br><a href="http://forum.egghelp.org/viewtopic.php?t=2396" class="postlink">http://forum.egghelp.org/viewtopic.php?t=2396</a><br><br>thanks for your attention<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11154">nixi</a> — Tue Mar 30, 2010 2:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nixi]]></name></author>
		<updated>2010-03-30T10:26:36-04:00</updated>

		<published>2010-03-30T10:26:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92642#p92642</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92642#p92642"/>
		<title type="html"><![CDATA[notify script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92642#p92642"><![CDATA[
Hi all of you<br><br>Can anyone of you tell me why doesn't this code work ?<div class="codebox"><p>Code: </p><pre><code>set ntfy_nickstocheck {EngineerDeveloperTesterMapherick}proc ntfy_settimer {args} {  timer 5 ntfy_check}proc ntfy_check {args} {  global ntfy_nickstocheck  set intc [join $ntfy_nickstocheck]  putserv "ISON $intc"  ntfy_settimer}proc ntfy_process {from keyw args} {  global ntfy_nickstocheck  set ionl [split [lindex [split [lindex $args 0] ":"] 1]]  foreach nick $ionl {lappend ionll [string tolower $nick]}  foreach nick $ntfy_nickstocheck {    if {[lsearch $ionll [string tolower $nick]] == -1} {      lappend iofl $nick    }  }  putlog "NTFY: ONLINE: [join $ionl]"  putlog "NTFY: OFFLINE: $iofl"}bind raw - 303 ntfy_process</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11154">nixi</a> — Tue Mar 30, 2010 10:26 am</p><hr />
]]></content>
	</entry>
	</feed>
