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

	<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>2003-03-25T16:24:06-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-25T16:24:06-04:00</updated>

		<published>2003-03-25T16:24:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18244#p18244</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18244#p18244"/>
		<title type="html"><![CDATA[+a protect chan mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18244#p18244"><![CDATA[
From what I understand, it may well be eggdrop stirpping the +a channel mode awya, because it doe not know what it means.<br><br>Try using the likes of puthelp or putserv commands.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Mar 25, 2003 4:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-03-25T15:12:14-04:00</updated>

		<published>2003-03-25T15:12:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18239#p18239</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18239#p18239"/>
		<title type="html"><![CDATA[+a protect chan mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18239#p18239"><![CDATA[
is the code i got so far <br><br><br>setudef flag aprotect <br><br>bind join y * a:protect <br><br>proc a:protect {nick uhost handle channel} { <br>  global botnick <br>  if {[lsearch -exact [channel info $channel] -aprotect] != -1 || ![botisop $channel]} { return } <br>  pushmode $channel +a $nick <br>}<p>Statistics: Posted by Guest — Tue Mar 25, 2003 3:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-03-25T14:29:51-04:00</updated>

		<published>2003-03-25T14:29:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18238#p18238</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18238#p18238"/>
		<title type="html"><![CDATA[+a protect chan mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18238#p18238"><![CDATA[
i am trying to make a script that  when i add a chattr nick +y on egg. when the person joins the channel it make a channel flag +a for that user/op/halfop <br><br>here is code i have so  far  seems not to work <br><br>setudef flag aprotect <br><br>bind join y * a:protect <br><br>proc a:protect {nick uhost handle channel} { <br>  global botnick <br>  if {[lsearch -exact [channel info $channel] -freevoice] != -1 || ![botisop $channel]} { return } <br>  pushmode $channel +a $nick <br>}<p>Statistics: Posted by Guest — Tue Mar 25, 2003 2:29 pm</p><hr />
]]></content>
	</entry>
	</feed>
