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

	<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-06-10T09:10:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-06-10T09:10:30-04:00</updated>

		<published>2003-06-10T09:10:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21575#p21575</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21575#p21575"/>
		<title type="html"><![CDATA[noversion Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21575#p21575"><![CDATA[
Is it a new script or a part i need to edit in the old script?<br><br>If it is a new, where do i place the bad versions (it are 2 scripts i want to ban from my channel).<br><br>Grtz, Sjef<p>Statistics: Posted by Guest — Tue Jun 10, 2003 9:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-06-10T06:15:29-04:00</updated>

		<published>2003-06-10T06:15:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21552#p21552</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21552#p21552"/>
		<title type="html"><![CDATA[noversion Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21552#p21552"><![CDATA[
get this example:<br><div class="codebox"><p>Code: </p><pre><code>### In what channel do you want this script enabled?set nov_chan "#chan"### What do you want the ban's duration to be? (in minutes)set durat 30bind ctcp - "*" chan:ctcpproc chan:ctcp {nick host hand dest keyw text} {if {$keyw == "ACTION"} {return 0}if {$dest == $nov_chan} {set chan $dest  if {[matchattr $hand of|fo $chan] || [isop $nick $chan]} {    return  }set mask "*!*@[lindex [split $host @] 1]"newban $mask CTCPs "\002$durat minutes\002 ban for using \002CTCPs\002 within \002$chan\002 " $duratreturn 1}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2044">ReaLz</a> — Tue Jun 10, 2003 6:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-06-09T18:00:27-04:00</updated>

		<published>2003-06-09T18:00:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21528#p21528</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21528#p21528"/>
		<title type="html"><![CDATA[noversion Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21528#p21528"><![CDATA[
Anyone got an idea ?<p>Statistics: Posted by Guest — Mon Jun 09, 2003 6:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-06-09T04:09:46-04:00</updated>

		<published>2003-06-09T04:09:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21485#p21485</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21485#p21485"/>
		<title type="html"><![CDATA[noversion Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21485#p21485"><![CDATA[
<blockquote class="uncited"><div>Stupid question: have you changed the "nv_ban" to 1?</div></blockquote>Yes<br><div class="codebox"><p>Code: </p><pre><code>## Punish the people who have one of the following words in the ctcp-version reply.set nv_versions {"script1" "script2"} ## Ask ctcp-version if user joins one of these channels.# Note: Set this to "" to enable punishing on all channels.set nv_chans "#chan"## [0/1] If user has a lame IRC-client/script then punish him/her only on $nv_chans?# Note: If this is set to 0 then the bot punish user on all channels where the bot and the user are.set nv_onlynvchans 1## What is the reason for the punishment?set nv_reason "Lame-ass Script"## [0/1] Kick the user?set nv_kick 0## [0/1] Give the user a warning?set nv_givewarning 0## Give what kind of warning?set nv_warning "Don't use lame scripts and/or clients."## [0/1] Ban the user?set nv_ban 1## Ban for how long time (min)?set nv_bantime 30## [0/1] Ignore the user?set nv_ignore 1## Ignore for how long time (min)?set nv_ignoretime 30## What users can use the nvcheck command?set nv_chkflag "m"## Don't ask ctcp-version from the users with the following global flags. set nv_globflags "m n o b"## Don't ask ctcp-version from the users with the following channel flags.set nv_chanflags "q a o h v"</code></pre></div><p>Statistics: Posted by Guest — Mon Jun 09, 2003 4:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-06-09T02:41:09-04:00</updated>

		<published>2003-06-09T02:41:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21484#p21484</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21484#p21484"/>
		<title type="html"><![CDATA[noversion Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21484#p21484"><![CDATA[
Stupid question: have you changed the "nv_ban" to 1?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Jun 09, 2003 2:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-06-08T18:14:40-04:00</updated>

		<published>2003-06-08T18:14:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21477#p21477</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21477#p21477"/>
		<title type="html"><![CDATA[noversion Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21477#p21477"><![CDATA[
Hi,<br><br>I tried out the noversion script which I found in the tcl archive.<br>But the problem with it is it kicks people but won't ban them. Since I can't TCL script i was wondering if someone who could was willing to take a look on it.<br><br>The url of the script = <a href="http://www.egghelp.org/files/tcl/noversions1.05.tcl.gz" class="postlink">http://www.egghelp.org/files/tcl/noversions1.05.tcl.gz</a><br><br>Greets, Sjef<p>Statistics: Posted by Guest — Sun Jun 08, 2003 6:14 pm</p><hr />
]]></content>
	</entry>
	</feed>
