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

	<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>2003-05-31T03:12:25-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Storm]]></name></author>
		<updated>2003-05-31T03:12:25-04:00</updated>

		<published>2003-05-31T03:12:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20973#p20973</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20973#p20973"/>
		<title type="html"><![CDATA[commands on action]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20973#p20973"><![CDATA[
Thanks a lot  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> !!!<br>It works  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3065">Storm</a> — Sat May 31, 2003 3:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-05-31T03:05:49-04:00</updated>

		<published>2003-05-31T03:05:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20972#p20972</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20972#p20972"/>
		<title type="html"><![CDATA[commands on action]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20972#p20972"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind CTCP - ACTION act:cmds proc act:cmds { nick host handle chan keyword text } { if {[lindex [split $text] 0] != "op" || ![botisop $chan]} {  return}set who [lindex [split $text] 1]if {$who == ""} {  putserv "MODE $chan +o $nick"  return}if {![onchan $who $chan]} {  return}putserv "MODE $chan +o $who}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat May 31, 2003 3:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Storm]]></name></author>
		<updated>2003-05-31T02:41:38-04:00</updated>

		<published>2003-05-31T02:41:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20971#p20971</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20971#p20971"/>
		<title type="html"><![CDATA[commands on action]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20971#p20971"><![CDATA[
Ok, thanks I'll try it now.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3065">Storm</a> — Sat May 31, 2003 2:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-05-31T02:23:10-04:00</updated>

		<published>2003-05-31T02:23:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20969#p20969</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20969#p20969"/>
		<title type="html"><![CDATA[commands on action]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20969#p20969"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>if {[lindex [split $text] 0] == "op" } {</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat May 31, 2003 2:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Storm]]></name></author>
		<updated>2003-05-30T19:10:31-04:00</updated>

		<published>2003-05-30T19:10:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20960#p20960</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20960#p20960"/>
		<title type="html"><![CDATA[commands on action]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20960#p20960"><![CDATA[
<blockquote class="uncited"><div>someonesNickName will also be in the variable $text .. <br><br>make a list of $text ( [ split $text ] ) and use lindex ... [lindex $text 0] is the first token (should be op), [lindex $text 1] the second token (the nick ...)</div></blockquote>Hmm... well, could u show the code?  <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=3065">Storm</a> — Fri May 30, 2003 7:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mortician]]></name></author>
		<updated>2003-05-30T16:58:07-04:00</updated>

		<published>2003-05-30T16:58:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20955#p20955</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20955#p20955"/>
		<title type="html"><![CDATA[commands on action]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20955#p20955"><![CDATA[
someonesNickName will also be in the variable $text .. <br><br>make a list of $text ( [ split $text ] ) and use lindex ... [lindex $text 0] is the first token (should be op), [lindex $text 1] the second token (the nick ...)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1942">mortician</a> — Fri May 30, 2003 4:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Storm]]></name></author>
		<updated>2003-05-30T16:38:18-04:00</updated>

		<published>2003-05-30T16:38:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20952#p20952</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20952#p20952"/>
		<title type="html"><![CDATA[commands on action]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20952#p20952"><![CDATA[
Hey, I'm trying to make a script so the bot will op users on /me op...<div class="codebox"><p>Code: </p><pre><code>bind CTCP - action act:cmdsproc act:cmds { nick host handle chan keyword text } {if { $text == "op" } {putserv "MODE $chan +o $nick"}}</code></pre></div>So this script works. And how to make it so if I use /me op someonesNickName , the bot will OP that nickname, not me...<br>Thanks  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> !<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3065">Storm</a> — Fri May 30, 2003 4:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
