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

	<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-06-06T16:00:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-06-06T16:00:36-04:00</updated>

		<published>2005-06-06T16:00:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50333#p50333</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50333#p50333"/>
		<title type="html"><![CDATA[scripts!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50333#p50333"><![CDATA[
Hmm, i think it was a bracket error ;p a bracket error or a close brace or something like that.<br><br>Thanks in advance!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Mon Jun 06, 2005 4:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-06-06T14:41:51-04:00</updated>

		<published>2005-06-06T14:41:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50321#p50321</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50321#p50321"/>
		<title type="html"><![CDATA[scripts!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50321#p50321"><![CDATA[
a error description and/or error msg would be nice<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Mon Jun 06, 2005 2:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-06-06T13:25:26-04:00</updated>

		<published>2005-06-06T13:25:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50307#p50307</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50307#p50307"/>
		<title type="html"><![CDATA[scripts!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50307#p50307"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub * \$op op:op bind pub * \$deop deop:deop proc op:op {nick uhost handle chan text} { global botnick if {![matchattr $handle n|n $chan] &amp;&amp; ![matchattr $handle m|m $chan] &amp;&amp; ![matchattr $handle |o $chan]} { putserv "NOTICE $nick :Error: Either You Have No Access To This Command ( +o needed )" } } { if {[matchattr $handle n|n $chan] || [matchattr $handle m|m $chan] || [matchattr $handle |o $chan]} { set onick [lindex [split $text] 0] if {![onchan $onick $chan]} { putserv "NOTICE $nick :Error: $onick Is Not On $chan" } } { if {[isop $onick $chan]} { putserv "NOTICE $nick :Error: $onick Is Already Oped On $chan"  } } { if {[isbotnick $onick]} { putserv "NOTICE $nick :Nice Try, $onick Is $::botnick, You Can't Outsmart Me!!" } } { if {onchan $onick $chan]} { if ![isop $onick $chan]} { if ![isbotnick $onick]} { putquick "MODE $chan +o $onick" putserv "NOTICE $onick :Hello $onick, You Was Oped On $chan By $nick, Please Not Protection Is On By #ShoVe So Dont Do Anything Stupid!!" putserv "NOTICE $nick :Successful: $onick Was Oped On $chan" } proc deop:deop {nick uhost handle chan text} { global botnick if {![matchattr $handle n|n $chan] &amp;&amp; ![matchattr $handle m|m $chan] &amp;&amp; ![matchattr $handle |o $chan]} { putserv "NOTICE $nick :Error: You Have No Access To This Command ( +o needed )" } } { if {[matchattr $handle n|n $chan] || [matchattr $handle m|m $chan] || [matchattr $handle |o $chan]} { set deopnick [lindex [split $text] 0] if {![onchan $deopnick $chan]} { putserv "NOTICE $nick :Error: $deopnick Is Not On $chan" } else { if {![isop $deopnick $chan]} { putserv "NOTICE $nick :Error: $deopnick Is Already De-oped On $chan"  } } { if {[isbotnick $onick]} { putserv "NOTICE $nick :Nice Try, $deopnick Is $::botnick, You Can't Outsmart Me!!" } } { if {onchan $deopnick $chan]} { if [isop $deopnick $chan]} { if ![isbotnick $deopnick]} { putquick "MODE $chan +o $deopnick" putserv "NOTICE $onick :Hello $deopnick, You Was Oped On $chan By $nick, Please Not Protection Is On By #ShoVe So Dont Do Anything Stupid!!" putserv "NOTICE $nick :Successful: $deopnick Was Oped On $chan" }</code></pre></div>Theres a couple of errors, i cant find the problem ;p<br><br>Please help!!<br>Thanks in advance<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Mon Jun 06, 2005 1:25 pm</p><hr />
]]></content>
	</entry>
	</feed>
