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

	<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>2014-04-30T09:32:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2014-04-30T09:32:39-04:00</updated>

		<published>2014-04-30T09:32:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102777#p102777</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102777#p102777"/>
		<title type="html"><![CDATA[Re: Bottree Can DCC Chat With Hub Not Leaf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102777#p102777"><![CDATA[
<blockquote class="uncited"><div>Can't view modes for other users</div></blockquote>Yep.<br>That's partly why I said:<blockquote class="uncited"><div>I didn't use the bot. Easier to figure it out on myself, first.<br>Do: /mode nick<br>where nick = my current nick </div></blockquote>So what did you get when you tried it on yourself?  (We're looking for the default... whatever the IRC server sets on everybody upon their logging in, and them just leaving it as-is)<br><blockquote class="uncited"><div>As stated in my original post</div></blockquote>You did?<br>I am overlooking that then.  I didn't see "mode" anywhere in that original post.<br><br><blockquote class="uncited"><div>And yes it is icq</div></blockquote>There we go.   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>This is likely the problem then.  I had the same thing, with my bots on that network.<br><br>First - so you understand:<br>with your client, do:<br>/mode your_nick<br>and you'll get a return showing the user modes set on yourself.<br>Example:<br>/mode jack3<br>returns:<br>jack3 +Tiwx<br><br>Next, do:<br>/helpop umodes<br>and examine the returned list of user modes available with descriptions.<br>You'll find i , w ,  and x  <br>T isn't on the list.  I don't know why it is not.<br><br>So, I experimented with removing T and presto!<br>Apparently on irc.icq.com network, +T sets a user mode on the user such that user cannot recieve CTCP.<br><br>Your solution:<br>For reference go here:   <a href="http://eggwiki.org/Eggdrop.conf" class="postlink">http://eggwiki.org/Eggdrop.conf</a><br>Text search and find:<br># This is a Tcl script to be run immediately after connecting to a server.<br><br>Within that section, find a line:<br>putquick "MODE $botnick +i-ws"<br><br>Edit that line in your bot's eggdrop.conf to include a -T  :<br>putquick "MODE $botnick +iB-Tc"<br><br>That is copy-n-paste right out of eggdrop.conf, from one of my bots on irc.icq.com, right now.  I log into this bot daily, using plain old DCC chat.<br>To be sure, I just tried it with  /ctcp botnick chat and that works fine too (after I set -T on myself)<br><br>I can duplicate your result:<br>"Jalapeno User does not accept CTCPs"<br>by having the bot set +T on itself.<br><br>If you have enabled raw logging in eggdrop.conf, you can use:<br>.console +r<br>to see raw incoming to you bot.<br>Then, if you wish to see the bot's current user mode settings, do:<br>.dump mode botnick<br><br>You can play around with them easily from there:<br>.dump mode botnick +T<br>or<br>.dump mode botnick -T<br>always followed by another:<br>.dump mode botnick<br>so you can be sure of what it currently is.<br><br>When you get done, do:<br>.console -r<br>unless you like to see all that extra stuff.    <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>I hope this helps.<br><br>Feel free to look for me on irc.icq.com regarding bot stuff.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Wed Apr 30, 2014 9:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Fiery_WA]]></name></author>
		<updated>2014-04-30T06:35:29-04:00</updated>

		<published>2014-04-30T06:35:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102776#p102776</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102776#p102776"/>
		<title type="html"><![CDATA[Bottree Can DCC Chat With Hub Not Leaf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102776#p102776"><![CDATA[
Can't view modes for other users<br><br>As stated in my original post<br><br>To date no success. I have tried #set nat-ip "10.1.1.2", I have removed it completely, still no joy with either.<br><br>And yes it is icq<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10051">Fiery_WA</a> — Wed Apr 30, 2014 6:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2014-04-28T08:06:19-04:00</updated>

		<published>2014-04-28T08:06:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102773#p102773</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102773#p102773"/>
		<title type="html"><![CDATA[Re: Bottree Can DCC Chat With Hub Not Leaf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102773#p102773"><![CDATA[
<blockquote class="uncited"><div>...<br><br>- User does not accept CTCPs<br><br>...</div></blockquote>This looks familiar.<br>I've had this happen with some IRC servers/networks.<br><br>Could it be that the IRC server automatically sets some user modes upon each user, upon connecting?   and one of those modes is to not accept incoming CTCPs?<br>(or perhaps the mode is being set in eggdrop.conf)<br>If it is a default mode, I have no idea why it is not happening the same, to both bots.<br><br><br>The solution for me was to identify the mode setting, then manually (re)set it upon the bot logging in on the IRC server, with a command in eggdrop.conf.<br>See:   <a href="http://eggwiki.org/Eggdrop.conf" class="postlink">http://eggwiki.org/Eggdrop.conf</a><br>and find:<br> # This is a Tcl script to be run immediately after connecting to a server.<br>and read that section.  There is a command in there to add MODE settings, and to remove MODE settings.<br><br>The way that I went about identifying whatever modes are automatically set upon logging in on the IRC server:<br>I didn't use the bot.  Easier to figure it out on myself, first.<br>Do:       /mode nick<br>where nick = my current nick<br>and watch for the response.<br>This is typical looking:    jack3_away +Tiwx<br><br>You may be able to get a list of user modes available, with:<br>/helpop <br>or<br>/helpop umodes<br><br>I hope this helps you to figure it out.<br><br>p.s.<br>Would this be irc.icq.com   network?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Mon Apr 28, 2014 8:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2014-04-28T00:37:27-04:00</updated>

		<published>2014-04-28T00:37:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102772#p102772</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102772#p102772"/>
		<title type="html"><![CDATA[Bottree Can DCC Chat With Hub Not Leaf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102772#p102772"><![CDATA[
If a line has an # in front of it the TCL interpreter will ignore that line considering it a comment. Try with removing it if you want to set that IP.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Apr 28, 2014 12:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Fiery_WA]]></name></author>
		<updated>2014-04-27T22:05:23-04:00</updated>

		<published>2014-04-27T22:05:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102771#p102771</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102771#p102771"/>
		<title type="html"><![CDATA[Bottree Can DCC Chat With Hub Not Leaf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102771#p102771"><![CDATA[
Gday<br><br>I have tried every trick in the book (that I know of) to open a DCC Chat with my Leaf.  I can successfully DCC Chat with the HUB using /dcc chat &lt;botname&gt; or /ctcp &lt;botname&gt; chat.<br><br>But the Leaf continually gives me this :- User does not accept CTCPs<br><br>I will admit I am no expert with eggdrops, so I have relied on help from sources such as egghelp.org<br><br>To date no success.  I have tried  #set nat-ip "10.1.1.2", I have removed it completely, still no joy with either.<br><br>I know it isn't a firewall issue because I can chat to the Hub.<br><br>If someone would be kind enough to walk me through the process (as I said no genius when it comes to eggdrops).  I would greatly appreciated the help.<br><br>Cheers<br><br>Susan<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10051">Fiery_WA</a> — Sun Apr 27, 2014 10:05 pm</p><hr />
]]></content>
	</entry>
	</feed>
