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

	<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-11-29T00:13:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-11-29T00:13:47-04:00</updated>

		<published>2004-11-29T00:13:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43234#p43234</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43234#p43234"/>
		<title type="html"><![CDATA[relay script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43234#p43234"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind raw - JOIN foobind raw - PART foobind raw - NICK foobind raw - KICK foobind raw - MODE fooproc foo {f k t} {  set t [split [string trimleft $t :]]  switch $k {    "JOIN" {set s "$f has joined [join $t]"}    "PART" {set s "$f has parted [join $t]"}    "NICK" {set s "$f is now known as [lindex $t 0]"}    "KICK" {set s "$f has kicked [lindex $t 1] off [lindex $t 0] [join [lrange $t 2 e]]"}    "MODE" {set s "$f sets mode on [lindex $t 0]: [join [lrange $t 1 e]]"}  }  puthelp "privmsg #operchan :$s"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Nov 29, 2004 12:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ribbon]]></name></author>
		<updated>2004-10-24T05:16:17-04:00</updated>

		<published>2004-10-24T05:16:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42140#p42140</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42140#p42140"/>
		<title type="html"><![CDATA[relay script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42140#p42140"><![CDATA[
i'm looking for a tcl that show al the join/part/nick change/kick/ban of multi channels into a operator chan.<br><br>something like this:<br>#chan1 : nick1 has quit IRC (Ping timeout)<br><br>Tnx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5133">ribbon</a> — Sun Oct 24, 2004 5:16 am</p><hr />
]]></content>
	</entry>
	</feed>
