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

	<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>2005-09-25T07:44:24-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ranny]]></name></author>
		<updated>2005-09-25T07:44:24-04:00</updated>

		<published>2005-09-25T07:44:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56079#p56079</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56079#p56079"/>
		<title type="html"><![CDATA[checking server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56079#p56079"><![CDATA[
Yeah,<br><br>it's really very nice <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6386">ranny</a> — Sun Sep 25, 2005 7:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-24T20:58:02-04:00</updated>

		<published>2005-09-24T20:58:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56067#p56067</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56067#p56067"/>
		<title type="html"><![CDATA[checking server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56067#p56067"><![CDATA[
a notify script on eggdrop is basically pointless (since you already have built-in notify in your irc client), unless used to grab a nick when it becomes available (jupe); anyway, here's how to use ISON:<div class="codebox"><p>Code: </p><pre><code>bind raw - 303 foobind pub - !ison barproc bar {n u h c t} {   if {![info exists ::who]} {      set ::who $t      putserv "ison $t"   }}proc foo {f k t} {   set t [lrange [split $t] 1 e]   set t [string trimleft [join $t] :]   if {$t == ""} {set t offline} {set t online}   puthelp "privmsg #channel :$::who is $t"   unset ::who }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Sep 24, 2005 8:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ranny]]></name></author>
		<updated>2005-09-24T19:01:01-04:00</updated>

		<published>2005-09-24T19:01:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56066#p56066</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56066#p56066"/>
		<title type="html"><![CDATA[checking server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56066#p56066"><![CDATA[
Yes demond thx.<br><br>But i don't now how to use "ISON".You can give me an example please<br><br>THX<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6386">ranny</a> — Sat Sep 24, 2005 7:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-24T13:08:10-04:00</updated>

		<published>2005-09-24T13:08:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56056#p56056</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56056#p56056"/>
		<title type="html"><![CDATA[checking server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56056#p56056"><![CDATA[
there is no point of using WHOIS where ISON will do, ISON causes much less traffic and is therefore allowed at higher pace than WHOIS<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Sep 24, 2005 1:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ranny]]></name></author>
		<updated>2005-09-24T09:09:36-04:00</updated>

		<published>2005-09-24T09:09:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56051#p56051</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56051#p56051"/>
		<title type="html"><![CDATA[checking server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56051#p56051"><![CDATA[
hello,<br><br>In fact I have a script where when  user type "!whois nick" the eggdrop gives information on the nick.<br>It's possible with a raw, who reacts at the whois, to directly know if the nick is on the server?? <br>That the eggdrop writes on the chan "nick isn't present on the server" , for example <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_question.gif" width="15" height="15" alt=":?:" title="Question"> <br><br>Thanks and sorry for my bad english <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":-(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6386">ranny</a> — Sat Sep 24, 2005 9:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-23T19:18:39-04:00</updated>

		<published>2005-09-23T19:18:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56024#p56024</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56024#p56024"/>
		<title type="html"><![CDATA[checking server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56024#p56024"><![CDATA[
all servers support ISON command, and notify scripts typically use it periodically to check if certain nick(s) are on IRC<br><br>however, it's use is deprecated on servers which support WATCH server-side notify command (those that use DALnet's bahamut, EFnet's later versions of ircd-hybrid-7, every lamer's favourite Unreal, and maybe more that I'm not aware of); on such servers, you simply supply the nick(s) you need to be watched for as a parameter of WATCH and [bind raw] in order to be notified by the server upon those nick(s) sign-in or sign-off - no need of periodic polling with ISON<br><br>you can also [bind raw] to 005 and parse ISUPPORT server reply for WATCH support (as mIRC does and eggdrop should be doing)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Sep 23, 2005 7:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-09-23T19:05:05-04:00</updated>

		<published>2005-09-23T19:05:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56023#p56023</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56023#p56023"/>
		<title type="html"><![CDATA[checking server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56023#p56023"><![CDATA[
Search the <a href="http://www.egghelp.org/tcl.htm" class="postlink">Tcl archive</a> for notify.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Sep 23, 2005 7:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ranny]]></name></author>
		<updated>2005-09-23T18:47:34-04:00</updated>

		<published>2005-09-23T18:47:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56022#p56022</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56022#p56022"/>
		<title type="html"><![CDATA[checking server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56022#p56022"><![CDATA[
hello,<br><br>It's possible to check if a nick is on the server? <br>so yes, how verify?<br><br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6386">ranny</a> — Fri Sep 23, 2005 6:47 pm</p><hr />
]]></content>
	</entry>
	</feed>
