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

	<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>2001-11-19T01:30:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2001-11-19T01:30:00-04:00</updated>

		<published>2001-11-19T01:30:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1772#p1772</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1772#p1772"/>
		<title type="html"><![CDATA[on-join & +autop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1772#p1772"><![CDATA[
oops, thats "drunk" not "druck" and it is quite obvious, isnt it? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Mon Nov 19, 2001 1:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2001-11-19T01:30:00-04:00</updated>

		<published>2001-11-19T01:30:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1771#p1771</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1771#p1771"/>
		<title type="html"><![CDATA[on-join & +autop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1771#p1771"><![CDATA[
Try this, its untested and i'm druck, but it should work <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><br><div class="codebox"><p>Code: </p><pre><code># Set P's hostmask here.set p_host "P!*@*"# Set the channels you want this script to work on here.set p_channels "#channel1 #channel2"# code starts here #bind join - $p_host p_joinbind part - $p_host p_partproc p_join {nick uhost hand chan} {channel set $chan -autoop}proc p_part {nick uhost hand chan} {channel set $chan +autoop}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Mon Nov 19, 2001 1:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2001-11-19T01:30:00-04:00</updated>

		<published>2001-11-19T01:30:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1770#p1770</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1770#p1770"/>
		<title type="html"><![CDATA[on-join & +autop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1770#p1770"><![CDATA[
Try this, its untested and i'm druck, but it should work <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><br><div class="codebox"><p>Code: </p><pre><code># Set P's hostmask here.set p_host "P!*@*"# Set the channels you want this script to work on here.set p_channels "#channel1 #channel2"# code starts here #bind join - $p_host p_joinbind part - $p_host p_partproc p_join {nick uhost hand chan} {channel set $chan -autoop}proc p_part {nick uhost hand chan} {channel set $chan +autoop}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Mon Nov 19, 2001 1:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-18T07:08:00-04:00</updated>

		<published>2001-11-18T07:08:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1751#p1751</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1751#p1751"/>
		<title type="html"><![CDATA[on-join & +autop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1751#p1751"><![CDATA[
see help on PART and JOIN and chanset in tcl-commands.doc<br><br><p>Statistics: Posted by Guest — Sun Nov 18, 2001 7:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-21T21:15:00-04:00</updated>

		<published>2001-10-21T21:15:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=941#p941</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=941#p941"/>
		<title type="html"><![CDATA[on-join & +autop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=941#p941"><![CDATA[
i need help with a script.<br>using <a href="http://www.planetarion.com" class="postlink">http://www.planetarion.com</a> and the chanserv bot P<br>in order to be op in a channel u have to be logged into him .<br>however more recently this bot keeps d/cing<br><br>so i have setup a channel op bot<br><br>what i need is a script.. <br>that when P is in the channel . my bot has chanset -autoop<br>and when P leaves/quits the channel<br>it does chanset +autoop<br><br>is this possible. and if so..... who do i talk to <p>Statistics: Posted by Guest — Sun Oct 21, 2001 9:15 pm</p><hr />
]]></content>
	</entry>
	</feed>
