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

	<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-03-02T10:42:22-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-03-02T10:42:22-04:00</updated>

		<published>2004-03-02T10:42:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34148#p34148</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34148#p34148"/>
		<title type="html"><![CDATA[help on my autovoice script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34148#p34148"><![CDATA[
is it possible to get this to still delete the user if it  got +g on the chan the command is done on? <br>now it will only do -g since the user got +g on the chan<br><br>  set flags "a OR d OR e OR f OR g OR k OR m OR n OR o OR q or v"<br>  foreach channel [channels] { <br>  if {[matchattr $who |$flags $channel]} {<br>  set flags "-g"<br>  chattr $who |$flags $chan<br>  putserv "NOTICE $nick :\002$who\002 has been deleted from autovoice on $chan."<br>  putserv "MODE $chan -v $who"<br>  save<br>  return 0<br>  }<br>  }<br>  deluser $who<br>  putserv "NOTICE $nick :\002$who\002 has been deleted from autovoice on $chan."<br>  putserv "MODE $chan -v $who"<br>  save<br>  return 1<br>}<p>Statistics: Posted by Guest — Tue Mar 02, 2004 10:42 am</p><hr />
]]></content>
	</entry>
	</feed>
