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

	<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>2006-11-25T17:29:18-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-11-25T17:29:18-04:00</updated>

		<published>2006-11-25T17:29:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68455#p68455</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68455#p68455"/>
		<title type="html"><![CDATA[LANG: No lang files found for section core]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68455#p68455"><![CDATA[
or you could make a small shell script (like the botchk script that comes with eggdrop) and have that script cd into the bot's homedir and launch the bot, then put that script into your path and launch it from anywhere..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sat Nov 25, 2006 5:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Medea]]></name></author>
		<updated>2006-11-25T10:58:09-04:00</updated>

		<published>2006-11-25T10:58:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68451#p68451</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68451#p68451"/>
		<title type="html"><![CDATA[SOLVED!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68451#p68451"><![CDATA[
OK I found out the problem. <br><br>Well, the docs for installing eggdrop talk about adding the install location to your $PATH. (If you install under Mac OSX that would be /opt/local/bin). All very well, but in my opinion that sets up unreasonable expectations about how that might help matters. It doesn't help at all. <br><br>Yes, if it's added to your $PATH you will be able to launch eggdrop by typing 'eggdrop' in any terminal, but it will quit immediately when it can't find the supporting files (languages, scripts etc.) because they are located in subfolders which are not added to $PATH.<br><br>In other words you MUST first cd to the eggdrop installation folder before running it. For the path (heheh) of least resistance, put your config files in that folder too.<br><br>This is probably obvious to many, but it's the docs which mislead, implying more than is actually delivered by the installer. How hard can it be to get the installer to hook up the default subdirectories properly??? <br><br>My advice: Don't bother putting the eggdrop install folder in your $PATH, it doesn't make life any easier, in my opinion. Just navigate to that folder first, before launching eggdrop, and all we be well.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8403">Medea</a> — Sat Nov 25, 2006 10:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Medea]]></name></author>
		<updated>2006-11-19T20:22:32-04:00</updated>

		<published>2006-11-19T20:22:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68242#p68242</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68242#p68242"/>
		<title type="html"><![CDATA[Any resolution on this issue?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68242#p68242"><![CDATA[
I'm having this exact same problem. The directory 'language' is located in the same place as the eggdrop executable. My config file is in the same directory too. <br><br>I don't see anything in the config file pertaining to the location of the language files.<br><br>Why can't eggdrop see those files?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8403">Medea</a> — Sun Nov 19, 2006 8:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-07-26T22:05:06-04:00</updated>

		<published>2006-07-26T22:05:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64907#p64907</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64907#p64907"/>
		<title type="html"><![CDATA[LANG: No lang files found for section core]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64907#p64907"><![CDATA[
Why is eggdrop a dot folder?<br><br>Try this:<br><blockquote class="uncited"><div>tar zxvf eggdrop1.6.18.tar.gz<br>cd eggdrop1.6.18<br>./configure<br>make config<br>make<br><br>make install DEST=/home/xadin/jaberwokee</div></blockquote>You then simply run eggdrop from the 'jaberwokee'. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>NB: gseen needs only one language file and that is the one that you are actually using in your gseen.conf. <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=3646">Alchera</a> — Wed Jul 26, 2006 10:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[xadin]]></name></author>
		<updated>2006-07-26T04:35:42-04:00</updated>

		<published>2006-07-26T04:35:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64880#p64880</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64880#p64880"/>
		<title type="html"><![CDATA[having the same problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64880#p64880"><![CDATA[
Im having sort of the same problem here, Ive been searching for awhile trying to find a fix to this language problem and this is the only post ive found thats close to my problem<br><br>im using gentoo<br><div class="codebox"><p>Code: </p><pre><code># .eggdrop/jaberwokee/eggdrop -n /opt/eggdrop/eggdrop.conf[03:31] LANG: No lang files found for section core.Eggdrop v1.6.17+Gentoo (C) 1997 Robey Pointer (C) 2004 Eggheads[03:31] Allocated bind table unld (flags 1)[03:31] Allocated bind table time (flags 1)[03:31] Allocated bind table note (flags 0)[03:31] Allocated bind table nkch (flags 1)[03:31] Allocated bind table load (flags 1)[03:31] Allocated bind table link (flags 1)[03:31] Allocated bind table filt (flags 1)[03:31] Allocated bind table disc (flags 1)[03:31] Allocated bind table dcc (flags 0)[03:31] Allocated bind table chpt (flags 1)[03:31] Allocated bind table chon (flags 1)[03:31] Allocated bind table chof (flags 1)[03:31] Allocated bind table chjn (flags 1)[03:31] Allocated bind table chat (flags 1)[03:31] Allocated bind table bot (flags 0)[03:31] Allocated bind table bcst (flags 1)[03:31] Allocated bind table away (flags 1)[03:31] Allocated bind table act (flags 1)[03:31] Allocated bind table evnt (flags 1)[03:31] --- Loading eggdrop v1.6.17+Gentoo (Wed Jul 26 2006)[03:31] LANG: Language loaded: English[03:31] Listening at telnet port 9999 (all).[03:31] MSG210[03:31] MSG210[03:31] Allocated bind table wall (flags 1)[03:31] Allocated bind table raw (flags 1)[03:31] Allocated bind table notc (flags 1)[03:31] Allocated bind table msgm (flags 1)[03:31] Allocated bind table msg (flags 0)[03:31] Allocated bind table flud (flags 1)[03:31] Allocated bind table ctcr (flags 1)[03:31] Allocated bind table ctcp (flags 1)[03:31] MSG210[03:31] MSG210[03:31] Allocated bind table topc (flags 1)[03:31] Allocated bind table splt (flags 1)[03:31] Allocated bind table sign (flags 1)[03:31] Allocated bind table rejn (flags 1)[03:31] Allocated bind table part (flags 1)[03:31] Allocated bind table nick (flags 1)[03:31] Allocated bind table mode (flags 1)[03:31] Allocated bind table kick (flags 1)[03:31] Allocated bind table join (flags 1)[03:31] Allocated bind table pubm (flags 1)[03:31] Allocated bind table pub (flags 0)[03:31] Allocated bind table need (flags 1)[03:31] MSG210[03:31] Allocated bind table rcvd (flags 1)[03:31] Allocated bind table sent (flags 1)[03:31] Allocated bind table lost (flags 1)[03:31] Allocated bind table tout (flags 1)[03:31] LANG: Section loaded: transfer[03:31] LANG: No lang files found for section transfer.[03:31] MSG20F[03:31] MSG210[03:31] MSG210[03:31] Allocated bind table fil (flags 0)[03:31] LANG: Section loaded: filesys[03:31] LANG: No lang files found for section filesys.[03:31] MSG20F[03:31] LANG: Section loaded: console[03:31] LANG: No lang files found for section console.[03:31] MSG20F[03:31] MSG210[03:31] MSG210[03:31] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).[03:31] use '.help userinfo' for commands.[03:31] * MSG535</code></pre></div>I know that I dont need to enable language if im using english but ive tried it just in case<br><br>heres all the files in my language folder<br><div class="codebox"><p>Code: </p><pre><code> ls /home/xadin/.eggdrop/jaberwokee/language/assoc.danish.lang     filesys.english.lang    gseen.nl.lang         stats.el.lang                 stats.ru.langassoc.english.lang    filesys.finnish.lang    gseen.no.lang         stats.es.diego.casorran.lang  stats.se.langassoc.finnish.lang    filesys.french.lang     gseen.pl.lang         stats.es.frajamovi.lang       transfer.danish.langassoc.french.lang     filesys.german.lang     gseen.pt.lang         stats.fra.lang                transfer.english.langassoc.german.lang     gseen.bg.cyrillic.lang  gseen.ro.lang         stats.ger.lang                transfer.finnish.langconsole.danish.lang   gseen.bg.latin.lang     gseen.ru.lang         stats.hun.lang                transfer.french.langconsole.english.lang  gseen.da.lang           gseen.se.lang         stats.it.lang                 transfer.german.langconsole.finnish.lang  gseen.de.lang           gseen.sp.lang         stats.lang                    wire.danish.langconsole.french.lang   gseen.ee.lang           gseen.yu.lang         stats.lt.lang                 wire.english.langconsole.german.lang   gseen.en.lang           mystats.english.lang  stats.nl.pyrofikiemaan.lang   wire.finnish.langcore.danish.lang      gseen.fi.lang           notes.danish.lang     stats.nl.spike.lang           wire.french.langcore.english.lang     gseen.fr.lang           notes.english.lang    stats.no.lang                 wire.german.langcore.finnish.lang     gseen.hr.lang           notes.finnish.lang    stats.polish.langcore.french.lang      gseen.hu.lang           notes.french.lang     stats.pt-br.langcore.german.lang      gseen.it.lang           notes.german.lang     stats.pt.photek.langfilesys.danish.lang   gseen.lv.lang           stats.bg.lang         stats.pt.unknown.lang</code></pre></div>as you can see this is well over 32 files.<br><br>i understand it could be a simple problem of them being in the wrong folder but im not sure what folder they should be in considering this is the default and ive found nobody in the gentoo forums with this problem. <br><br>any help is much appreciated<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8015">xadin</a> — Wed Jul 26, 2006 4:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[xadin]]></name></author>
		<updated>2006-07-26T04:36:54-04:00</updated>

		<published>2006-07-26T04:35:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64879#p64879</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64879#p64879"/>
		<title type="html"><![CDATA[edit]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64879#p64879"><![CDATA[
edited the post to make it cleaner below and couldnt delete this one<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8015">xadin</a> — Wed Jul 26, 2006 4:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2006-02-05T13:17:38-04:00</updated>

		<published>2006-02-05T13:17:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60140#p60140</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60140#p60140"/>
		<title type="html"><![CDATA[LANG: No lang files found for section core]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60140#p60140"><![CDATA[
it might be prudent to direct you to <a href="http://www.egghelp.org/" class="postlink">egghelp's homepage</a>, which has many useful links, such as <a href="http://www.egghelp.org/setup.htm" class="postlink">Setting Up Your Eggdrop</a>... check it out, you won't be disappointed  <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=2706">YooHoo</a> — Sun Feb 05, 2006 1:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-02-04T19:27:33-04:00</updated>

		<published>2006-02-04T19:27:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60126#p60126</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60126#p60126"/>
		<title type="html"><![CDATA[LANG: No lang files found for section core]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60126#p60126"><![CDATA[
The default language for eggdrop is English; you do not need to use 'addlang' switch if you're using English.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Feb 04, 2006 7:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[EgGn0ob]]></name></author>
		<updated>2006-02-04T19:10:33-04:00</updated>

		<published>2006-02-04T19:10:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60125#p60125</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60125#p60125"/>
		<title type="html"><![CDATA[LANG: No lang files found for section core]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60125#p60125"><![CDATA[
it was the entire thing.<br><br>This is my very first eggdrop, so you may be right on it being in the conf file<div class="codebox"><p>Code: </p><pre><code># If you want to have your Eggdrop messages displayed in a language other# than English, change this setting to match your preference. An alternative# would be to set the environment variable EGG_LANG to that value.## Languages included with Eggdrop: Danish, English, French, Finnish, German.addlang "english"</code></pre></div>would that be the problem?[/code]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7311">EgGn0ob</a> — Sat Feb 04, 2006 7:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2006-02-04T12:31:35-04:00</updated>

		<published>2006-02-04T12:31:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60110#p60110</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60110#p60110"/>
		<title type="html"><![CDATA[LANG: No lang files found for section core]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60110#p60110"><![CDATA[
<blockquote class="uncited"><div>I'v downloaded a new copy of eggdrop from geteggdrop.com and i still only have 35 files with the exact same problem</div></blockquote>I'm beginning to believe the problem resides either within your conf file, or perhaps you need to recompile eggdrop...<br>did you include the <span style="text-decoration:underline">entire</span> boot error, or just a snippet..?<br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Sat Feb 04, 2006 12:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[EgGn0ob]]></name></author>
		<updated>2006-02-04T11:14:40-04:00</updated>

		<published>2006-02-04T11:14:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60109#p60109</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60109#p60109"/>
		<title type="html"><![CDATA[LANG: No lang files found for section core]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60109#p60109"><![CDATA[
I'v downloaded a new copy of eggdrop from geteggdrop.com and i still only have 35 files with the exact same problem<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7311">EgGn0ob</a> — Sat Feb 04, 2006 11:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-02-01T00:01:01-04:00</updated>

		<published>2006-02-01T00:01:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59985#p59985</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59985#p59985"/>
		<title type="html"><![CDATA[LANG: No lang files found for section core]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59985#p59985"><![CDATA[
Hmmm, copy them from eggdrop1.6.17/language.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Feb 01, 2006 12:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[EgGn0ob]]></name></author>
		<updated>2006-01-31T22:08:54-04:00</updated>

		<published>2006-01-31T22:08:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59982#p59982</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59982#p59982"/>
		<title type="html"><![CDATA[LANG: No lang files found for section core]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59982#p59982"><![CDATA[
i only have 35 files total, where should i go to download the lang folder?<br><br>Thank you everyone for helping<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7311">EgGn0ob</a> — Tue Jan 31, 2006 10:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-01-31T18:34:51-04:00</updated>

		<published>2006-01-31T18:34:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59976#p59976</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59976#p59976"/>
		<title type="html"><![CDATA[LANG: No lang files found for section core]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59976#p59976"><![CDATA[
<blockquote class="uncited"><div>which directory should i copy them to?<br>theres already a copy in<br>/home/moot/eggdrop/language<br><br>i have<br>assoc.english.lang<br>filesys.english.lang<br>console.english.lang<br>core.english.lang<br>notes.english.lang<br>transfer.english.lang<br>wire.english.lang<br><br>Is there a file i'm missing or is that the wrong directory?</div></blockquote>There are 38 files to be exact; they are all required to be in that folder.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Jan 31, 2006 6:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2006-01-31T11:24:54-04:00</updated>

		<published>2006-01-31T11:24:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59964#p59964</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59964#p59964"/>
		<title type="html"><![CDATA[LANG: No lang files found for section core]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59964#p59964"><![CDATA[
<blockquote class="uncited"><div>Is there a file i'm missing or is that the wrong directory?</div></blockquote>right directory, but not all the files.  Why not just replace the entire ~language folder...?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Tue Jan 31, 2006 11:24 am</p><hr />
]]></content>
	</entry>
	</feed>
