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

	<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>2010-07-05T17:01:13-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2010-07-05T17:01:13-04:00</updated>

		<published>2010-07-05T17:01:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93458#p93458</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93458#p93458"/>
		<title type="html"><![CDATA[Script bug help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93458#p93458"><![CDATA[
Here, check out <a href="http://forum.egghelp.org/viewtopic.php?t=17568&amp;highlight=ctcp+action" class="postlink">this post</a> for an example on detecting actions.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Jul 05, 2010 5:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TEK7]]></name></author>
		<updated>2010-07-04T15:35:14-04:00</updated>

		<published>2010-07-04T15:35:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93448#p93448</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93448#p93448"/>
		<title type="html"><![CDATA[Script bug help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93448#p93448"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub -|- "5on5" cincoproc cinco { nick host handle channel text } {  global pcwon pvtmsg  if { $pcwon == 1 } {    putquick "PRIVMSG $pvtmsg : Nick: 2$nick     Msg:7 5on5 $text"    }  }</code></pre></div>He detects the message, but when i put /ame 5on5 lasdlasld he dont detect :s can help me?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11170">TEK7</a> — Sun Jul 04, 2010 3:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2010-07-04T11:00:30-04:00</updated>

		<published>2010-07-04T11:00:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93444#p93444</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93444#p93444"/>
		<title type="html"><![CDATA[Script bug help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93444#p93444"><![CDATA[
And you'd better use <a href="http://forum.egghelp.org/viewtopic.php?t=3867" class="postlink">color abd formating rules</a> when writing scripts (ascci, not client)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sun Jul 04, 2010 11:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[raider2k]]></name></author>
		<updated>2010-07-04T08:46:13-04:00</updated>

		<published>2010-07-04T08:46:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93441#p93441</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93441#p93441"/>
		<title type="html"><![CDATA[Script bug help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93441#p93441"><![CDATA[
you might want to change "5Nick" to "$Nick" so nick becomes a variable like its supossed to be.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9589">raider2k</a> — Sun Jul 04, 2010 8:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TEK7]]></name></author>
		<updated>2010-07-04T07:44:15-04:00</updated>

		<published>2010-07-04T07:44:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93440#p93440</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93440#p93440"/>
		<title type="html"><![CDATA[Script bug help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93440#p93440"><![CDATA[
I have this.<br><div class="codebox"><p>Code: </p><pre><code>proc 5on5 { 5on5 mad7684 mad8594 mad873 mad8954 args } {    global pcwon pvtmsg    if { $pcwon == 1 } {    putquick "PRIVMSG $pvtmsg :5Nick: 14$mad7684 Host: 14$mad8594 Msg: 2$mad8954"    }  }</code></pre></div>and work with this<br><div class="codebox"><p>Code: </p><pre><code>bind pub -|- "5on5" 5on5</code></pre></div>but when someone says "5on5 .." the bot sends to me <br>"5Nick: 14~<a href="mailto:legeNd@zNeater.users.quakenet.org">legeNd@zNeater.users.quakenet.org</a> Host: 14* Msg: 2laskdlakdl"<br> he don't send me nick.. on nick he says "*" Can help me?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11170">TEK7</a> — Sun Jul 04, 2010 7:44 am</p><hr />
]]></content>
	</entry>
	</feed>
