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

	<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>2011-09-15T11:13:52-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2011-09-15T11:13:52-04:00</updated>

		<published>2011-09-15T11:13:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97738#p97738</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97738#p97738"/>
		<title type="html"><![CDATA[wrong # args: should be &quot;set varName ?newValue?&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97738#p97738"><![CDATA[
Change the following lines:<div class="codebox"><p>Code: </p><pre><code>set rs_debug(qo) 0 # Set this to 1 if you want debug msgs for quickopset rs_debug(nm) 0 # Set this to 1 if you want debug msgs for nmassset rs_debug(q) 0 # Set this to 1 if you want debug msgs for queueset rs_debug(sj) 0 # Set this to 1 if you want debug msgs for slowjoinset rs_debug(rv) 0 # Set this to 1 if you want debug msgs for revenge</code></pre></div>Should be:<div class="codebox"><p>Code: </p><pre><code>set rs_debug(qo) 0set rs_debug(nm) 0set rs_debug(q) 0set rs_debug(sj) 0set rs_debug(rv) 0</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Sep 15, 2011 11:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[medeski]]></name></author>
		<updated>2011-09-14T22:09:43-04:00</updated>

		<published>2011-09-14T22:09:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97735#p97735</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97735#p97735"/>
		<title type="html"><![CDATA[wrong # args: should be &quot;set varName ?newValue?&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97735#p97735"><![CDATA[
[10:03pm] &lt;xanax-&gt; [02:03:37] Loading netbots.tcl v4.10...<br>[10:03pm] &lt;xanax-&gt; [02:03:37] *** WARNING: error found when loading scripts/netbots/netset.tcl:<br>[10:03pm] &lt;xanax-&gt; [02:03:37] wrong # args: should be "set varName ?newValue?"<br><br>trying to add the queuing system known as "unknown script" to netbots, obviously i did something wrong in netset.tcl, heres what it looks like<div class="codebox"><p>Code: </p><pre><code># netbots.tcl v4.10 (8 August 2005)# Copyright 1998-2005 by slennox# http://www.egghelp.org/## netbots.tcl settings file #### Please read netbots.txt and components.txt before using this script ### netbots.tcl settingsset nb_flag Nset nb_key "BnfUkk"#set nb_group(cats) "Burmese,Persian,Siamese"#set nb_group(dogs) "Doberman,Whippet"set nb_defctrl "*"set nb_owner 0set nb_ctrlbots ""set nb_max 3set nb_timeout 180set nb_netupdate 0set nb_nettcl 0# The two lines below serve as a small example of how nb_set can be used. Change "NoteBot" to the bot you'd like to receive update notifications from and "YourNick" to your user handle on the bot.set nb_update ""nb_set NoteBot nb_update "YourNick"set nb_chon 1set nb_broadcast "nm"set nb_cmdcast 1set nb_castfilter "addhost ident .chpass .newpass .note"set nb_servers {irc.efnet.pl:6667irc.prison.net:6667irc.efnet.nl:6667irc.underworld.no:6667efnet.xs4all.nl:6667irc.blessed.net:6667irc.choopa.net:6667irc.vel.net:6667}# aidle.tcl settingsset nb_component(aidle) 0set ai_msgbots 0set ai_chans ""set ai_time 60set ai_uidle 0set ai_msgs {  "*yawn*"  "la la la"  "hello"  "rofl"}# botnetop.tcl settingsset nb_component(botnetop) 1set bop_delay 0set bop_maxreq 0set bop_modeop 1set bop_linkop 1set bop_icheck 0set bop_hcheck 1set bop_osync 0set bop_addhost 1set bop_log 2# chanlimit.tcl settingsset nb_component(chanlimit) 1set cl_chans ""set cl_echans ""set cl_limit 10set cl_grace 3set cl_timer 6set cl_server 1set cl_log 1set cl_priority "xanax roxy lsd"# extras.tcl settingsset nb_component(extras) 1set ex_cleanup 1set ex_clearbans 1set ex_newuser "particle"set ex_opall 0set ex_telnethost ""# logfile.tcl settingsset nb_component(logfile) 0set lg_email "user@domain.com"set lg_maillog ""set lg_maxsize 1024# mainserver.tcl settingsset nb_component(mainserver) 0set ms_mservers {  irc.chitchat.net:6668}set ms_servers {  irc.talktome.com  irc.blahblahblah.org:6664  irc.chinwaggers.net}set ms_chktime 120set ms_tryagn 300set ms_autoreset 0set ms_note "YourNick"set ms_chans "#yourchannel"set ms_needbot 1# mass.tcl settingsset nb_component(mass) 1set ma_reason "closing temporarily"# repeat.tcl settingsset nb_component(repeat) 1set rp_chans ""set rp_echans ""set rp_efficient 1set rp_exempt "f|f"set rp_warning 0set rp_kflood 5:60set rp_kreason ": further repeating will earn a 30 minute ban"set rp_bflood 10:60set rp_breason ": repeating: 30 minute ban"set rp_sflood 0:0set rp_sreason "stop repeating"set rp_slength 40set rp_mtime 999999set rp_mreason ": habitual offender 2 hours"set rp_btime 120# sentinel.tcl settingsset nb_component(sentinel) 0set sl_bcflood 5:20set sl_bmflood 6:60set sl_ccflood 5:20set sl_txflood 8:30set sl_boflood 6:20set sl_jflood 6:20set sl_nkflood 6:20set sl_txlength 0set sl_nclength 0set sl_tsunami 10set sl_linecap 80:30set sl_locktimes {i:120 m:60}set sl_shortlock 1set sl_ban 1440set sl_boban 1440set sl_globalban 0set sl_wideban 1set sl_banmax 100set sl_igtime 240set sl_masktype 2set sl_bfmaxbans 0set sl_note "particle"set sl_cfnotice "Channel locked temporarily due to flood, sorry for any inconvenience this may cause"set sl_bfnotice "Channel locked temporarily due to full ban list, sorry for any inconvenience this may cause)"set sl_lockcmds 2set sl_lockflags "o"set sl_bxsimul 0# superbitch.tcl settingsset nb_component(ultrabitch) 1set sb_chans ""set sb_canop "m|m"set sb_canopflags "o|o"set sb_canopany "b|-"set sb_remove 1set sb_note "particle"set sb_checkop 0# These lines make sure your bot and netbots directories are secure by# setting their permissions to rwx------.catch {exec chmod 700 [pwd]}catch {exec chmod 700 $nb_dir}set nb_component(quickop) 1set nb_component(nmass) 1set nb_component(queue) 1set nb_component(slowjoin) 1set nb_component(revenge) 1set rs_debug(qo) 0                # Set this to 1 if you want debug msgs for quickopset rs_debug(nm) 0                # Set this to 1 if you want debug msgs for nmassset rs_debug(q) 0                 # Set this to 1 if you want debug msgs for queueset rs_debug(sj) 0                # Set this to 1 if you want debug msgs for slowjoinset rs_debug(rv) 0                # Set this to 1 if you want debug msgs for revenge</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11749">medeski</a> — Wed Sep 14, 2011 10:09 pm</p><hr />
]]></content>
	</entry>
	</feed>
