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

	<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-06-25T03:22:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-06-25T03:22:47-04:00</updated>

		<published>2004-06-25T03:22:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37842#p37842</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37842#p37842"/>
		<title type="html"><![CDATA[help with +ban -ban script.. found here]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37842#p37842"><![CDATA[
Yes there is a closing brace "}" missing in either one of your procedures.<br><br>Count the number of opening braces in a procedure which will be "{"<br>and count the number of closing braces which will be "}" if both are not<br>equal meaning the procedure hasnt been enclosed with the correct number of braces.<br><br>As here it is mentioned a closing brace is mentioned, you might want to add a "}" in the end of the procedure ban:user.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Fri Jun 25, 2004 3:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-06-24T22:16:48-04:00</updated>

		<published>2004-06-24T22:16:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37827#p37827</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37827#p37827"/>
		<title type="html"><![CDATA[help with +ban -ban script.. found here]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37827#p37827"><![CDATA[
For every opening brace &gt;&gt; } &lt;&lt; there has to be a matching {<br><br>Just recheck your code and ensure you have the correct number of {'s (closing braces) <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Jun 24, 2004 10:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[blueangelzx]]></name></author>
		<updated>2004-06-24T20:06:53-04:00</updated>

		<published>2004-06-24T20:06:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37824#p37824</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37824#p37824"/>
		<title type="html"><![CDATA[help with +ban -ban script.. found here]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37824#p37824"><![CDATA[
ok m8 i tried that too.. but didin't work.. here's the tcl file with that modification and the following error...<br>bind msg n +ban ban:user <br>bind msg n -ban unban:user <br>        <br>proc ban:user {nick uhost hand arg} {if {[llength $arg] &lt; 3} {putserv "PRIVMSG $nick :Usage: +ban &lt;channel&gt; &lt;host&gt; &lt;reason&gt;" } { <br>if {[validchan [lindex [split $arg] 0]]} { <br> newchanban putserv "NOTICE $nick :Added new ban \002[lindex [split $arg] 1]\002 on \002 [lindex [split $arg] 1]\002" [lindex [split $arg] 0] [lindex [split $arg] 1] $nick "[join [lrange [split $arg] 2 end]]" <br>} { <br> newban putserv "NOTICE $nick :Added global new ban \002[lindex [split $arg] 1]\002" [lindex [split $arg] 0] $nick "[join [lrange [split $arg] 1 end]]" <br> } <br>} <br><br>proc unban:user {nick uhost hand arg} {if {[llength $arg] &lt; 3} {putserv "PRIVMSG $nick :Usage: -ban &lt;channel&gt; &lt;host&gt; &lt;reason&gt;" } { <br>if {[validchan [lindex [split $arg] 0]]} { <br> killchanban putserv "NOTICE $nick :Removed ban \002[lindex [split $arg] 1]\002 on \002 [lindex [split $arg] 1]\002" [lindex [split $arg] 0] [lindex [split $arg] 1] <br>} { <br> killban putserv "NOTICE $nick :Removed global ban \002[lindex [split $arg] 1]\002" [lindex [split $arg] 0] <br> } <br>}<br><br>NOW THE ERROR:<br><br>Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads<br>[19:04] --- Loading eggdrop v1.6.15 (Thu Jun 24 2004)<br>[19:04] Listening at telnet port 7657 (all)<br>[19:04] Module loaded: dns<br>[19:04] Module loaded: channels<br>[19:04] Module loaded: server<br>[19:04] Module loaded: ctcp<br>[19:04] Module loaded: irc<br>[19:04] Module loaded: transfer         (with lang support)<br>[19:04] Module loaded: share<br>[19:04] Module loaded: filesys          (with lang support)<br>[19:04] Module loaded: notes            (with lang support)<br>[19:04] Module loaded: console          (with lang support)<br>[19:04] Module loaded: blowfish<br>[19:04] Module loaded: assoc            (with lang support)<br>[19:04] Module loaded: wire             (with lang support)<br>[19:04] Module loaded: uptime<br>[19:04] Loaded ChanLimit (DLF)<br>[19:04] Loading [FL] Greet File...<br>[19:04] Loading [FL] URL File...<br>[19:04] Loading [FL] E-Mail File...<br>[19:04] ☻[FL]☻ ▬facelift.tcl▬ v3.6.1 by Kindred loaded<br>[19:04] tcl: optools loaded<br>[19:04] Loaded sentinel.tcl v2.70 by slennox<br>[19:04] -=-=   PROTECTION  PROSES   =-=-=-=-=-<br>[19:04] Protections change badnick Ver 1.1:<br>[19:04] Change Badnick protection loaded Successfuly...<br>[19:04] NoAds v1.09.05 by David Proper (DrN) -: LoadeD :-<br>[19:04] ☻Moderator-02.tcl☻ - (.Moderator for help)<br>[19:04] ☻Anti-Socks v1.1 TCL☻ by Cashflo &lt;<a href="mailto:Cashflo@GalaxyNet.Org">Cashflo@GalaxyNet.Org</a>&gt; Loaded.  ".sock<br>shelp" For Assistance<br>[19:04] Loading Banlist Cleaner 1.0a - By WolverinX<br>[19:04] Tcl error in file 'XtremE.conf':<br>[19:04] missing close-brace<br>    while executing<br>"proc ban:user {nick uhost hand arg}"<br>    (file "scripts/manual-ban1.0.tcl" line 4)<br>    invoked from within<br>"source scripts/manual-ban1.0.tcl"<br>    (file "XtremE.conf" line 1417)<br>[19:04] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5111">blueangelzx</a> — Thu Jun 24, 2004 8:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-06-24T18:54:21-04:00</updated>

		<published>2004-06-24T18:54:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37820#p37820</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37820#p37820"/>
		<title type="html"><![CDATA[help with +ban -ban script.. found here]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37820#p37820"><![CDATA[
Find that line:<br><div class="codebox"><p>Code: </p><pre><code>proc ban:user {nick uhost hand arg}</code></pre></div>and change to:<br><div class="codebox"><p>Code: </p><pre><code>proc ban:user {nick uhost hand arg} {</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Thu Jun 24, 2004 6:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[blueangelzx]]></name></author>
		<updated>2004-06-24T18:30:44-04:00</updated>

		<published>2004-06-24T18:30:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37817#p37817</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37817#p37817"/>
		<title type="html"><![CDATA[help with +ban -ban script.. found here]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37817#p37817"><![CDATA[
ok thanks m8, this is the error, the .tcl is called "manual-ban1.0.tcl"..<br>Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads<br>[17:27] --- Loading eggdrop v1.6.15 (Thu Jun 24 2004)<br>[17:27] Listening at telnet port 7657 (all)<br>[17:27] Module loaded: dns<br>[17:27] Module loaded: channels<br>[17:27] Module loaded: server<br>[17:27] Module loaded: ctcp<br>[17:27] Module loaded: irc<br>[17:27] Module loaded: transfer         (with lang support)<br>[17:27] Module loaded: share<br>[17:27] Module loaded: filesys          (with lang support)<br>[17:27] Module loaded: notes            (with lang support)<br>[17:27] Module loaded: console          (with lang support)<br>[17:27] Module loaded: blowfish<br>[17:27] Module loaded: assoc            (with lang support)<br>[17:27] Module loaded: wire             (with lang support)<br>[17:27] Module loaded: uptime<br>[17:27] Loaded ChanLimit (DLF)<br>[17:28] Loading [FL] Greet File...<br>[17:28] Loading [FL] URL File...<br>[17:28] Loading [FL] E-Mail File...<br>[17:28] ☻[FL]☻ ▬facelift.tcl▬ v3.6.1 by Kindred loaded<br>[17:28] tcl: optools loaded<br>[17:28] Loaded sentinel.tcl v2.70 by slennox<br>[17:28] -=-=   PROTECTION  PROSES   =-=-=-=-=-<br>[17:28] Protections change badnick Ver 1.1:<br>[17:28] Change Badnick protection loaded Successfuly...<br>[17:28] NoAds v1.09.05 by David Proper (DrN) -: LoadeD :-<br>[17:28] ☻Moderator-02.tcl☻ - (.Moderator for help)<br>[17:28] ☻Anti-Socks v1.1 TCL☻ by Cashflo &lt;<a href="mailto:Cashflo@GalaxyNet.Org">Cashflo@GalaxyNet.Org</a>&gt;<br>shelp" For Assistance<br>[17:28] Loading Banlist Cleaner 1.0a - By WolverinX<br>[17:28] Tcl error in file 'XtremE.conf':<br>[17:28] wrong # args: should be "proc name args body"<br>    while executing<br>"proc ban:user {nick uhost hand arg} if {[llength $arg] &lt; 3} {pu<br>nick :Usage: +ban &lt;channel&gt; &lt;host&gt; &lt;reason&gt;" } {<br>if {[validchan [linde..."<br>    (file "scripts/manual-ban1.0.tcl" line 4)<br>    invoked from within<br>"source scripts/manual-ban1.0.tcl"<br>    (file "XtremE.conf" line 1417)<br>[17:28] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)<br><br>thanks for you're support <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5111">blueangelzx</a> — Thu Jun 24, 2004 6:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-06-24T04:01:17-04:00</updated>

		<published>2004-06-24T04:01:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37788#p37788</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37788#p37788"/>
		<title type="html"><![CDATA[help with +ban -ban script.. found here]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37788#p37788"><![CDATA[
What error do you get when you execute the command<br>in private with the bot?<br><br>Can you check in DCC partyline with the bot and show us <br>the error maybe?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Thu Jun 24, 2004 4:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[blueangelzx]]></name></author>
		<updated>2004-06-24T03:26:13-04:00</updated>

		<published>2004-06-24T03:26:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37786#p37786</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37786#p37786"/>
		<title type="html"><![CDATA[help with +ban -ban script.. found here]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37786#p37786"><![CDATA[
Hiya, first of all i'm very happy to join this forum, i reallly like the eggdrops. well, my question is.. i find a script here i think Caesar write it... but didn't work, can someone help me?<br><br>bind msg n +ban ban:user <br>bind msg n -ban unban:user <br>        <br>proc ban:user {nick uhost hand arg} if {[llength $arg] &lt; 3} {putserv "PRIVMSG $nick :Usage: +ban &lt;channel&gt; &lt;host&gt; &lt;reason&gt;" } { <br>if {[validchan [lindex [split $arg] 0]]} { <br> newchanban putserv "NOTICE $nick :Added new ban \002[lindex [split $arg] 1]\002 on \002 [lindex [split $arg] 1]\002" [lindex [split $arg] 0] [lindex [split $arg] 1] $nick "[join [lrange [split $arg] 2 end]]" <br>} { <br> newban putserv "NOTICE $nick :Added global new ban \002[lindex [split $arg] 1]\002" [lindex [split $arg] 0] $nick "[join [lrange [split $arg] 1 end]]" <br> } <br>} <br><br>proc unban:user {nick uhost hand arg} if {[llength $arg] &lt; 3} {putserv "PRIVMSG $nick :Usage: -ban &lt;channel&gt; &lt;host&gt; &lt;reason&gt;" } { <br>if {[validchan [lindex [split $arg] 0]]} { <br> killchanban putserv "NOTICE $nick :Removed ban \002[lindex [split $arg] 1]\002 on \002 [lindex [split $arg] 1]\002" [lindex [split $arg] 0] [lindex [split $arg] 1] <br>} { <br> killban putserv "NOTICE $nick :Removed global ban \002[lindex [split $arg] 1]\002" [lindex [split $arg] 0] <br> } <br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5111">blueangelzx</a> — Thu Jun 24, 2004 3:26 am</p><hr />
]]></content>
	</entry>
	</feed>
