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

	<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>2022-03-01T23:03:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2022-03-01T23:03:47-04:00</updated>

		<published>2022-03-01T23:03:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110963#p110963</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110963#p110963"/>
		<title type="html"><![CDATA[Bass's seen script - accept channel join/part data from mIRC]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110963#p110963"><![CDATA[
<blockquote class="uncited"><div>Heya willyw - that would work in some channels, but I'm on good terms with the channel owner, and manager, and don't want to sneak a bot into there. </div></blockquote>Fair enough.   Makes sense.    <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><blockquote class="uncited"><div>Thanks for the info about the ctcp values - that's actually very helpful for more general reasons.</div></blockquote>Good.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>And you're welcome.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Tue Mar 01, 2022 11:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fusionx]]></name></author>
		<updated>2022-03-01T20:45:09-04:00</updated>

		<published>2022-03-01T20:45:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110962#p110962</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110962#p110962"/>
		<title type="html"><![CDATA[Bass's seen script - accept channel join/part data from mIRC]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110962#p110962"><![CDATA[
Heya willyw - that would work in some channels, but I'm on good terms with the channel owner, and manager, and don't want to sneak a bot into there. <br><br>Thanks for the info about the ctcp values - that's actually very helpful for more general reasons.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12955">fusionx</a> — Tue Mar 01, 2022 8:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2022-03-01T20:14:10-04:00</updated>

		<published>2022-03-01T20:14:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110961#p110961</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110961#p110961"/>
		<title type="html"><![CDATA[Re: Bass's seen script - accept channel join/part data from ]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110961#p110961"><![CDATA[
As I understand you, you want to be able to continue to have Bseen work for just you - the bot owner.<br><br>I'm thinking that your proposed method could be complicated.   Let's see if somebody else comments otherwise.<br><br>In the meantime, just thinking about how to achieve your goal :<br><br>Have you ever played with these settings in eggdrop.conf ? :<div class="codebox"><p>Code: </p><pre><code># There are also several variables to help make your bot less noticeable.# They are: ctcp-version, ctcp-finger, and ctcp-userinfo. You can use set to set# them to values you'd like.</code></pre></div>That's copy and paste, right out of an older eggdrop.conf.   <br><br>So, in use,  you might have something like this:<div class="codebox"><p>Code: </p><pre><code>set ctcp-version "mIRC v6.31 Khaled Mardam-Bey"set ctcp-userinfo "mIRC v6.31 Khaled Mardam-Bey"set ctcp-finger "mIRC v6.31 Khaled Mardam-Bey"</code></pre></div>And presto!    <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>If/when anyone does a version request or whatever on your bot's nick,  it responds and tells them that is it mIRC.    <br>You could have it tell them that it is irssi, hexchat, or foofoo.     <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br>Up to you.<br><br>Now your bot looks like just any old nick, sitting in the channel, never saying anything.<br>Be *sure* that it never says anything!<br><br>Examine the config of Bseen.  If I recall, you can configure it such that it doesn't speak on certain channels.    Perhaps it can be config'd to only work via /msg to the bot ...  I can't remember... would have to check.<br>Then, you could make it so that it only responds to you.<br><br>All just thinking out loud, about a possible solution for you.....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Tue Mar 01, 2022 8:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fusionx]]></name></author>
		<updated>2022-03-01T19:37:42-04:00</updated>

		<published>2022-03-01T19:37:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110960#p110960</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110960#p110960"/>
		<title type="html"><![CDATA[Bass's seen script - accept channel join/part data from mIRC]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110960#p110960"><![CDATA[
Hi!<br><br>I'm using Bass's seen script, and my bot no longer has access to a channel where it gathered about 10,000 records. The new channel manager doesn't want any eggdrop bots, etc. My bot was removed amicably. <br><br>Would it be possible to modify the seen script to allow input from a mIRC client in that and other channels? I love being able to use seen this way, and of course, my data is becoming stale quickly. <br><br>I could see mIRC being able to format the join/part data correctly and pass  it to the bot for inclusion and updates, etc. <br><br>Is this something anyone would want to take on? <br><br>Thanks in advance!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12955">fusionx</a> — Tue Mar 01, 2022 7:37 pm</p><hr />
]]></content>
	</entry>
	</feed>
