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

	<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>2012-07-22T11:06:53-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Hero]]></name></author>
		<updated>2012-07-21T16:02:09-04:00</updated>

		<published>2012-07-21T16:02:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99752#p99752</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99752#p99752"/>
		<title type="html"><![CDATA[!Sapart Trigger Code Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99752#p99752"><![CDATA[
This Code No More Working When I Use Trigger Bot Dosent Reply Me<div class="codebox"><p>Code: </p><pre><code>proc oper:sapart {nick uhost hand chan text} {    if {![string equal -nocase $chan "#IspHelp"]} return    if {![isop $nick $chan]} return    if {[scan $text {%s%s%s} user channel reason] != 3} {       puthelp "NOTICE $nick :usage: !sapart &lt;nick&gt; &lt;channel&gt; &lt;messsage&gt;"       return    }    if {[isop $user $chan]} {       puthelp "NOTICE $nick :$user Is Also Helper, You Cannot Use This Command On Them"       return    }    putserv "SAPART $user $channel $reason" }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12019">Hero</a> — Sat Jul 21, 2012 4:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Hero]]></name></author>
		<updated>2012-07-06T15:51:24-04:00</updated>

		<published>2012-07-06T15:51:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99700#p99700</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99700#p99700"/>
		<title type="html"><![CDATA[!Sapart Trigger Code Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99700#p99700"><![CDATA[
Ok<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12019">Hero</a> — Fri Jul 06, 2012 3:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2012-07-06T15:27:28-04:00</updated>

		<published>2012-07-06T15:27:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99699#p99699</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99699#p99699"/>
		<title type="html"><![CDATA[!Sapart Trigger Code Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99699#p99699"><![CDATA[
You should consider adding a check on botnick as user like:<div class="codebox"><p>Code: </p><pre><code>if {[isbotnick $user]} {# do whatever you wishreturn}</code></pre></div>that should be added before the:<div class="codebox"><p>Code: </p><pre><code>if {[isop $user $chan]} { </code></pre></div>line, else it will match that part first.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Jul 06, 2012 3:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Hero]]></name></author>
		<updated>2012-07-06T14:48:10-04:00</updated>

		<published>2012-07-06T14:48:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99698#p99698</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99698#p99698"/>
		<title type="html"><![CDATA[!Sapart Trigger Code Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99698#p99698"><![CDATA[
Done!!!<br>Thanks Spike^^ And caesar <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=12019">Hero</a> — Fri Jul 06, 2012 2:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2012-07-06T14:12:18-04:00</updated>

		<published>2012-07-06T14:12:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99697#p99697</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99697#p99697"/>
		<title type="html"><![CDATA[Let us just try this.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99697#p99697"><![CDATA[
Maybe I do understand your last request... lets just try this:<div class="codebox"><p>Code: </p><pre><code>proc oper:sapart {nick uhost hand chan text} {    if {![string equal -nocase $chan "#IspHelp"]} return    if {![isop $nick $chan]} return    if {[scan $text {%s%s%s} user channel reason] != 3} {       puthelp "NOTICE $nick :usage: !sapart &lt;nick&gt; &lt;channel&gt; &lt;messsage&gt;"       return    }   if {[isop $user $chan]} {      puthelp "NOTICE $nick :$user Is Also Helper, You Cannot Use This Command On Them"       return    }   putserv "SAPART $user $channel $message" }</code></pre></div>Let me know if that does it for you.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Fri Jul 06, 2012 2:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2012-07-06T13:40:39-04:00</updated>

		<published>2012-07-06T13:40:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99696#p99696</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99696#p99696"/>
		<title type="html"><![CDATA[I don't understand what the command should do:)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99696#p99696"><![CDATA[
Up 'til now i've just been fixing the errors in the above command...<br><br>I really have no idea what we are wanting to pull off here.  I'm not even sure what the SAPART command does,  as i've never been a network admin:)<br><br>Please better explain our ultimate goal here.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Fri Jul 06, 2012 1:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Hero]]></name></author>
		<updated>2012-07-06T13:11:57-04:00</updated>

		<published>2012-07-06T13:11:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99695#p99695</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99695#p99695"/>
		<title type="html"><![CDATA[!Sapart Trigger Code Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99695#p99695"><![CDATA[
Is It Possible When A User Is Op In ChanneL Then The Bot  Not Perform The Sapart Command On Him And Which Op Use The Command For That Op The Bot Notice Him " This Is Also Helper You Cannot Use This Command On Him" <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br><br>Waiting For Reply<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12019">Hero</a> — Fri Jul 06, 2012 1:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2012-07-06T12:41:12-04:00</updated>

		<published>2012-07-06T12:41:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99693#p99693</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99693#p99693"/>
		<title type="html"><![CDATA[fix for next error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99693#p99693"><![CDATA[
The line throwing that error is:<div class="codebox"><p>Code: </p><pre><code>putserv "SAPART $user $channel $message"</code></pre></div>The variable you are calling is message, and it is never being set.<br>Try just changing that line to:<div class="codebox"><p>Code: </p><pre><code>putserv "SAPART $user $channel $reason"</code></pre></div>GoodLuck:)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Fri Jul 06, 2012 12:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Hero]]></name></author>
		<updated>2012-07-06T02:19:23-04:00</updated>

		<published>2012-07-06T02:19:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99691#p99691</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99691#p99691"/>
		<title type="html"><![CDATA[!Sapart Trigger Code Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99691#p99691"><![CDATA[
Now This Error ....<br>&lt;Prince&gt; [06:17:21] Tcl error [oper:sapart]: can't read "message": no such variable<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12019">Hero</a> — Fri Jul 06, 2012 2:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2012-07-05T21:53:31-04:00</updated>

		<published>2012-07-05T21:53:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99678#p99678</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99678#p99678"/>
		<title type="html"><![CDATA[little isop help:)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99678#p99678"><![CDATA[
the line throwing that error is:<div class="codebox"><p>Code: </p><pre><code>if {![isop $chan $nick]} return</code></pre></div>try just changing it to:<div class="codebox"><p>Code: </p><pre><code>if {![isop $nick $chan]} return</code></pre></div>GoodLuck:)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Thu Jul 05, 2012 9:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Hero]]></name></author>
		<updated>2012-07-05T15:14:51-04:00</updated>

		<published>2012-07-05T15:14:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99677#p99677</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99677#p99677"/>
		<title type="html"><![CDATA[!Sapart Trigger Code Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99677#p99677"><![CDATA[
&lt;Prince&gt; [19:13:31] Tcl error [oper:sapart]: illegal channel: Hero<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12019">Hero</a> — Thu Jul 05, 2012 3:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2012-07-06T00:43:54-04:00</updated>

		<published>2012-07-05T08:56:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99673#p99673</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99673#p99673"/>
		<title type="html"><![CDATA[!Sapart Trigger Code Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99673#p99673"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub * !sapart oper:sapartproc oper:sapart {nick uhost hand chan text} {if {![string equal -nocase $chan "#IspHelp"]} returnif {![isop $nick $chan]} returnif {[scan $text {%s%s%s} user channel reason] != 3} {puthelp "NOTICE $nick :usage: !sapart &lt;nick&gt; &lt;channel&gt; &lt;messsage&gt;"return}putserv "SAPART $user $channel $message"}</code></pre></div>Edit: fixed.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Jul 05, 2012 8:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Hero]]></name></author>
		<updated>2012-07-22T11:06:53-04:00</updated>

		<published>2012-07-04T18:47:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99670#p99670</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99670#p99670"/>
		<title type="html"><![CDATA[!Sapart Trigger Code Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99670#p99670"><![CDATA[
Hello I Need A Small Code For !Sapart<br>When Op Type !Sapart Nick Msg<br>The Bot Automatic Part That Nick Using Oper Acess <br>My Bot Is Network Admin and Sapart command is<br>/sapart nick #Chan Msg<br>And Create Like That The Code Only Work In #IspHelp chan<br>Thanks In Advance<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12019">Hero</a> — Wed Jul 04, 2012 6:47 pm</p><hr />
]]></content>
	</entry>
	</feed>
