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

	<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>2005-05-11T21:26:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-05-11T21:26:44-04:00</updated>

		<published>2005-05-11T21:26:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49383#p49383</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49383#p49383"/>
		<title type="html"><![CDATA[/CTCP CHAT problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49383#p49383"><![CDATA[
<strong class="text-strong">If</strong> the config is properly edited and <em class="text-italics">all</em> the needed modules are loading correctly and the bot is connecting to an IRC network AND /ctcp chat still does not work then you're not looking at eggdrop as the problem! One would be looking at firewalls (yours and/or the shell provider) or IRC clients (incorrect settings).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed May 11, 2005 9:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sith]]></name></author>
		<updated>2005-05-11T12:52:53-04:00</updated>

		<published>2005-05-11T12:52:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49377#p49377</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49377#p49377"/>
		<title type="html"><![CDATA[/CTCP CHAT problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49377#p49377"><![CDATA[
Telnet is forbiden on that server. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> I think that there is some other mistake in config, but Idont know where. Any ideas?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6219">sith</a> — Wed May 11, 2005 12:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2005-05-11T10:24:11-04:00</updated>

		<published>2005-05-11T10:24:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49373#p49373</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49373#p49373"/>
		<title type="html"><![CDATA[/CTCP CHAT problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49373#p49373"><![CDATA[
try using telnet<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed May 11, 2005 10:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sith]]></name></author>
		<updated>2005-05-11T09:59:06-04:00</updated>

		<published>2005-05-11T09:59:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49368#p49368</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49368#p49368"/>
		<title type="html"><![CDATA[/CTCP CHAT problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49368#p49368"><![CDATA[
But problem is not there.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6219">sith</a> — Wed May 11, 2005 9:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-05-11T09:37:13-04:00</updated>

		<published>2005-05-11T09:37:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49365#p49365</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49365#p49365"/>
		<title type="html"><![CDATA[/CTCP CHAT problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49365#p49365"><![CDATA[
From eggdrop.conf:<blockquote class="uncited"><div># This opens a telnet port by which you and other bots can interact with the<br># Eggdrop by telneting in.<br>#<br># There are more options for the listen command in doc/tcl-commands.doc. Note<br># that if you are running more than one bot on the same machine, you will want<br># to space the telnet ports at LEAST 5 apart, although 10 is even better.<br>#<br># Valid ports are typically anything between 1025 and 65535 assuming the<br># port is not already in use.<br>#<br># If you would like the bot to listen for users and bots in separate ports,<br># use the following format:<br>#<br>#   listen 3333 bots<br>#   listen 4444 users<br>#<br># If you wish to use only one port, use this format:<br>#<br>#   listen 3333 all<br>#<br># You need to un-comment this line and change the port number in order to open<br># the listen port. You should not keep this set to 3333.<br>#listen 3333 all</div></blockquote>Reading is such a life experience.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed May 11, 2005 9:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sith]]></name></author>
		<updated>2005-05-11T08:31:25-04:00</updated>

		<published>2005-05-11T08:31:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49363#p49363</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49363#p49363"/>
		<title type="html"><![CDATA[/CTCP CHAT problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49363#p49363"><![CDATA[
sorry, it writes-.<br>DCC Chat session<br>-<br>Client: _1AleX1_ (69.61.141.122)<br>Time: Wed May 11 14:30:05 2005<br>-<br>Acknowledging chat request...<br>-<br>Unable to connect<br>-<br>DCC session closed<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6219">sith</a> — Wed May 11, 2005 8:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sith]]></name></author>
		<updated>2005-05-11T08:27:33-04:00</updated>

		<published>2005-05-11T08:27:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49362#p49362</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49362#p49362"/>
		<title type="html"><![CDATA[I have got problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49362#p49362"><![CDATA[
With /ctcp chat too.   It writes only: Chat with _1AleX1_<br>Waiting for acknowledgement... . What can I do? Help me pls...<img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6219">sith</a> — Wed May 11, 2005 8:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rabb1d]]></name></author>
		<updated>2005-05-09T16:19:47-04:00</updated>

		<published>2005-05-09T16:19:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49273#p49273</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49273#p49273"/>
		<title type="html"><![CDATA[Re: i need help too]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49273#p49273"><![CDATA[
<blockquote class="uncited"><div>when i do /CTCP Tobor <blockquote class="uncited"><div>,my bot,</div></blockquote> CHAT it connects it says if you a new user type 'NEW' here and i do then its say a i dont have access<br> please help!!!!!!!!!!!!!</div></blockquote>type new<br>set your user name<br>set your password and you're all set.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5535">rabb1d</a> — Mon May 09, 2005 4:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-05-05T04:43:16-04:00</updated>

		<published>2005-05-05T04:43:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49034#p49034</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49034#p49034"/>
		<title type="html"><![CDATA[/CTCP CHAT problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49034#p49034"><![CDATA[
<a href="http://www.egghelp.org/setup.htm#config" class="postlink">RTFM</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Thu May 05, 2005 4:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Legolas2901]]></name></author>
		<updated>2005-05-04T23:35:59-04:00</updated>

		<published>2005-05-04T23:35:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49028#p49028</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49028#p49028"/>
		<title type="html"><![CDATA[i need help too]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49028#p49028"><![CDATA[
when i do /CTCP Tobor <blockquote class="uncited"><div>,my bot,</div></blockquote> CHAT it connects it says if you a new user type 'NEW' here and i do then its say a i dont have access<br> please help!!!!!!!!!!!!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6175">Legolas2901</a> — Wed May 04, 2005 11:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-05-04T20:52:05-04:00</updated>

		<published>2005-05-04T20:52:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49023#p49023</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49023#p49023"/>
		<title type="html"><![CDATA[/CTCP CHAT problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49023#p49023"><![CDATA[
<blockquote class="uncited"><div>I'm having the same sort of problem but I get this,<br>[7:30pm] -&gt; [thisbot] CHAT<br>[thisbot ERROR reply]: no telnet port</div></blockquote>You didnt specify a listen port in your config file<br><br>Uncomment/edit this line<blockquote class="uncited"><div>#listen 3333 all</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Wed May 04, 2005 8:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[buckley]]></name></author>
		<updated>2005-05-04T19:32:49-04:00</updated>

		<published>2005-05-04T19:32:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49018#p49018</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49018#p49018"/>
		<title type="html"><![CDATA[/CTCP CHAT problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49018#p49018"><![CDATA[
I'm having the same sort of problem but I get this,<br>[7:30pm] -&gt; [thisbot] CHAT<br>[thisbot ERROR reply]: no telnet port<br><br>Can someone help me figure out whats going on here?<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6191">buckley</a> — Wed May 04, 2005 7:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-05-01T12:34:38-04:00</updated>

		<published>2005-05-01T12:34:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48821#p48821</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48821#p48821"/>
		<title type="html"><![CDATA[/CTCP CHAT problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48821#p48821"><![CDATA[
the most likely cause:<br>firewalled ports <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br>in the CTCP case, its the bot that is firewalled. check the portrange setting in the .conf.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sun May 01, 2005 12:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[_fr33man_]]></name></author>
		<updated>2005-04-30T08:15:46-04:00</updated>

		<published>2005-04-30T08:15:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48762#p48762</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48762#p48762"/>
		<title type="html"><![CDATA[/CTCP CHAT problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48762#p48762"><![CDATA[
I'm using an Eggdrop 1.6.17 and am unable to connect to my bot via the /CTCP &lt;botnick&gt; CHAT command.The problem is that when i accept the ctcp reply from the bot i get only 'Connecting...' and that's it.What could be the cause of this and how do you think can i fix it?<br><br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6169">_fr33man_</a> — Sat Apr 30, 2005 8:15 am</p><hr />
]]></content>
	</entry>
	</feed>
