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

	<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-06-11T06:21:04-04:00</updated>

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

		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2008-04-27T14:48:01-04:00</updated>

		<published>2008-04-27T14:48:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82574#p82574</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82574#p82574"/>
		<title type="html"><![CDATA[Channel +k [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82574#p82574"><![CDATA[
was great, sure you'll get the hang of it. dont give up! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Sun Apr 27, 2008 2:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2008-04-27T09:46:44-04:00</updated>

		<published>2008-04-27T09:46:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82564#p82564</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82564#p82564"/>
		<title type="html"><![CDATA[Channel +k [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82564#p82564"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>chanset $chan chanmode +nt</div></blockquote> should be <div class="codebox"><p>Code: </p><pre><code>channel set $chan chanmode +nt</code></pre></div></div></blockquote>Thanks, I edited the script... not to bad on my part im learning  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Sun Apr 27, 2008 9:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2008-04-27T03:06:09-04:00</updated>

		<published>2008-04-27T03:06:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82560#p82560</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82560#p82560"/>
		<title type="html"><![CDATA[Channel +k [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82560#p82560"><![CDATA[
<blockquote class="uncited"><div>chanset $chan chanmode +nt</div></blockquote> should be <div class="codebox"><p>Code: </p><pre><code>channel set $chan chanmode +nt</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Sun Apr 27, 2008 3:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2008-04-27T09:44:41-04:00</updated>

		<published>2008-04-26T23:56:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82559#p82559</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82559#p82559"/>
		<title type="html"><![CDATA[Channel +k [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82559#p82559"><![CDATA[
Maybe something like this? (dunno if it works I just put it together, not sure bout $chan part might have to put room name) <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> <br><div class="codebox"><p>Code: </p><pre><code>bind pub -|- !nt proc_ntproc proc_nt { nick uhost hand chan text } {  putquick "PRIVMSG $chan :Done.."  channel set $chan chanmode +nt}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Sat Apr 26, 2008 11:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-04-26T11:39:07-04:00</updated>

		<published>2008-04-26T11:39:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82546#p82546</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82546#p82546"/>
		<title type="html"><![CDATA[Channel +k [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82546#p82546"><![CDATA[
The global-chanmode setting won't affect the already saved channel-specific setting, you must use the .chanset DCC command (or use a script that can modify this setting).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Apr 26, 2008 11:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2008-04-26T09:53:26-04:00</updated>

		<published>2008-04-26T09:53:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82544#p82544</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82544#p82544"/>
		<title type="html"><![CDATA[Channel +k [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82544#p82544"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set global-chanmode "nt"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Sat Apr 26, 2008 9:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[holycrap]]></name></author>
		<updated>2008-04-26T07:19:47-04:00</updated>

		<published>2008-04-26T07:19:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82542#p82542</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82542#p82542"/>
		<title type="html"><![CDATA[Channel +k [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82542#p82542"><![CDATA[
.chanset #channel chanmode +nt<br><br>The above was the default, it still doesn't work. What I'm I doing wrong? The server won't allowed me to use dcc commands. How do I edited the *.conf file?<br><br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9651">holycrap</a> — Sat Apr 26, 2008 7:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-04-26T04:35:19-04:00</updated>

		<published>2008-04-26T04:35:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82539#p82539</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82539#p82539"/>
		<title type="html"><![CDATA[Channel +k [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82539#p82539"><![CDATA[
<blockquote class="uncited"><div>.chanset #channel chanmode +nt</div></blockquote>Don't mention the k mode at all.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Apr 26, 2008 4:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[holycrap]]></name></author>
		<updated>2008-06-11T06:21:04-04:00</updated>

		<published>2008-04-26T03:25:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82538#p82538</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82538#p82538"/>
		<title type="html"><![CDATA[Channel +k [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82538#p82538"><![CDATA[
Does anyone know how to disable the eggdrop bot so that it doesn't mess with the +k mode?  Everytime I set a key, it keeps -k on it.  I don't want to set a key all the time, just only sometimes.<br><br>I have this for channel mode.<br><br>chanmode "+ntk"<br><br>set global-chanmode "ntk"<br><br>Thanks Guys!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9651">holycrap</a> — Sat Apr 26, 2008 3:25 am</p><hr />
]]></content>
	</entry>
	</feed>
