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

	<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-05-19T03:49:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-05-19T03:49:59-04:00</updated>

		<published>2008-05-19T03:49:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82986#p82986</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82986#p82986"/>
		<title type="html"><![CDATA[Ban on Notify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82986#p82986"><![CDATA[
<blockquote class="uncited"><div>i wanna know something <br><br> can i make text with all nicks i need so when any 1 connect the server<br><br>is there any way to make the bot go prvt to the nick online and type <br><br>Hi $nick You Are op in This $chan <br><br> ison available in the server  ison: Sysop</div></blockquote>If you know the server command to initiate the request, then the short answer to "can I (I is transitive here since used by yourself, it should be areplaced with YOU) make it?", is no. But can someone possibly make it for you with more information... yes. To read the reply from the server you will need to bind to raw events and parse for that type to be inbound. Not sure what the numeric is for that type. But knowing both, as well as the type of network your on (ircd type) would probably garner you more help.<br><br>EDIT: <a href="http://www.mirc.net/raws/?view=303" class="postlink">appears it's numeric 303</a>, so indeed it's possible....Only problem in doing this would be the self-invoking timer to keep the CHECK_FOR_CREW_ISON procedure running. CHECK_FOR_CREW_ISON would merely perform the ison request , then set another timer to call itself as the prior one elapsed. When the ison reply comes in the CHECK_FOR_CREW procedure is triggered by the raw binding to 303 which parses the ison reply. In parsing the ison reply it simply compares this against your list and takes appropriate actions. Given the examples on egghelp already, I'm surprised you cannot figure this out on your own..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Mon May 19, 2008 3:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[4mirc]]></name></author>
		<updated>2008-05-19T03:29:28-04:00</updated>

		<published>2008-05-19T03:29:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82985#p82985</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82985#p82985"/>
		<title type="html"><![CDATA[Ban on Notify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82985#p82985"><![CDATA[
i wanna know something <br><br> can i make text with all nicks i need so when any 1 connect the server<br><br>is there any way to make the bot go prvt to the nick online and type <br><br>Hi $nick You Are op in This $chan <br><br> ison available in the server  ison: Sysop<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9924">4mirc</a> — Mon May 19, 2008 3:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-05-19T03:19:26-04:00</updated>

		<published>2008-05-19T03:19:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82984#p82984</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82984#p82984"/>
		<title type="html"><![CDATA[Ban on Notify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82984#p82984"><![CDATA[
<blockquote class="uncited"><div>hi demond <br><br> i wanna ask if its possible  to make this script but in other way<br> <br> i mean if some nick has been added to bots notify list and as soon as bot<br><br> notifies that the specific nick is online, make the bot to send pvt msg to<br> <br> the nick with this : Hi $nick You Are Added in This $chan ,, we are waiting <br><br> make the bot to send msg not to banned <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br><br> help me if u can coz i have channel and some ops forget to join it so i<br> <br> i wanna make my bot to invite them <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br><br> thx alot</div></blockquote>Your failing to realize the power of an invite only (+i) channel. It's creation was to allow users to selectively choose who can enter their channel. In the same regard as a key (+k) does. If you want to clutter your channels banlist, then by all means be my guest, as I can't stop you. I can only tell you the potential downside of doing so.... (ban list is full - cannot place ban). Using either +i or +k and customizing the script below with your prefered binding/response method. It's miles easier.<br><br><a href="http://forum.egghelp.org/viewtopic.php?t=11205" class="postlink">http://forum.egghelp.org/viewtopic.php?t=11205</a><br>Change the join bind to react on the whatever your doing.. This stuff is far from rocket science, an invite script is an invite script. Changing binds and responses in these is trivial.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Mon May 19, 2008 3:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[4mirc]]></name></author>
		<updated>2008-05-19T01:55:16-04:00</updated>

		<published>2008-05-19T01:55:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82983#p82983</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82983#p82983"/>
		<title type="html"><![CDATA[Ban on Notify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82983#p82983"><![CDATA[
hi demond <br><br> i wanna ask if its possible  to make this script but in other way<br> <br> i mean if some nick has been added to bots notify list and as soon as bot<br><br> notifies that the specific nick is online, make the bot to send pvt msg to<br> <br> the nick with this : Hi $nick You Are Added in This $chan ,, we are waiting <br><br> make the bot to send msg not to banned <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br><br> help me if u can coz i have channel and some ops forget to join it so i<br> <br> i wanna make my bot to invite them <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br><br> thx alot<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9924">4mirc</a> — Mon May 19, 2008 1:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-03-10T23:20:34-04:00</updated>

		<published>2006-03-10T23:20:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60988#p60988</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60988#p60988"/>
		<title type="html"><![CDATA[Ban on Notify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60988#p60988"><![CDATA[
doesn't make sense, generally the user will /join quicker than your bot does ISON notify check. If your server supports WATCH, the thing might work, but it will still work by nick only<br><br>bottom line: use sticky bans<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Mar 10, 2006 11:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[i.m.offline]]></name></author>
		<updated>2006-03-09T10:39:45-04:00</updated>

		<published>2006-03-09T10:39:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60951#p60951</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60951#p60951"/>
		<title type="html"><![CDATA[Ban on Notify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60951#p60951"><![CDATA[
Hello Friends,<br><br>I would request for an script based on notify i.e. if some nick has been added to bots notify list and as soon as bot notifies that the specific nick is online, shall set the ban in channel. It would be something like blacklist but with no kicks. Because as soon as the user is banned wont be able to join the channel. Thanks in advance.<br><br><br>Regards<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7438">i.m.offline</a> — Thu Mar 09, 2006 10:39 am</p><hr />
]]></content>
	</entry>
	</feed>
