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

	<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-04-28T16:42:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-04-28T16:42:54-04:00</updated>

		<published>2003-04-28T16:42:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19574#p19574</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19574#p19574"/>
		<title type="html"><![CDATA[Joining / Parting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19574#p19574"><![CDATA[
The internal ban list will only be compiled if you add the channel in a normal fashion, so ditch the raw stuff unless you want to parse the banlist manually.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Mon Apr 28, 2003 4:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nso]]></name></author>
		<updated>2003-04-27T19:29:32-04:00</updated>

		<published>2003-04-27T19:29:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19535#p19535</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19535#p19535"/>
		<title type="html"><![CDATA[Joining / Parting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19535#p19535"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind raw * JOIN onjoin_proc proc onjoin_proc {from keyword arg} {        set bannmb1 [chanbans #mychan]        set bannmb2 [llength $bannmb1]        putlog $bannmb2]return 1}</code></pre></div>while testing just trying to get usernmb<br>not working with what you suggested tho<br><br>and yeah, need more then just info, also gonna act on info<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3074">nso</a> — Sun Apr 27, 2003 7:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-04-27T18:09:59-04:00</updated>

		<published>2003-04-27T18:09:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19533#p19533</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19533#p19533"/>
		<title type="html"><![CDATA[Joining / Parting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19533#p19533"><![CDATA[
<blockquote class="uncited"><div>And, no, there is no other way.</div></blockquote>Actually there is...<br><br>Make a raw bind on JOIN that sends "WHO #chan" or what ever you might wanna do then return 1.<br>This should prevent the bot from processing the JOIN any further (making it leave if it's not a valid channel).<br>Remember to PART when you're done <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> (ie. on end of /who #chan)<br><br>NAMES and TOPIC is sent to users on join without having to ask for it, so if that's all you're after, just make a couple of raw binds to pick them up and forget about the JOIN thing i mentioned above.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Sun Apr 27, 2003 6:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-04-27T15:38:56-04:00</updated>

		<published>2003-04-27T15:38:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19524#p19524</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19524#p19524"/>
		<title type="html"><![CDATA[Joining / Parting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19524#p19524"><![CDATA[
This has been answered a few times allready.<br><br>Are you trying to add a channel, get information about it, then delete the channel?<br><br>If yes, then it is not the remove channle that is at issue.<br><br>When you add a channel, the channel JOIN is sent, if at all possible (IE, don't if not connect to a server).<br><br>The rpoblem now is, all the infromation you may wish to obtain, IE, bans, topic, who is in there and so on, is not available.<br><br>Eggdrop has to request and parse this information. This doesn't seem like a issue, until you look at everything else. Your script is currently running, and as such, is preventing the bot from parsing this information (it is usualy waiting in a queue, depending on how fast the script is).<br><br>Eggdrop can only do one thing at a time, and currently, it is runnign your script.<br><br>The information will not be parsed until after your script removes the channel. Thus eggdrop forgets the info anyway.<br><br>You would need to enter a channel. Using a timer, then perform the lookup stuff, then leave the channel.<br><br>And, no, there is no other way.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Apr 27, 2003 3:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-04-27T15:01:07-04:00</updated>

		<published>2003-04-27T15:01:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19522#p19522</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19522#p19522"/>
		<title type="html"><![CDATA[Joining / Parting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19522#p19522"><![CDATA[
that depends on what the stuff in the middle is.<br>(Your bot will not join the channel before the proc returns if you do a channel add inside a proc.)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Sun Apr 27, 2003 3:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nso]]></name></author>
		<updated>2003-04-27T14:54:19-04:00</updated>

		<published>2003-04-27T14:54:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19521#p19521</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19521#p19521"/>
		<title type="html"><![CDATA[Joining / Parting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19521#p19521"><![CDATA[
is there any way to make the bot wait to execute the channel remove untill you have done all the stuff in the middle, if you have add/remove in same proc.. without using timer?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3074">nso</a> — Sun Apr 27, 2003 2:54 pm</p><hr />
]]></content>
	</entry>
	</feed>
