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

	<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-10-27T17:50:01-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Illidan]]></name></author>
		<updated>2002-10-27T17:50:01-04:00</updated>

		<published>2002-10-27T17:50:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12485#p12485</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12485#p12485"/>
		<title type="html"><![CDATA[Channel desync mode help pls]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12485#p12485"><![CDATA[
so is my coding right this way?<br><br>set spam-leaf-file "/usr/home/deron/eggdrop/leafspam"<br><br>bind mode - "-o" do_cycle<br>bind mode - "-l" do_cycle<br><br>proc do_cycle {nick uhost hand chan mode victim} {<br>  set chan [string tolower $chan]<br>  set uhost [string tolower $uhost]<br>  if {$nick == "" &amp;&amp; uhost == "*.services.org" &amp;&amp; $victim == "$botnick"} {<br>      putserv "PART $chan"<br>      putserv "JOIN $chan"<br>      set file [open ${spam-leaf-file} a+]<br>      puts $file $data<br>      close $file    <br>  }<br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2097">Illidan</a> — Sun Oct 27, 2002 5:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-10-26T08:13:46-04:00</updated>

		<published>2002-10-26T08:13:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12392#p12392</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12392#p12392"/>
		<title type="html"><![CDATA[Channel desync mode help pls]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12392#p12392"><![CDATA[
There is no need to use a RAW bind.<br><br>You can use the MODE bind. This is documented in tcl-commands.doc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat Oct 26, 2002 8:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Illidan]]></name></author>
		<updated>2002-10-26T01:53:08-04:00</updated>

		<published>2002-10-26T01:53:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12381#p12381</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12381#p12381"/>
		<title type="html"><![CDATA[Channel desync mode help pls]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12381#p12381"><![CDATA[
Hi,<br><br>Take a look at this<br><br>[13:44] *** Panda sets mode: +o Desto<br>[13:44] *** irc.server.net sets mode: -o Desto<br><br>irc.server.net is a irc server and whenever my bot op someone the server will auto-deop it. I want to create a simple bind raw to it so that when the irc server deop the user, my bot knows that it need a cycle of channel. <br><br>How do we bind it?<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2097">Illidan</a> — Sat Oct 26, 2002 1:53 am</p><hr />
]]></content>
	</entry>
	</feed>
