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

	<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>2004-12-09T18:03:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Snutte]]></name></author>
		<updated>2004-12-09T18:03:07-04:00</updated>

		<published>2004-12-09T18:03:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43793#p43793</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43793#p43793"/>
		<title type="html"><![CDATA[help with scripting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43793#p43793"><![CDATA[
demond<br><br>thanx =) *hugs*<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5754">Snutte</a> — Thu Dec 09, 2004 6:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-09T17:40:51-04:00</updated>

		<published>2004-12-09T17:40:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43792#p43792</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43792#p43792"/>
		<title type="html"><![CDATA[help with scripting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43792#p43792"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - !radio isonlineproc isonline {n u h c t} {  if {[set who [hand2nick Santa]] != ""} {    puthelp "privmsg $c :(adress to the radio) Radio is Online"  } {    puthelp "privmsg $c :(adress to the radio) Radio is Offline"  }} </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Dec 09, 2004 5:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Snutte]]></name></author>
		<updated>2004-12-09T17:32:48-04:00</updated>

		<published>2004-12-09T17:32:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43791#p43791</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43791#p43791"/>
		<title type="html"><![CDATA[help with scripting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43791#p43791"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>bind pub - !ison isonlineproc isonline {n u h c t} {  if {[set who [hand2nick $t]] != ""} {    puthelp "privmsg $c :$t is online with nick $who!"  } {    puthelp "privmsg $c :$t is offline..."  }}</code></pre></div></div></blockquote>I think I explained pretty bad...sorry..<br><br>A user in the channel is sendig radio when he is online...this "Santa"...but the radio is only running when he is online. That's what I need the script for. The script is gonna check if "Santa" is online when someone writes "!Radio"<br>and answer with:<br>"(adress to the radio) Radio is Online"<br>and if "Santa" is offline the eggdrop is gonna say:<br>"(adress to the radio) Radio is Offline"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5754">Snutte</a> — Thu Dec 09, 2004 5:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-09T17:25:38-04:00</updated>

		<published>2004-12-09T17:25:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43790#p43790</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43790#p43790"/>
		<title type="html"><![CDATA[help with scripting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43790#p43790"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - !ison isonlineproc isonline {n u h c t} {  if {[set who [hand2nick $t]] != ""} {    puthelp "privmsg $c :$t is online with nick $who!"  } {    puthelp "privmsg $c :$t is offline..."  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Dec 09, 2004 5:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Snutte]]></name></author>
		<updated>2004-12-09T17:13:07-04:00</updated>

		<published>2004-12-09T17:13:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43789#p43789</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43789#p43789"/>
		<title type="html"><![CDATA[help with scripting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43789#p43789"><![CDATA[
<blockquote class="uncited"><div>who is Santa? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>a user on bot's userlist? or simply a nick on IRC? (in the latter case there is no need of script at all, just type /whois santa)</div></blockquote>just picked first thing on my mind <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>The user is both on irc and in the userfile<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5754">Snutte</a> — Thu Dec 09, 2004 5:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-09T17:08:51-04:00</updated>

		<published>2004-12-09T17:08:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43788#p43788</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43788#p43788"/>
		<title type="html"><![CDATA[help with scripting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43788#p43788"><![CDATA[
who is Santa? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>a user on bot's userlist? or simply a nick on IRC? (in the latter case there is no need of script at all, just type /whois santa)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Dec 09, 2004 5:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Snutte]]></name></author>
		<updated>2004-12-09T17:05:55-04:00</updated>

		<published>2004-12-09T17:05:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43787#p43787</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43787#p43787"/>
		<title type="html"><![CDATA[help with scripting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43787#p43787"><![CDATA[
Want a script in my eggdrop that does this:<br>When, let us say "Santa" is online and someone writes "!radio" the eggdrop says:<br>"(Adress) Radio is Online"<br>But if "Santa" is offline the eggdrop says this:<br>"(Adress) Radio is Offline"<br><br>Is there a easy way to do this? Or do you any scrpt that do this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5754">Snutte</a> — Thu Dec 09, 2004 5:05 pm</p><hr />
]]></content>
	</entry>
	</feed>
