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

	<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>2001-12-12T05:40:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-12T05:40:00-04:00</updated>

		<published>2001-12-12T05:40:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2654#p2654</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2654#p2654"/>
		<title type="html"><![CDATA[tcl script needed please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2654#p2654"><![CDATA[
Ok, Here it is...<br><br>&gt;How will it display the info in main chat,<br>&gt;how will it posted in main chat so anyone can see it,<br><div class="codebox"><p>Code: </p><pre><code># Enter the URL for !server info hereset infoserv "Infohere"# Enter the URL for !site info hereset infosite "Sitehere"bind pub - !site pub:siteproc pub:site {nick uhost hand chan text} { global infosite puthelp "PRIVMSG $chan :Here's the info... $infosite" putlog "$nick message me for !site"}bind pub - !server pub:serverproc pub:server {nick uhost hand chan text} {  global infoserv  puthelp "PRIVMSG $chan :Here's the server info... $infoserv"  putlog "$nick messaged me for !server"} </code></pre></div>&gt;why can't i use ] and [,<br>To use ] [, you need to put a  before the brackets.<br><br>Example:<br>[<a href="http://www.something.net" class="postlink">http://www.something.net</a>]<br>Get the idea?<br><br>&gt;how can i get the colors like 4mIRC<br>Simply put a 03(follow by the colour code)<br><br>Example:<br>034Colour<br><br>As for multiline, I'll try coding it for you asap <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Hope it works <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br><p>Statistics: Posted by Guest — Wed Dec 12, 2001 5:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2001-12-12T04:02:00-04:00</updated>

		<published>2001-12-12T04:02:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2652#p2652</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2652#p2652"/>
		<title type="html"><![CDATA[tcl script needed please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2652#p2652"><![CDATA[
To display the info in main chat replace:<br><br>from:<br>-<br>puthelp "NOTICE $nick :Here's the info... $infosite"<br>puthelp "NOTICE $nick :Here's the server info... $infoserv"<br>-<br><br>to:<br>-<br>puthelp "PRIVMSG $chan :Here's the info... $infosite"<br>-<br>puthelp "PRIVMSG $chan :Here's the server info... $infoserv"<br>-<br><br>For colors here is an example:<br>035your msg in here035<br>And you replace 5 with what collor do you want from 0 to 15, as mIRC colors.<br><br>You can use ] and [ but this depends where you are using them.<br><br>To display more lines just add more lines:<br><br>- Lines -<br>puthelp "PRIVMSG $chan :An line added by you where do you want."<br>puthelp "PRIVMSG $chan :An other line added by you where do you want."<br>- Lines -<br><br>This 2 lines are do display in channel. For a notice to user modify to:<br><br>- Lines -<br>puthelp "NOTICE $nick :An line added by you where do you want."<br>puthelp "NOTICE $nick :An other line added by you where do you want."<br>- Lines -<br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed Dec 12, 2001 4:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-11T07:58:00-04:00</updated>

		<published>2001-12-11T07:58:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2615#p2615</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2615#p2615"/>
		<title type="html"><![CDATA[tcl script needed please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2615#p2615"><![CDATA[
ok it all works fine and mucho thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile">)<br>But got some questions again.<br><br>-How will it display the info in main chat,<br>-how will it posted in main chat so anyone can see it,<br>-why can't i use ] and [,<br>-how can i get the colors like 4mIRC<br>-how can i display more lines??<br><br>thanks again <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><p>Statistics: Posted by Guest — Tue Dec 11, 2001 7:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-11T05:24:00-04:00</updated>

		<published>2001-12-11T05:24:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2610#p2610</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2610#p2610"/>
		<title type="html"><![CDATA[tcl script needed please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2610#p2610"><![CDATA[
Here it is:<br><div class="codebox"><p>Code: </p><pre><code># Enter the URL for !server info hereset infoserv "http://www.123.com"# Enter the URL for !site info hereset infosite "http://www.123.com"bind pub - !site pub:siteproc pub:site {nick uhost hand chan text} { global infosite puthelp "NOTICE $nick :Here's the info... $infosite" putlog "$nick message me for !site"}bind pub - !server pub:serverproc pub:server {nick uhost hand chan text} {  global infoserv  puthelp "NOTICE $nick :Here's the server info... $infoserv"  putlog "$nick messaged me for !server"} </code></pre></div>Hope it helps<br><br>_________________<br>Tomorrow's rain will wash the stains away, but something in our minds will always stay<br><br>&lt;font size=-1&gt;[ This Message was edited by: plexus on 2001-12-11 02:25 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Tue Dec 11, 2001 5:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-10T22:22:00-04:00</updated>

		<published>2001-12-10T22:22:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2600#p2600</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2600#p2600"/>
		<title type="html"><![CDATA[tcl script needed please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2600#p2600"><![CDATA[
can anyone help me with a TCL script please.<br>i have it on my onw mIRC and it works fine, but i want it on my eggdrop..<br><br>I want it to respond to commands like !server or !site.<br>So like when someone comes in the channel and says !site it has to display a one line url information, which they can click in mIRC and visit then.<br><br>Thanks in advance <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><p>Statistics: Posted by Guest — Mon Dec 10, 2001 10:22 pm</p><hr />
]]></content>
	</entry>
	</feed>
