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

	<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-11-09T09:59:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-11-09T09:59:45-04:00</updated>

		<published>2004-11-09T09:59:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42608#p42608</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42608#p42608"/>
		<title type="html"><![CDATA[Help with script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42608#p42608"><![CDATA[
No i'd go with <br><div class="codebox"><p>Code: </p><pre><code>    putserv "adminserv :security nochan add $no_chan_chan $no_chan_reason" </code></pre></div>as adminserv is command and the rest is just what you fill in :p<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Tue Nov 09, 2004 9:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-11-09T07:41:11-04:00</updated>

		<published>2004-11-09T07:41:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42604#p42604</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42604#p42604"/>
		<title type="html"><![CDATA[Help with script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42604#p42604"><![CDATA[
I think this is what is suggested:<div class="codebox"><p>Code: </p><pre><code>bind pub - !no_chan no_chan proc no_chan {n u h c t} {   if {[string tolower $c] == "#services"} {     set t [split $t]; set no_chan_chan [lindex $t 0]     set no_chan_reason [lindex $t 1]     putserv "adminserv security nochan add $no_chan_chan :$no_chan_reason"  } }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Nov 09, 2004 7:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[S]]></name></author>
		<updated>2004-11-08T23:42:26-04:00</updated>

		<published>2004-11-08T23:42:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42600#p42600</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42600#p42600"/>
		<title type="html"><![CDATA[Help with script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42600#p42600"><![CDATA[
I don't understand!?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5627">S</a> — Mon Nov 08, 2004 11:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-11-08T18:51:52-04:00</updated>

		<published>2004-11-08T18:51:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42597#p42597</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42597#p42597"/>
		<title type="html"><![CDATA[Help with script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42597#p42597"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>putserv "adminserv security nochan add $no_chan_chan $no_chan_reason"</code></pre></div></div></blockquote>he probably needs a ':' before the reason; ircd command handlers normally need that in order to be able to recognize white space as part of a string, not as parameter separator<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Nov 08, 2004 6:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-11-08T14:26:42-04:00</updated>

		<published>2004-11-08T14:26:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42594#p42594</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42594#p42594"/>
		<title type="html"><![CDATA[Help with script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42594#p42594"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>putserv "adminserv security nochan add $no_chan_chan $no_chan_reason"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Mon Nov 08, 2004 2:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[S]]></name></author>
		<updated>2004-11-08T14:25:09-04:00</updated>

		<published>2004-11-08T14:25:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42593#p42593</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42593#p42593"/>
		<title type="html"><![CDATA[Help with script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42593#p42593"><![CDATA[
How I can it do without timer?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5627">S</a> — Mon Nov 08, 2004 2:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-11-08T10:42:26-04:00</updated>

		<published>2004-11-08T10:42:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42592#p42592</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42592#p42592"/>
		<title type="html"><![CDATA[Help with script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42592#p42592"><![CDATA[
it is<br><br>in this case you don't need a timer though, since you are issuing a single command<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Nov 08, 2004 10:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-11-08T10:41:19-04:00</updated>

		<published>2004-11-08T10:41:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42591#p42591</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42591#p42591"/>
		<title type="html"><![CDATA[Help with script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42591#p42591"><![CDATA[
Why don't you just test it yourself?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Mon Nov 08, 2004 10:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[S]]></name></author>
		<updated>2004-11-08T09:16:00-04:00</updated>

		<published>2004-11-08T09:16:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42590#p42590</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42590#p42590"/>
		<title type="html"><![CDATA[Help with script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42590#p42590"><![CDATA[
Is that right?<br><br>[mIRC-Code]<div class="codebox"><p>Code: </p><pre><code>on *:TEXT:!no_chan*:#services:{  set %no_chan_chan $2  set %no_chanrs $3  /as security nochan add %no_chan %no_chanrs  unset %no_chan_chan  unset %no_chanrs}</code></pre></div><br>[TCL-Code]<div class="codebox"><p>Code: </p><pre><code>bind pub - !no_chan no_chanproc no_chan {n u h c t} {  if {[string tolower $c] == "#services"} {    set t [split $t]; set no_chan_chan [lindex $t 0]    set no_chan_reason [lindex $t 1]    utimer 1 [list putserv "adminserv security nochan add $no_chan_chan $no_chan_reason"]  } }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5627">S</a> — Mon Nov 08, 2004 9:16 am</p><hr />
]]></content>
	</entry>
	</feed>
