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

	<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>2008-11-04T04:48:25-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Diablo228]]></name></author>
		<updated>2008-11-04T04:48:25-04:00</updated>

		<published>2008-11-04T04:48:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85717#p85717</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85717#p85717"/>
		<title type="html"><![CDATA[How to make Eggdrop bot Blind for colors?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85717#p85717"><![CDATA[
<span style="color:darkblue">Thank you so much! I have been fighting with color code issues on Chatspace for months. This little snippet of a script works flawlessly with eggdrop 1.6.19. Users are also able to play BogusTrivia in color now. Sweetness. Thank you all.<br><br>--Diablo228--</span><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9343">Diablo228</a> — Tue Nov 04, 2008 4:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Pberetta]]></name></author>
		<updated>2007-10-22T14:12:05-04:00</updated>

		<published>2007-10-22T14:12:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77019#p77019</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77019#p77019"/>
		<title type="html"><![CDATA[How to make Eggdrop bot Blind for colors?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77019#p77019"><![CDATA[
I created strip.tcl like this<div class="codebox"><p>Code: </p><pre><code>catch {unbind raw - PRIVMSG *raw:irc:msg}catch {unbind raw - PRIVMSG *raw:PRIVMSG}bind raw - PRIVMSG striprivmsgproc striprivmsg {f k a} {   set a [stripcodes abcgru $a]   *raw:irc:msg $f $k $a   *raw:PRIVMSG $f $k $a}putlog "colourstripper... Loaded"</code></pre></div>Added to egggdrop.conf<br><br>But triviascript still doesn't react to users answering in coloured text. Am i doing something wrong? Help would be greatly apreciated<br><br>Peer<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9393">Pberetta</a> — Mon Oct 22, 2007 2:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[br00]]></name></author>
		<updated>2007-09-10T05:32:01-04:00</updated>

		<published>2007-09-10T05:32:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75837#p75837</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75837#p75837"/>
		<title type="html"><![CDATA[How to make Eggdrop bot Blind for colors?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75837#p75837"><![CDATA[
what a great little piece of script <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=7892">br00</a> — Mon Sep 10, 2007 5:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Foxman]]></name></author>
		<updated>2007-09-09T01:55:32-04:00</updated>

		<published>2007-09-09T01:55:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75802#p75802</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75802#p75802"/>
		<title type="html"><![CDATA[How to make Eggdrop bot Blind for colors?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75802#p75802"><![CDATA[
Yes! I can Rehash again, Thank you very much rosc2112 <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=8589">Foxman</a> — Sun Sep 09, 2007 1:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-09-08T13:05:13-04:00</updated>

		<published>2007-09-08T13:05:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75791#p75791</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75791#p75791"/>
		<title type="html"><![CDATA[How to make Eggdrop bot Blind for colors?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75791#p75791"><![CDATA[
Use catch around the unbinds (I assume those are the lines causing the crashes)<div class="codebox"><p>Code: </p><pre><code>catch {unbind raw - PRIVMSG *raw:irc:msg}catch {unbind raw - PRIVMSG *raw:PRIVMSG}</code></pre></div>Might want to also read here about how to load scripts without crashing the bot:<br><a href="http://forum.egghelp.org/viewtopic.php?p=63899#63899" class="postlink">http://forum.egghelp.org/viewtopic.php?p=63899#63899</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sat Sep 08, 2007 1:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Foxman]]></name></author>
		<updated>2007-09-07T13:24:25-04:00</updated>

		<published>2007-09-07T13:24:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75782#p75782</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75782#p75782"/>
		<title type="html"><![CDATA[How to make Eggdrop bot Blind for colors?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75782#p75782"><![CDATA[
I always die or get killed on a .rehash because of that little script, any idea why or how to solve that?<br><br>I did put that little script in a new fresh TCL file, still works like a charm though... except that i can't rehash anymore <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8589">Foxman</a> — Fri Sep 07, 2007 1:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Foxman]]></name></author>
		<updated>2007-03-07T13:44:59-04:00</updated>

		<published>2007-03-07T13:44:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71065#p71065</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71065#p71065"/>
		<title type="html"><![CDATA[How to make Eggdrop bot Blind for colors?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71065#p71065"><![CDATA[
User i would like to Thank you very much for that piece of script <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br>It works like a charm <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>Thanks a lot <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8589">Foxman</a> — Wed Mar 07, 2007 1:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[crux]]></name></author>
		<updated>2007-01-11T05:51:42-04:00</updated>

		<published>2007-01-11T05:51:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69593#p69593</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69593#p69593"/>
		<title type="html"><![CDATA[How to make Eggdrop bot Blind for colors?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69593#p69593"><![CDATA[
I don't know how to make with color, but if u want trivia with color <br><br><a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=1373" class="postlink">Bogus Trivia</a> is the best ... look like mIRC trivia.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8573">crux</a> — Thu Jan 11, 2007 5:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2007-01-10T17:59:50-04:00</updated>

		<published>2007-01-10T17:59:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69588#p69588</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69588#p69588"/>
		<title type="html"><![CDATA[How to make Eggdrop bot Blind for colors?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69588#p69588"><![CDATA[
I'm not sure this will work, but it's worth a shot <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><div class="codebox"><p>Code: </p><pre><code>unbind raw - PRIVMSG *raw:irc:msgunbind raw - PRIVMSG *raw:PRIVMSGbind raw - PRIVMSG striprivmsgproc striprivmsg {f k a} {set a [stripcodes abcgru $a]*raw:irc:msg $f $k $a*raw:PRIVMSG $f $k $a}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Wed Jan 10, 2007 5:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Foxman]]></name></author>
		<updated>2007-01-10T17:38:21-04:00</updated>

		<published>2007-01-10T17:38:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69587#p69587</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69587#p69587"/>
		<title type="html"><![CDATA[How to make Eggdrop bot Blind for colors?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69587#p69587"><![CDATA[
I would like to let my users to be able to use Colors, Bolds, Underlines etc.. and to use public (Eggdrop) commands, to answer Trivia Questions and able to communicate with my AI eggdrop bot.<br><br>Or differently said, I would like my eggdrop bot to be blind for Colors, bolds and underline codes...<br><br>sounds not to difficult....<br>How could i make this possible?<br><br>Thanks for reading this, or even reply to this <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br>Greetings Foxman<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8589">Foxman</a> — Wed Jan 10, 2007 5:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
