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

	<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>2019-01-11T11:20:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[roger]]></name></author>
		<updated>2019-01-11T11:20:46-04:00</updated>

		<published>2019-01-11T11:20:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107333#p107333</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107333#p107333"/>
		<title type="html"><![CDATA[thank you]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107333#p107333"><![CDATA[
i experimented this morning and did like you said in first post and it works fine<br> appreciate the answer  like this forum, everytime i goof or need help there is always someone answering   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12747">roger</a> — Fri Jan 11, 2019 11:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2019-01-11T10:58:53-04:00</updated>

		<published>2019-01-11T10:58:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107331#p107331</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107331#p107331"/>
		<title type="html"><![CDATA[Re: bot mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107331#p107331"><![CDATA[
<blockquote class="uncited"><div>how do i set the bot to /mode +B ???<br>thanks</div></blockquote>If you just want to be able to send that command manually -<br><br><br>Have you enabled the use of raw logging, for your (owner's) use, in eggdrop.conf?<br>If not, find that section in eggdrop.cong and enable it.<br><br>Once it is enabled, then you can use this command in the partyline :<br>.console +r<br>to turn on raw logging.  You'll see everything coming into the bot now, in the partyline.   <br><br>Now do:<br><br>.dump mode &lt;botnick_here&gt;<br><br>and you'll be able to see what the irc server returns.  This is probably what you are used to, with your irc client,  to check modes on yourself.<br><br>You can send the mode command to the irc server, from the bot, to change modes on the bot:<br><br>.dump mode &lt;botnick_here&gt; +B<br><br>ought to do it.<br>Just check it again, with another:<br>.dump mode &lt;botnick_here&gt;<br>to be sure.<br><br>Keep in mind that if you elect to do it manually as just described, that it is temporary.  Then next time you .restart the bot,  it will revert to whatever modes are configured in that section of eggdrop.conf, described in previous post above.<br><br>You'll probably want to do:<br>.console -r<br>when you are done,  as seeing all the stuff coming in can get old, real fast.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Fri Jan 11, 2019 10:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2019-01-11T10:49:45-04:00</updated>

		<published>2019-01-11T10:49:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107330#p107330</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107330#p107330"/>
		<title type="html"><![CDATA[Re: bot mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107330#p107330"><![CDATA[
<blockquote class="uncited"><div>how do i set the bot to /mode +B ???<br>thanks</div></blockquote>Assuming that you want this to happen every time the bot logs into irc server, correct?<br><br><br>One idea -<br><br>Look in eggdrop.conf<br><br>Find this section:<br><div class="codebox"><p>Code: </p><pre><code> # This is a Tcl script to be run immediately after connecting to a server. bind evnt - init-server evnt:init_server  proc evnt:init_server {type} {   global botnick   putquick "MODE $botnick +i-ws" }</code></pre></div>Edit one line -<br><br>From:   putquick "MODE $botnick +i-ws"<br><br>change to:   putquick "MODE $botnick +iB-ws"<br><br>Save the file.<br>You'll need to .restart the bot, so it logs in again, for that proc to be triggered to run again.<br>After restarting and bot logs into irc server again,  check with a <br>/whois  on the bot's nick.   See if the irc server says it's a bot.   <br><br>I hope this helps.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Fri Jan 11, 2019 10:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[roger]]></name></author>
		<updated>2019-01-11T01:24:36-04:00</updated>

		<published>2019-01-11T01:24:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107329#p107329</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107329#p107329"/>
		<title type="html"><![CDATA[bot mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107329#p107329"><![CDATA[
how do i set the bot to /mode +B ???<br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12747">roger</a> — Fri Jan 11, 2019 1:24 am</p><hr />
]]></content>
	</entry>
	</feed>
