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

	<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>2006-01-05T22:15:24-04:00</updated>

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

		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2006-01-05T22:15:24-04:00</updated>

		<published>2006-01-05T22:15:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59109#p59109</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59109#p59109"/>
		<title type="html"><![CDATA[del flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59109#p59109"><![CDATA[
GooD!! Thx <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=7153">pilouuu</a> — Thu Jan 05, 2006 10:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2006-01-05T06:38:40-04:00</updated>

		<published>2006-01-05T06:38:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59058#p59058</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59058#p59058"/>
		<title type="html"><![CDATA[del flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59058#p59058"><![CDATA[
you could use<br><div class="codebox"><p>Code: </p><pre><code>chattr [nick2hand $nick] |-[lindex [split [chattr [nick2hand $nick] $chan] |] 1] $chan</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Thu Jan 05, 2006 6:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2006-01-05T06:24:40-04:00</updated>

		<published>2006-01-05T06:24:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59057#p59057</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59057#p59057"/>
		<title type="html"><![CDATA[del flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59057#p59057"><![CDATA[
thx for help<br><br>The bot alway not delete flags<br><br>thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7153">pilouuu</a> — Thu Jan 05, 2006 6:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-01-04T20:56:39-04:00</updated>

		<published>2006-01-04T20:56:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59047#p59047</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59047#p59047"/>
		<title type="html"><![CDATA[del flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59047#p59047"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>chattr $nick |-jlmnoptxvV $chan</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Jan 04, 2006 8:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2006-01-04T18:17:21-04:00</updated>

		<published>2006-01-04T18:17:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59037#p59037</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59037#p59037"/>
		<title type="html"><![CDATA[del flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59037#p59037"><![CDATA[
Type !deluser nick the bot del all flags user in the chan (chan or orders it was to type)<br><div class="codebox"><p>Code: </p><pre><code>## !DELUSER &lt;nick&gt;proc pub_lol_deluser {me b c chan arg} {set arg [charfilter $arg]global lol botnickif {![check $c $me $b]} {if {$lol(silent) == 1 || [checksilent $c]} {return 0}                puthelp "NOTICE $me :Please auth you."return 0}if {[llength $arg] != 1} {puthelp "NOTICE $me :\002try:\002 [string trim $lol(cmdchar)]deluser &lt;nick&gt;"return 0}set nick [lindex $arg 0]set bot [strlwr $botnick]set hand [nick2hand $nick $chan]if {![onchan $nick $chan]} {                puthelp "NOTICE $me :$nick not in $chan."return 0}if {[strlwr $nick] == $bot} {                puthelp "NOTICE $me :Error!!! acces denied"return 0}if {[getting-users]} {                puthelp "NOTICE $me :Error!!! try again"return 0}if {![validuser $hand]} {puthelp "NOTICE $me :Error!!!not found"return 0}if {[matchattr $hand n]} {puthelp "NOTICE $me :Error!!! acces denied."return 0}chattr $nick -jlmnoptxvV $chanif {[botisop $chan]} {pushmode $chan -ov $nick}return 0}</code></pre></div>the bot no delete flag.please or is the error thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7153">pilouuu</a> — Wed Jan 04, 2006 6:17 pm</p><hr />
]]></content>
	</entry>
	</feed>
