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

	<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>2005-12-26T20:51:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2005-12-26T20:51:43-04:00</updated>

		<published>2005-12-26T20:51:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58698#p58698</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58698#p58698"/>
		<title type="html"><![CDATA[error mass tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58698#p58698"><![CDATA[
thx for help!!!! (k)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7153">pilouuu</a> — Mon Dec 26, 2005 8:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-12-26T20:13:45-04:00</updated>

		<published>2005-12-26T20:13:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58693#p58693</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58693#p58693"/>
		<title type="html"><![CDATA[error mass tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58693#p58693"><![CDATA[
include comparison strings in quotes, like this:<div class="codebox"><p>Code: </p><pre><code>if {$foo == "bar"} {...</code></pre></div>and don't use scripts whose authors didn't even bother to test<br><br>needless to say, this particular script should not be used at all, it's too lame for any sane purpose<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Dec 26, 2005 8:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2005-12-26T20:07:21-04:00</updated>

		<published>2005-12-26T20:07:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58691#p58691</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58691#p58691"/>
		<title type="html"><![CDATA[error mass tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58691#p58691"><![CDATA[
Hi :)<br><br>Script:<div class="codebox"><p>Code: </p><pre><code>########################################################################### mass.tcl by ShakE &lt;shake@abv.bg&gt;                         ############################################################################ Dobavq na bota funkcii ot roda: !mass &lt;deop/op/voice/devoice&gt; ############################################################################ Ako imate nqkakvi vaprosi, predlojenia ili kritiki posetete foruma na ## http://shake.hit.bg i pi6ete tam!                                      ################################################################################################# Ottuk nadolu ne butaite nishto! ###################bind pub n !mass pub_massproc pub_mass {nick uhost hand chan txt} { global botnick set $opc_cmd [lindex $txt 0] if {$opc_cmd == deop} {  putserv "notice $nick :Making mass deop in $chan..."  foreach muser [chanlist $chan] {   if {$muser != $botnick || ![matchattr $muser b] || [isop $muser $chan]} {   }  } } if {$opc_cmd == op} {  putserv "notice $nick :Making mass op in $chan..."  foreach muser [chanlist $chan] {   if {$muser != $botnick || ![matchattr $muser b] || ![isop $muser $chan]} {    putserv "mode $chan +o $muser"   }  } } if {$opc_cmd == voice} {  putserv "notice $nick :Making mass voice in $chan..."  foreach muser [chanlist $chan] {   if {$muser != $botnick || ![matchattr $muser b] || ![isvoice $muser $chan]} {    putserv "mode $chan +v $muser"   }  } } if {$opc_cmd == devoice} {  putserv "notice $nick :Making mass devoice in $chan..."  foreach muser [chanlist $chan] {   if {$muser != $botnick || ![matchattr $muser b] || ![isvoice $muser $chan]} {    putserv "mode $chan -v $muser"   }  } } if {$opc_cmd == ""} {  putserv "notice $nick :Syntax error: !mass &lt;op/deop/voice/devoice&gt;"  return 0 }}putlog "mass.tcl by ShakE (more tcls at http://shake.hit.bg)"</code></pre></div><br><br>error on command !mass op or deop ...<br>Tcl error [pub_mass]: syntax error in expression "$opc_cmd == deop": variable references require preceding $<br><br><br>Please help me :) THX for all help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7153">pilouuu</a> — Mon Dec 26, 2005 8:07 pm</p><hr />
]]></content>
	</entry>
	</feed>
