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

	<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-12-25T00:29:13-04:00</updated>

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

		<entry>
		<author><name><![CDATA[gumbydammit]]></name></author>
		<updated>2003-12-25T00:29:13-04:00</updated>

		<published>2003-12-25T00:29:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31773#p31773</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31773#p31773"/>
		<title type="html"><![CDATA[unbind command inactive for a chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31773#p31773"><![CDATA[
umm chanset is an owner command.. real simple solution.. dont make people owner of your bot if you think they are silly enough to set channels inactive in some lame takeover attempt lol.. obviously these people are not trustworthy enough to have +n #chan<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1870">gumbydammit</a> — Thu Dec 25, 2003 12:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-12-24T17:10:12-04:00</updated>

		<published>2003-12-24T17:10:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31768#p31768</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31768#p31768"/>
		<title type="html"><![CDATA[unbind command inactive for a chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31768#p31768"><![CDATA[
The disable the commands except certain users using something like this:<div class="codebox"><p>Code: </p><pre><code># What users (theyr handle aka. under what name they are known by the bot) to be allowed to use the commands?set allowed "bla foo bar" bind filt - ".chanset *" dcc:allowbind filt - ".*chan *" dcc:allowproc dcc:allow {idx args} {   global allowed   set usernick [idx2hand $idx]  if {[lindex $args 1] == ""} {     set icmd [lindex $args 0]    set args "$icmd "  }  if {[lsearch -exact [string tolower $allowed] [string tolower $usernick]] == -1} {    putdcc $idx "What? You need '.help'"    } else {    return $args  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed Dec 24, 2003 5:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[daltanius]]></name></author>
		<updated>2003-12-24T15:38:51-04:00</updated>

		<published>2003-12-24T15:38:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31764#p31764</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31764#p31764"/>
		<title type="html"><![CDATA[I want DISABLE the chanflag +inactive]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31764#p31764"><![CDATA[
I want DISABLE the chanflag +inactive  because some users not know join on mine bots and have tried take mine chan with command : .-chan #chan and .chanset +inactive #chan <br><br>thx<br>Daltanius<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4137">daltanius</a> — Wed Dec 24, 2003 3:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-12-22T09:10:39-04:00</updated>

		<published>2003-12-22T09:10:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31688#p31688</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31688#p31688"/>
		<title type="html"><![CDATA[Re: chanset #channel +/-inactive]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31688#p31688"><![CDATA[
<blockquote class="uncited"><div>I want unbind this command : .chanset #channel +/-inactive </div></blockquote>you mean you want to DISABLE the chanflag +inactive ?<br>if yes : you would have to redo the .chanset command (or check if a chan has +inactive with a timer)<br>but i dont get why you would want that....as said, if you dont want it dont use it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Mon Dec 22, 2003 9:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[daltanius]]></name></author>
		<updated>2003-12-22T06:07:03-04:00</updated>

		<published>2003-12-22T06:07:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31683#p31683</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31683#p31683"/>
		<title type="html"><![CDATA[chanset #channel +/-inactive]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31683#p31683"><![CDATA[
I want unbind this command : .chanset #channel +/-inactive <br><br><br>thx<br><br>Dalanius<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4137">daltanius</a> — Mon Dec 22, 2003 6:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gumbydammit]]></name></author>
		<updated>2003-12-22T03:52:44-04:00</updated>

		<published>2003-12-22T03:52:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31681#p31681</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31681#p31681"/>
		<title type="html"><![CDATA[unbind command inactive for a chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31681#p31681"><![CDATA[
i think he means like deludef altho im not sure why you would want to delete that channel flag.. simply dont use it if you dont like it <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=1870">gumbydammit</a> — Mon Dec 22, 2003 3:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-12-22T02:21:24-04:00</updated>

		<published>2003-12-22T02:21:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31678#p31678</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31678#p31678"/>
		<title type="html"><![CDATA[unbind command inactive for a chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31678#p31678"><![CDATA[
i'm sorry, could you make the question a little bit more specific ?<br><br>do you mean the chanflag +/-inactive ? .chanset #channel +/-inactive<br><br>or do you want to disable a trigger for a special channel ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Mon Dec 22, 2003 2:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[daltanius]]></name></author>
		<updated>2003-12-21T18:33:18-04:00</updated>

		<published>2003-12-21T18:33:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31675#p31675</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31675#p31675"/>
		<title type="html"><![CDATA[unbind command inactive for a chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31675#p31675"><![CDATA[
Dear Sirs,<br>i want unbind command inactive for a chan.<br>Can i do this?<br><br>thx<br>Dalatanius<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4137">daltanius</a> — Sun Dec 21, 2003 6:33 pm</p><hr />
]]></content>
	</entry>
	</feed>
