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

	<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>2009-06-26T04:41:56-04:00</updated>

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

		<entry>
		<author><name><![CDATA[_El_Chojin_]]></name></author>
		<updated>2009-06-26T04:41:56-04:00</updated>

		<published>2009-06-26T04:41:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89345#p89345</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89345#p89345"/>
		<title type="html"><![CDATA[Remove color from bind]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89345#p89345"><![CDATA[
Thanks, worked prefect  <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=10727">_El_Chojin_</a> — Fri Jun 26, 2009 4:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[username]]></name></author>
		<updated>2009-06-26T00:44:31-04:00</updated>

		<published>2009-06-26T00:44:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89344#p89344</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89344#p89344"/>
		<title type="html"><![CDATA[Remove color from bind]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89344#p89344"><![CDATA[
You need to use <strong class="text-strong">pubm</strong> bind.<br>For example:<div class="codebox"><p>Code: </p><pre><code>bind pubm - "*word*" prwordproc prword {nick uhost hand chan arg} {putserv "PRIVMSG $chan :$nick says $arg on $chan."}</code></pre></div>To remove colors use <strong class="text-strong">stripcodes</strong> command:<div class="codebox"><p>Code: </p><pre><code>bind pubm - "*word*" prwordproc prword {nick uhost hand chan arg} {putserv "PRIVMSG $chan :$nick says [stripcodes c "$arg"] on $chan."}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6813">username</a> — Fri Jun 26, 2009 12:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[_El_Chojin_]]></name></author>
		<updated>2009-06-25T20:39:05-04:00</updated>

		<published>2009-06-25T20:39:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89343#p89343</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89343#p89343"/>
		<title type="html"><![CDATA[Remove color from bind]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89343#p89343"><![CDATA[
Hi to all:<br>I'm trying to make a script that catch a word from a channel (with bind command) and make something., the problem is that when that word is said with a color i don't know how to remove the colour.<br><br>For example i have:<div class="codebox"><p>Code: </p><pre><code>bind pub - MYWORD prwordproc prword {nick uhost hand chan arg} {   Here i make things}</code></pre></div>The script works if i write:<br>MYWORD hello world<br><br>But if i write:<br><span style="color:green">MYWORD hello world</span><br>Dont work, how can i do to make this work? <br><br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10727">_El_Chojin_</a> — Thu Jun 25, 2009 8:39 pm</p><hr />
]]></content>
	</entry>
	</feed>
