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

	<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-12-14T12:49:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[topdawg_b]]></name></author>
		<updated>2008-12-14T12:49:43-04:00</updated>

		<published>2008-12-14T12:49:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86239#p86239</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86239#p86239"/>
		<title type="html"><![CDATA[if a nick leaves the channel bot joins and leaves when back]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86239#p86239"><![CDATA[
well I have been reading and this is what I came up with. I am using this in reverse because I want to know  when  the bot leaves but I  listed it  here as a  notify when online . to notify when offline just reverse the if else commands. I am sure the  raw reply differs in servers. so  you may have to change a little. This works on uicn<br>I hope this helps someone else. I have seen many  questions. noone has really answered. if there is a better way of doing it please let me know! good luck all<div class="codebox"><p>Code: </p><pre><code># set the amount of time in minutes of how often you want to check to see when nickserv is # online. Default is 1 so it will check every 1 minute to see if nickserv is onlineset tim 1# set the person in whom you are searching for.set thenick lamenick# set who you areset yournick lamebotproc ident:pr {nick user@host handle text} { global thenick yournick putserv "ISON $thenick"}proc ison:pr {n h paras} { global botnick nick pass tim thenick yournick  if {[lindex [string tolower $paras] 1] != ":$thenick"} {    timer $tim "ident:pr nick user@host handle text"  } else {   putserv "privmsg $yournick :$thenick is online now!"  }}bind msg - !notify ident:prbind raw - 303 ison:pr</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10347">topdawg_b</a> — Sun Dec 14, 2008 12:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[topdawg_b]]></name></author>
		<updated>2008-12-13T15:13:30-04:00</updated>

		<published>2008-12-13T15:13:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86228#p86228</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86228#p86228"/>
		<title type="html"><![CDATA[if a nick leaves the channel bot joins and leaves when back]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86228#p86228"><![CDATA[
i know this has been asked before and there is 1 file floating around thats  suppose to do it , but #1 its a big file that does alot and #2 it doesnt work for me.<br><br>im wanting to in  just a few lines of script do this.<br><br>a bot named xtreme in a channel called #games. my bot is called topbot.<br>i want when xtreme gets lost for topbot to enter the channel when he returns for topbot to leave #games <br><br>in mirc i used on unotify if nick ==  xtreme join the channel <br>and to leave  on join if nick == xtreme part the channel<br><br>ofcourse the bind join will  work for leaving but  what can i do in a few line of script to get topbot to realize that xtreme left.  they r not on the same channel. his covers mine if mine  leaves and mine covers his if he leaves<br>any ideas?  im just not  fluent enough  and i  know i  dont need 3 pages of code for  one nick  thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10347">topdawg_b</a> — Sat Dec 13, 2008 3:13 pm</p><hr />
]]></content>
	</entry>
	</feed>
