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

	<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>2008-01-11T15:35:40-04:00</updated>

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

		<entry>
		<author><name><![CDATA[noobman]]></name></author>
		<updated>2008-01-11T15:35:40-04:00</updated>

		<published>2008-01-11T15:35:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79976#p79976</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79976#p79976"/>
		<title type="html"><![CDATA[ive been reading]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79976#p79976"><![CDATA[
its a good manual, its dificult for me, because i know how to modify and to set eggdrops with tcl, but i dont understand what they say but now i think im learning a bit about tcl. <br>Then i want to ask if what is think is good. Im trying to make that the bot ignores to users whose have +o and only notice to persons who text in channel and still dont have +o : <br><br>if {[isop $chan] == 1} { <br>} else { <br>bind pubm - * pubm:* <br>proc pubm:* {nick host handle chan text} { <br>putserv "NOTICE $nick : Hello, remember that if you still dont have +o, just rejoin the channel and get it, thanks to join us! " <br>} <br>} <br><br>i dont know if what ive made is a good script, if you could modify my script to make it perfectly, thanks. I'd want that after the notice, then the bot ignores the nick for 3200 seconds, but i still dont know how to set that. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9488">noobman</a> — Fri Jan 11, 2008 3:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2008-01-11T10:11:25-04:00</updated>

		<published>2008-01-11T10:11:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79962#p79962</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79962#p79962"/>
		<title type="html"><![CDATA[need a simple script to can give op on join and on text]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79962#p79962"><![CDATA[
seems like a pretty senseless script, since eggdrop already has an autoop function built-in with the +a flag  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Fri Jan 11, 2008 10:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[noobman]]></name></author>
		<updated>2008-01-11T08:56:28-04:00</updated>

		<published>2008-01-11T08:56:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79959#p79959</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79959#p79959"/>
		<title type="html"><![CDATA[ok]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79959#p79959"><![CDATA[
yes , but that scripts are not what i request.<br>i need a script that :<br><br>1) on join = give +o (and have an option to can give +o only to authed users, like ?autoop on , ?autoop auth on , and to can turn it off ?autoop off , ?autoop auth off.<br>2) on text = give a notice that says : Remember that if you rejoin the channel you can get +o and ignores him for 1800 seconds (but only for non op users, i mean that ignores the text of opers because they already have +o.<br>3) on action = the same as the option &gt; 2) &lt; but with actions "/ame".<br><br>it must not notice to who has already +o.<br><br>its for quakenet network.<br><br>Thanks a lot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9488">noobman</a> — Fri Jan 11, 2008 8:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2008-01-10T22:23:31-04:00</updated>

		<published>2008-01-10T22:23:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79948#p79948</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79948#p79948"/>
		<title type="html"><![CDATA[need a simple script to can give op on join and on text]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79948#p79948"><![CDATA[
use wasop <div class="codebox"><p>Code: </p><pre><code>bind JOIN * "#mychannel *" lame:opproc lame:op {n u h c} { if {[wasop $n $c]} {return}  pushmode $c +o $n}</code></pre></div> That was if someone rejoins after being op'ed it wont reop them. But this also wont reop anyone that was an op. untill wait split is over. pretty tricky, but simple solution <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Thu Jan 10, 2008 10:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[noobman]]></name></author>
		<updated>2008-01-10T15:16:31-04:00</updated>

		<published>2008-01-10T15:16:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79939#p79939</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79939#p79939"/>
		<title type="html"><![CDATA[thanks]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79939#p79939"><![CDATA[
no, because i have secure tcl bots, but i need the on text and on action, to privmsg them and remember them they can get +o making /hop and that ignore to opers because they already have @ . thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9488">noobman</a> — Thu Jan 10, 2008 3:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2008-01-10T14:17:49-04:00</updated>

		<published>2008-01-10T14:17:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79935#p79935</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79935#p79935"/>
		<title type="html"><![CDATA[need a simple script to can give op on join and on text]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79935#p79935"><![CDATA[
Sounds like you want a channel where anyone can take it over..<br><div class="codebox"><p>Code: </p><pre><code>bind JOIN * "#mychannel *" lame:opproc lame:op {n u h c} {    pushmode $c +o $n}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Thu Jan 10, 2008 2:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[noobman]]></name></author>
		<updated>2008-01-10T11:27:29-04:00</updated>

		<published>2008-01-10T11:27:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79933#p79933</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79933#p79933"/>
		<title type="html"><![CDATA[need a simple script to can give op on join and on text]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79933#p79933"><![CDATA[
Hi, i'd need a simple script that new players that join my channel get +o, and all who text in the channel or action in the channel (/ame) and still dont have +o, then get a notice or a privmsg with a greeting and telling them they if they rejoin, they can get +o. Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9488">noobman</a> — Thu Jan 10, 2008 11:27 am</p><hr />
]]></content>
	</entry>
	</feed>
