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

	<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-01-03T15:53:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[PLUGGER]]></name></author>
		<updated>2004-01-03T15:53:00-04:00</updated>

		<published>2004-01-03T15:53:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32153#p32153</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32153#p32153"/>
		<title type="html"><![CDATA[kick non ops from channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32153#p32153"><![CDATA[
thats got it m8...cheers again<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2277">PLUGGER</a> — Sat Jan 03, 2004 3:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2004-01-03T14:50:06-04:00</updated>

		<published>2004-01-03T14:50:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32142#p32142</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32142#p32142"/>
		<title type="html"><![CDATA[kick non ops from channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32142#p32142"><![CDATA[
quick solution, add:<div class="codebox"><p>Code: </p><pre><code>putserv "KICK $chan $nick :You do not have ops in this channel"</code></pre></div> after <strong class="text-strong">newchanban $chan.....</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Jan 03, 2004 2:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[PLUGGER]]></name></author>
		<updated>2004-01-03T12:11:17-04:00</updated>

		<published>2004-01-03T12:11:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32123#p32123</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32123#p32123"/>
		<title type="html"><![CDATA[kick non ops from channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32123#p32123"><![CDATA[
thanx again, progress is cool, one slight exception<br><br><br><br>the script works to some point, it does not kick the user out of the chanel, and yes the bot is oped<br><br>it sets the ban on the channel ok it just doesnt kick the non-oped user out of the channel<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2277">PLUGGER</a> — Sat Jan 03, 2004 12:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2004-01-03T08:22:38-04:00</updated>

		<published>2004-01-03T08:22:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32114#p32114</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32114#p32114"/>
		<title type="html"><![CDATA[kick non ops from channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32114#p32114"><![CDATA[
<blockquote class="uncited"><div>utimer 10 [list check kick:nonop $nick $uhost $chan]</div></blockquote>change this to<div class="codebox"><p>Code: </p><pre><code>utimer 10 [list kick:nonop $nick $uhost $chan]</code></pre></div>I probably got messed up with the proc names  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Jan 03, 2004 8:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[PLUGGER]]></name></author>
		<updated>2004-01-02T15:33:32-04:00</updated>

		<published>2004-01-02T15:33:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32092#p32092</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32092#p32092"/>
		<title type="html"><![CDATA[kick non ops from channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32092#p32092"><![CDATA[
thanks for the info<br><br><br>i have copied that code to a text file and saved it as a .tcl file, rehashed the bot, but doesnt seem to do anything, am i missing something...lol<br><br>having just checked the bot out it seems an error<br><br>[19:32] Tcl error in script for 'timer597':<br>[19:32] invalid command name "check"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2277">PLUGGER</a> — Fri Jan 02, 2004 3:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2004-01-02T14:39:03-04:00</updated>

		<published>2004-01-02T14:39:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32086#p32086</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32086#p32086"/>
		<title type="html"><![CDATA[kick non ops from channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32086#p32086"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># what channel should it work ?set thischan "#channel"bind join - "$thischan *" check:opproc check:op {nick uhost hand chan} {if {![string equal -nocase $nick $::botnick]} { utimer 10 [list check kick:nonop $nick $uhost $chan] }}proc kick:nonop {nick uhost chan} {if {![isop $nick $chan]} {newchanban $chan *!*@[lindex [split $uhost @] 1] notoped "You do not hace ops in this channel" 10 }}</code></pre></div>this will ban the user after 10 seconds from joining your chan if the nick didn't gain ops. Basicly it checks if nick is oped after 10secs from joining.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Jan 02, 2004 2:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[PLUGGER]]></name></author>
		<updated>2004-01-02T14:06:59-04:00</updated>

		<published>2004-01-02T14:06:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32083#p32083</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32083#p32083"/>
		<title type="html"><![CDATA[kick non ops from channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32083#p32083"><![CDATA[
Hi i am looking for a .tcl script i can add to my eggdrop that will kick any users who enter a room that chanserv has not auto oped after say 10 seconds of the user entering the room<br><br><br>anyone with any ideas or know of such a script<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2277">PLUGGER</a> — Fri Jan 02, 2004 2:06 pm</p><hr />
]]></content>
	</entry>
	</feed>
