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

	<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>2002-08-23T03:08:52-04:00</updated>

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

		<entry>
		<author><name><![CDATA[z_one]]></name></author>
		<updated>2002-08-23T03:08:52-04:00</updated>

		<published>2002-08-23T03:08:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9969#p9969</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9969#p9969"/>
		<title type="html"><![CDATA[Every 15 minutes, Chanserv is Opping Bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9969#p9969"><![CDATA[
Hi Evan,<br><br>  What exactly aren't you sure about concerning the settings related to <br>the "mc.banchan.tcl" file ? Perhaps I can help as I am already using it.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"> <br><br>  Here are my settings, just do 2 things:<br>  1) replace the first variable <strong class="text-strong">mc_banc(+chan)</strong> by your channel(s).<br>  2) replace the last variable <strong class="text-strong">mc_banc(svs:notify)</strong> by your actual nick on irc.<br><br><br>----------------------------------------------------<br><br># What channels do you want this script to be active on?<br># Seperate each channel with a space, set to "" for all channels.<br>set mc_banc(+chan) "#MyChan1 #MyChan2"<br><br># What channels do you want this script to not take part in?<br># Seperate each channel with a space, set to "" for none.<br>set mc_banc(-chan) ""<br><br># What flag'd users do you want the script to ignore?<br>set mc_banc(ig:flag) "mnob|mno"<br><br># How long, after the user join's the channel, do you want to test to<br># see if the user is still on the channel... and if so, scan him/her?<br># This will prevent lagging the bot down with un nessassery join/parts<br># real fast that so many lamers like to do.<br># Set this in seconds.<br>set mc_banc(flytime) 8<br><br># What do you want to call the datafile?<br>set mc_banc(datafile) "scripts/.badc.data"<br><br># How often do you want to re scan the users?<br># Yes, it scans each user on join, but this is to ensure they do not<br># join a ban'd channel after they join your channel.<br># Set this in minutes.  Set to 0 to turn off re`scanning.<br>set mc_banc(scan) 15<br><br># If someone is found in a ban'd channel, what do you want the script to do?<br># -2 = /MSG Warn<br># -1 = Kick<br>#  0 = Server Ban<br>#  1 and up is ban time in min's.<br>set mc_banc(pre:pun) 0<br><br># If the above setting is 0, How long do you want to give them before scanning<br># them again for further punishment?  Set to 0 if you don't wanna rescan.<br># (in min's)<br>set mc_banc(warn:time) 1<br><br># What do you want to say for a warning/kick/ban message?<br># %banchan will be replaced with the ban'd channel.<br># %chan will be replaced with the current channel.<br>set mc_banc(warn:msg) "Hiya, you have 1 minute to leave %banchan or ya will be booted from %chan."<br><br># If someone is STILL in the ban'd channel after giving them warning, what<br># do you want the script to do?<br># -1 = Kick<br>#  0 = Server Ban<br>#  1 and up is ban time in min's.<br>set mc_banc(post:pun) 0<br><br># How do you want to mask the bans?<br>#      0 - *!<a href="mailto:user@host.domain">user@host.domain</a><br>#      1 - *!*<a href="mailto:user@host.domain">user@host.domain</a><br>#      2 - *!*@host.domain<br>#      3 - *!*user@*.domain<br>#      4 - *!*@*.domain<br>#      5 - nick!<a href="mailto:user@host.domain">user@host.domain</a><br>#      6 - nick!*<a href="mailto:user@host.domain">user@host.domain</a><br>#      7 - nick!*@host.domain<br>#      8 - nick!*user@*.domain<br>#      9 - nick!*@*.domain<br>#     You can also specify a type of 10 to 19 which correspond to masks 0 to 9, but<br>#     instead of using a * wildcard to replace portions of the host.domain, it uses ?<br>#     wildcards to replace the numbers in the address.<br>set mc_banc(banmask) 2<br><br>## MC SVS (Script Version Server) v1.0.1 ##<br><br># Do you want the bot to connection to MC_8's SVS to see if there are newer versions<br># of this script avilable?  It will only tell you -- It's up to you to get the newest<br># version (I decided not to auto update the code, there may be new features in the<br># newest script that may require your attention).<br># 0=no/1=yes<br>set mc_banc(svs:enabled) 1<br><br># Once a day the script will check with the SVS -- this specifies when<br># that should happen.  The setting should be the hour (military).<br># examples:<br>#  set mc_banc(svs:check) 0  ;#This is at Midnight<br>#  set mc_banc(svs:check) 5  ;#This is at 5am<br>#  set mc_banc(svs:check) 13  ;#This is at 1pm<br>#  set mc_banc(svs:check) 23  ;#This is at 11pm<br>set mc_banc(svs:check) 3<br><br># Upon finding a newer version, who do you want to notify via note?<br># Seperate each user with a " " (space).<br>set mc_banc(svs:notify) "Evan"<br><br>### END OF CONFIG OPTIONS ###<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=698">z_one</a> — Fri Aug 23, 2002 3:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-04T06:28:28-04:00</updated>

		<published>2002-08-04T06:28:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9396#p9396</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9396#p9396"/>
		<title type="html"><![CDATA[re:]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9396#p9396"><![CDATA[
Hi Thorne,<br><br>yep, looks like we have the same problem, i have emailed the author about it, so far no reply. I will forward whatever i learn about this glitch to you. I font know TCL so i cant check it myself.<br>BTW, if u come across any good perv scan scripts let me know<br><br>heres one i found but havent tried it out yet, i cant figure out the settings and what i have to put - <a href="http://www.egghelp.org/files/tcl/mc.banchan1.0.2.tcl.gz" class="postlink">http://www.egghelp.org/files/tcl/mc.banchan1.0.2.tcl.gz</a><br><br>later,<br>Evan<p>Statistics: Posted by Guest — Sun Aug 04, 2002 6:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-04T03:37:19-04:00</updated>

		<published>2002-08-04T03:37:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9395#p9395</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9395#p9395"/>
		<title type="html"><![CDATA[Every 15 minutes, Chanserv is Opping Bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9395#p9395"><![CDATA[
I had the same banchan script loaded, it worked fine till eggdrop v1.6.10, didnt try it with v1.6.11, but i tried it with v1.6.12. <br>Didnt have you chanserv problem on DALnet, but i had a big problem on Undernet, my bots where opped but they said, im not opped on the channel. Didnt load the script anymore and everything worked without problems.<p>Statistics: Posted by Guest — Sun Aug 04, 2002 3:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-31T06:45:53-04:00</updated>

		<published>2002-07-31T06:45:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9352#p9352</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9352#p9352"/>
		<title type="html"><![CDATA[I did]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9352#p9352"><![CDATA[
Hi PPslim,<br><br>yes i killed the egg 5 times and tried 1 min, 5 min, 10 mins, 15 and 20mins<br><br>same result, at each of these diff. scan times, chanserv also keeps reopping the bot, directly after the scan, comes the reooping.<br><br>As i use different scan times, the reopping also follows these scan times.<br><br>As i know nuts about tcl coding i cant examine the code, but maybe u guys can. It has to be this banchan.tcl, i tested it out for hours.<br><br>Thanks,<br>Evan<p>Statistics: Posted by Guest — Wed Jul 31, 2002 6:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-07-31T06:34:52-04:00</updated>

		<published>2002-07-31T06:34:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9350#p9350</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9350#p9350"/>
		<title type="html"><![CDATA[Every 15 minutes, Chanserv is Opping Bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9350#p9350"><![CDATA[
You should confirm this first, by changing the scan settings in both scripts, to different values.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Jul 31, 2002 6:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-31T06:21:34-04:00</updated>

		<published>2002-07-31T06:21:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9348#p9348</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9348#p9348"/>
		<title type="html"><![CDATA[UPDATE!!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9348#p9348"><![CDATA[
Hi Guys,<br><br>i think i found out what the problem is but i still need your help. <br>I am using  “BanChan 3.4 By Clown-Man" - <a href="http://www.egghelp.org/files/tcl/banchan3.4.tcl.gz" class="postlink">http://www.egghelp.org/files/tcl/banchan3.4.tcl.gz</a> - basically a TCL that scans and bans for perv. channels.<br><br>I noticed that the time to scan the channel (eg every 10 mins etc) is also the same time that chanserv ops the eggie. <br>So for example, after the bot scans the channel every 5 mins. -  chanserv ops the bot every 5 mins too even if it is already opped<br><br>Therefore I think maybe there is some scripting issue that’s clashing with the latest eggdrop 1.6.12.<br><br>I don’t know nuts about TCL scripting but if one of you guys can take a look at the Banchan.tcl code and fix it, I would be grateful cause I need that tcl to keep the pervs outta my channel. I am also sending it to the author –clown man<br><br>Thanks, <br>Evan<p>Statistics: Posted by Guest — Wed Jul 31, 2002 6:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-31T04:38:09-04:00</updated>

		<published>2002-07-31T04:38:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9346#p9346</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9346#p9346"/>
		<title type="html"><![CDATA[Every 15 minutes, Chanserv is Opping Bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9346#p9346"><![CDATA[
Version: 1.6.12<br><br>Hi Guys,<br><br>i just loaded up the 1.6.12 from 1.6.11. I did the full install. I am on the DalNet. <br><br>Now every 15 minutes, chanserv ops my bots like when it justs identifies. It never did this before, so i am curious why it does it. <br><br>This is very similar to this post - <a href="http://forum.egghelp.org/viewtopic.php?t=2254" class="postlink">http://forum.egghelp.org/viewtopic.php?t=2254</a><br><br>I am about an average level user of eggdrop, so if there is any information u would like to help u understand thje problem, please let me know. BTW, i am using the "Nickserv Identify Scriptv1.1 - By WD40" to identify to chanserv and i have set it to check every 10 mins. This was the same tcl and setting i user before and no problems.<br>Any advice would be gratefully accepted<br>Evan<p>Statistics: Posted by Guest — Wed Jul 31, 2002 4:38 am</p><hr />
]]></content>
	</entry>
	</feed>
