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

	<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-11-16T19:35:15-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Kimmi]]></name></author>
		<updated>2003-11-16T19:35:15-04:00</updated>

		<published>2003-11-16T19:35:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30150#p30150</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30150#p30150"/>
		<title type="html"><![CDATA[public note script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30150#p30150"><![CDATA[
oki thanx... <br>but the rest... I dunno [censored]... <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=3560">Kimmi</a> — Sun Nov 16, 2003 7:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-11-16T12:40:09-04:00</updated>

		<published>2003-11-16T12:33:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30124#p30124</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30124#p30124"/>
		<title type="html"><![CDATA[public note script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30124#p30124"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind msg - web user:webbind pub - !web display:webproc user:web {nick uhost hand arg} {global webset user [string tolowe $nick]if {$arg != ""} { set web($user) [lindex [splot $arg] 0] }}proc display:web {nick uhost hand chan arg} {global webset wnick [string tolower [lindex [split $arg] 0]]if {[info exists web($wnick)]} { putserv "PRIVMSG $chan :$wnick site - $web($wnick)"} else { putserv "PRIVMSG $chan :$wnick has no site." }}</code></pre></div>to begin with.<br><br>but the info will be gone when you .restart<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Nov 16, 2003 12:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kimmi]]></name></author>
		<updated>2003-11-16T11:59:52-04:00</updated>

		<published>2003-11-16T11:59:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30121#p30121</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30121#p30121"/>
		<title type="html"><![CDATA[public note script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30121#p30121"><![CDATA[
ohhh... hehe thanx but that wasnt what ment <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br>Gona try to explain one more time:<br><br>I msg the bot:<br>/msg &lt;bot&gt; web  &lt;<a href="http://www.cnn.com" class="postlink">www.cnn.com</a>&gt;   (web is a trigger)<br>then the bot stores this info in a file.  <br>then ppl can trigger inn the channel:<br>!web &lt;nick&gt; <br>The bot looks in the file and looks up my nick and webpage, then reply in notice:<br>&lt;nick&gt;`s homepage is &lt;<a href="http://www.cnn.com" class="postlink">www.cnn.com</a>&gt;<br><br>Anyone knows of such a script...??<br>Or knows how to make...?<br><br><br>Thanx for the script ]Kami[ I tested it, and it was cool.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3560">Kimmi</a> — Sun Nov 16, 2003 11:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2003-11-16T11:33:50-04:00</updated>

		<published>2003-11-16T11:33:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30119#p30119</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30119#p30119"/>
		<title type="html"><![CDATA[public note script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30119#p30119"><![CDATA[
This should work:<br><div class="codebox"><p>Code: </p><pre><code>bind pub -|- !os pub:osproc pub:os {nick host hand chan arg} {putquick "PRIVMSG $chan :My operating system: [unames]"putcmdlog "&lt;&lt;$nick&gt;&gt; !$hand! os"}</code></pre></div>Or, if you want to put own info, then goes like this:<br><div class="codebox"><p>Code: </p><pre><code>bind pub -|- !os pub:osproc pub:os {nick host hand chan arg} {putquick "PRIVMSG $chan :My operating system: Windows 98"putcmdlog "&lt;&lt;$nick&gt;&gt; !$hand! os"}</code></pre></div>Where is Windows 98 put your own text and bot will show this..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Sun Nov 16, 2003 11:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kimmi]]></name></author>
		<updated>2003-11-16T10:25:25-04:00</updated>

		<published>2003-11-16T10:25:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30110#p30110</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30110#p30110"/>
		<title type="html"><![CDATA[public note script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30110#p30110"><![CDATA[
well the script could ve like this:<br><br>/msg &lt;bot&gt; os &lt;Windows 3.11&gt; <br>the info is stored in a file, and then ppl can type in the channel: <br>!os &lt;nick&gt; <br>and the bot reply in notice: <br>&lt;nick&gt; is using os &lt;Windows 3.11&gt;<br><br>It could just as well do this...  and well its a fun script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3560">Kimmi</a> — Sun Nov 16, 2003 10:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Turambar]]></name></author>
		<updated>2003-11-16T10:09:42-04:00</updated>

		<published>2003-11-16T10:09:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30105#p30105</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30105#p30105"/>
		<title type="html"><![CDATA[public note script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30105#p30105"><![CDATA[
What should be the purpose of this?<br>Why not just /whois that person and read the realname?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3245">Turambar</a> — Sun Nov 16, 2003 10:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kimmi]]></name></author>
		<updated>2003-11-16T10:00:21-04:00</updated>

		<published>2003-11-16T10:00:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30104#p30104</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30104#p30104"/>
		<title type="html"><![CDATA[public note script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30104#p30104"><![CDATA[
yeah me again whing for a script...<br><br>I wanted a script that does the following:<br>U can:<br> /msg &lt;bot&gt; whois &lt;myrealname&gt; <br>the info is stored in a file, and then ppl can type in the channel:<br>!whois &lt;nick&gt; <br>and the bot reply in notice:<br>&lt;nick&gt;`s realname is &lt;myrealname&gt;<br><br>There was some scripts inn the tcl-archive tryed to modify a bit, but didnt go so well.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3560">Kimmi</a> — Sun Nov 16, 2003 10:00 am</p><hr />
]]></content>
	</entry>
	</feed>
