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

	<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>2010-07-16T15:23:41-04:00</updated>

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

		<entry>
		<author><name><![CDATA[marvz]]></name></author>
		<updated>2010-07-16T15:23:41-04:00</updated>

		<published>2010-07-16T15:23:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93566#p93566</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93566#p93566"/>
		<title type="html"><![CDATA[Eggdrop help please. Config file not found]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93566#p93566"><![CDATA[
Thank you. That's what was wrong. the global-idle-kick was on.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11259">marvz</a> — Fri Jul 16, 2010 3:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-07-15T12:07:41-04:00</updated>

		<published>2010-07-15T12:07:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93546#p93546</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93546#p93546"/>
		<title type="html"><![CDATA[Eggdrop help please. Config file not found]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93546#p93546"><![CDATA[
Could you use the .chaninfo dcc partyline command to check the value of the idle-kick setting for your channel? It should be set to 0 to prevent idle-kicking, like in your config (just to make sure there isn't a different value stored within your channel's file).<br><br>If you need to alter one of the channel settings, use the .chanset command.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Jul 15, 2010 12:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[marvz]]></name></author>
		<updated>2010-07-13T21:10:38-04:00</updated>

		<published>2010-07-13T21:10:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93528#p93528</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93528#p93528"/>
		<title type="html"><![CDATA[Eggdrop help please. Config file not found]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93528#p93528"><![CDATA[
Sorry for the bump. Does anyone know what's wrong with this? Thanks in advance.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11259">marvz</a> — Tue Jul 13, 2010 9:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[marvz]]></name></author>
		<updated>2010-07-08T12:57:12-04:00</updated>

		<published>2010-07-08T12:57:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93478#p93478</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93478#p93478"/>
		<title type="html"><![CDATA[Eggdrop help please. Config file not found]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93478#p93478"><![CDATA[
Hello again. I wasn't sure if I should start a new thread or just continue within this one since this is something that is still a part of the initial setup from what I've been reading.<br><br>I was trying to use my bot to do op functions and it would tell me that it is not a chan op to perform the requested actions. I have the bot added to my SOP group in the chan. So I found that my bot did not know it was an op so I added the following to my .conf file:<br><div class="codebox"><p>Code: </p><pre><code>set opchars "@&amp;~"</code></pre></div>As soon as I did that and .rehash within a minute my bot started to deop/kick/kickban all the users in the chan that were idleing or haven't said anything within a minute. here is my .conf file:<br><div class="codebox"><p>Code: </p><pre><code>#! ./eggdrop### Core Settings ###set admin "Marvz"set nick "Beersnob"set altnick "Beersnob-"set realname "Beersnob"set network "Others"set net-type "5"set init-server { putserv "mode Beersnob +i" }set default-port 6667set servers {  irc.irc4lyf.com    }set timezone "PST"set offset "7"set env(TZ) "$timezone $offset"set my-hostname "irc4lyf.com"set my-ip ""### Logfile Settings ###set max-logs 5set max-logsize 0set quick-logs 0logfile mcobxs * "logs/Beersnob.log"logfile jkp #spf "logs/#spf.log"set log-time 1set keep-all-logs 1set logfile-suffix ""set switch-logfiles-at 300set quiet-save 0### Console Settings ###set console "mkcobxs"### File &amp; Directory Settings ###set userfile "Beersnob.user"set pidfile "pid.Beersnob"set chanfile "Beersnob.chan"set force-expire 0set share-greet 0set use-info 1set sort-users 0set help-path "help/"set text-path "text/"set temp-path "/tmp"set motd "text/motd"set telnet-banner "text/banner"set userfile-perm 0600set mod-path "modules/"### BotNet Settings ###set botnet-nick "Beersnob"listen 3333 allset remote-boots 0set share-unlinks 0set protect-telnet 1set dcc-sanitycheck 1set ident-timeout 0set require-p 1set open-telnets 0set stealth-telnets 0set use-telnet-banner 0set connect-timeout 30set dcc-flood-thr 3set telnet-flood 5:60set paranoid-telnet-flood 1set resolve-timeout 15### Channel Settings ###loadmodule channelsset global-flood-chan 4:5set global-flood-deop 0:0set global-flood-kick 0:0set global-flood-join 4:05set global-flood-ctcp 2:02set global-flood-nick 5:20set global-aop-delay 0:00set global-idle-kick 0set global-chanmode "nt"set global-stopnethack-mode 0set global-revenge-mode 0set global-ban-time 0set global-exempt-time 60set global-invite-time 60set global-chanset {    +autoop           +autovoice    -bitch            -cycle    +dontkickops      +dynamicbans    +dynamicexempts   +dynamicinvites    +enforcebans      -greet    -inactive         +nodesynch    +protectfriends   +protectops    -revenge          -revengebot    -secret           +seen    +shared           -statuslog    +userbans         +userexempts    +userinvites      -protecthalfops    -autohalfop}channel add #spf {    chanmode "+tn"    idle-kick 0    flood-chan 5:4    flood-join 5:10    flood-ctcp 3:60    flood-deop 0:0    flood-kick 0:0}channel set #spf +enforcebans +dynamicbans +autoop +autovoice +protectops +protectfriends#set opchars "@&amp;~"### Advanced Settings ###set ignore-time 5set hourly-updates 00set owner "Marvz"set notify-newusers "Marvz"set default-flags "hp"set whois-fields "url birthday"set die-on-sighup 0set die-on-sigterm 1unbind dcc n tcl *dcc:tclunbind dcc n set *dcc:setset must-be-owner 1unbind dcc n simul *dcc:simulset max-dcc 50set enable-simul 1set allow-dk-cmds 1set dupwait-timeout 5### Module Settings ###loadmodule dnsloadmodule transferloadmodule shareloadmodule serverloadmodule ctcploadmodule ircloadmodule notesloadmodule consoleloadmodule blowfishcheckmodule blowfishloadmodule uptimeset keep-nick 1set strict-host 0set quiet-reject 1set lowercase-ctcp 0set answer-ctcp 3set flood-msg 5:5set flood-ctcp 3:60set never-give-up 1set strict-servernames 0set server-cycle-wait 60set server-timeout 60set servlimit 0set check-stoned 1set use-console-r 0set debug-output 0set serverror-quit 1set max-queue-msg 300set trigger-on-ignore 0set double-mode 0set double-server 0set double-help 0set optimize-kicks 1set stack-limit 4set ctcp-mode 0set bounce-bans 1set bounce-modes 0set max-bans 100set max-modes 30set kick-fun 0set ban-fun 0set learn-users 0set wait-split 600set wait-info 180set mode-buf-length 200bind msg - ident *msg:identbind msg - addhost *msg:addhostset no-chanrec-info 0set bounce-exempts 0set bounce-invites 0set max-exempts 20set max-invites 20set prevent-mixing 1set max-dloads 3set dcc-block 1024set copy-to-tmp 1set xfer-timeout 30set share-compressed 1set max-notes 50set note-life 60set allow-fwd 0set notify-users 1set notify-onjoin 1set console-autosave 1set force-channel 0set info-party 0# Many takeover attempts occur due to lame users blindly /msg ident'ing to# the bot and attempting to guess passwords. We now unbind this command by# default to discourage them. You can enable this command by un-commenting# the following two lines.bind msg - ident *msg:identbind msg - addhost *msg:addhost# This is a Tcl script to be run immediately after connecting to a server.bind evnt - init-server evnt:init_serverproc evnt:init_server {type} {  global botnick  putquick "MODE $botnick +ib-ws"  putquick "privmsg nickserv : identify *****"} ### Script Settings ###source scripts/alltools.tclsource scripts/action.fix.tclsource scripts/bseen1.4.2.tcl#source scripts/mel2.tcl#source scripts/beer.tcl#source gseen.conf</code></pre></div>I read that the eggdrop needed those characters in order for it to know that it had SOP privileges in the chan. Any help would be appreciated. Thanks in advance.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11259">marvz</a> — Thu Jul 08, 2010 12:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[marvz]]></name></author>
		<updated>2010-06-24T09:52:59-04:00</updated>

		<published>2010-06-24T09:52:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93410#p93410</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93410#p93410"/>
		<title type="html"><![CDATA[Eggdrop help please. Config file not found]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93410#p93410"><![CDATA[
Thank you very much. I got it to work just fine using all your help. Thank you very much once again and I look forward to learning so much from this forum!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11259">marvz</a> — Thu Jun 24, 2010 9:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-06-24T08:29:07-04:00</updated>

		<published>2010-06-24T08:29:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93407#p93407</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93407#p93407"/>
		<title type="html"><![CDATA[Eggdrop help please. Config file not found]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93407#p93407"><![CDATA[
Then, unfortunately, dcc chat between clients behind that firewall/router will probably not work. However, you can still gain access to the partyline using a telnet client.<br>Look up which port your eggdrop listens for users (see your config-file, look for 'listen'). Then connect to 127.0.0.1 using that port (telnet 127.0.0.1 12345).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Jun 24, 2010 8:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[marvz]]></name></author>
		<updated>2010-06-23T20:16:48-04:00</updated>

		<published>2010-06-23T20:16:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93403#p93403</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93403#p93403"/>
		<title type="html"><![CDATA[Eggdrop help please. Config file not found]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93403#p93403"><![CDATA[
So after reading up on the masquerading router its confirmed that I do have that on my router. I found the ip attached to my laptop but at this point I'm drawing a blank. What should I look for or do from this point on?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11259">marvz</a> — Wed Jun 23, 2010 8:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[marvz]]></name></author>
		<updated>2010-06-23T16:11:17-04:00</updated>

		<published>2010-06-23T16:11:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93402#p93402</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93402#p93402"/>
		<title type="html"><![CDATA[Eggdrop help please. Config file not found]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93402#p93402"><![CDATA[
I'm going to look into your suggestion on the SOHO and masquerading router. Its the 2wire one that AT&amp;T supplies with their DSL service. Thanks again and I'll report what I find. Thanks again.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11259">marvz</a> — Wed Jun 23, 2010 4:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-06-20T13:54:42-04:00</updated>

		<published>2010-06-20T13:54:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93391#p93391</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93391#p93391"/>
		<title type="html"><![CDATA[Eggdrop help please. Config file not found]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93391#p93391"><![CDATA[
Can't run commands when eggdrop is launched into background:<br>Works as intended. Since the process releases control of the terminal as it forks into background, control is returned to the shell application. Any text written on the console once the eggdrop has forked will thus be passed to the shell application instead.<br><br>The dropped dcc connection:<br>The IP in the dcc chat request looks proper. So does the hostmasks in your userfile.<blockquote class="uncited"><div>Would you and/or your eggdrop be hosted behind a SOHO-firewall or "masquerading router"?</div></blockquote>Restarting laptop to kill process:<br>I'm no apple-expert, but from what I've been told, the kill command works just as well on MacOSX, as it does on linux, *nix, and BSD.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sun Jun 20, 2010 1:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[marvz]]></name></author>
		<updated>2010-06-20T11:57:20-04:00</updated>

		<published>2010-06-20T11:57:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93389#p93389</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93389#p93389"/>
		<title type="html"><![CDATA[Eggdrop help please. Config file not found]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93389#p93389"><![CDATA[
This is the beersnob.user file I opened in xcode:<br><div class="codebox"><p>Code: </p><pre><code>#4v: eggdrop v1.6.19+ctcpfix -- Beersnob -- written Sun Jun 20 15:00:00 2010HQ         - p                       --LASTON 1277008623 partyline--XTRA created 1276900379marvz      - hjlmnoptx               ! #spf                 1277013998 -          --HOSTS *!marvz@*.irvnca.pacbell.net--HOSTS -telnet!*@*--HOSTS *!pedro@east.LA--LASTON 1277013998 #spf--PASS +FpA3W/6w7Sn1--XTRA created 1276900416::#spf bans&amp;&amp;#spf exempts$$#spf invites</code></pre></div>It sees me as the owner. And yes, it does use the HQ. I did notice that when i do log the bot in using ./eggdrop beersnob it only runs in the background and still doesn't allow me to say any commands and doesn't pop up in irc. It doesn't let me quit either. I have to restart my laptop to kill the bot.<div class="codebox"><p>Code: </p><pre><code>Last login: Sat Jun 19 21:59:33 on ttys001Marvin-Gomezs-MacBook:~ marvingomez$ cd /Users/marvingomez/EggdropMarvin-Gomezs-MacBook:Eggdrop marvingomez$ ./eggdrop beersnob.confEggdrop v1.6.19+ctcpfix (C) 1997 Robey Pointer (C) 2008 Eggheads[08:52] --- Loading eggdrop v1.6.19+ctcpfix (Sun Jun 20 2010)[15:53] Listening at telnet port 3333 (all).[15:53] Module loaded: channels        [15:53] Module loaded: dns             [15:53] Module loaded: transfer         (with lang support)[15:53] Module loaded: share           [15:53] Module loaded: server          [15:53] Module loaded: ctcp            [15:53] Module loaded: irc             [15:53] Module loaded: notes            (with lang support)[15:53] Module loaded: console          (with lang support)[15:53] Module loaded: blowfish        [15:53] Module loaded: uptime          [15:53] bseen1.4.2c:  -- Bass's SEEN loaded --[15:53]      Loading seen database...[15:53]      Done loading 33 seen records.[15:53] Userfile loaded, unpacking...[15:53] === Beersnob: 1 channels, 2 users.Launched into the background  (pid: 7263)Marvin-Gomezs-MacBook:Eggdrop marvingomez$ .quit-bash: .quit: command not found</code></pre></div>EDIT: It showed up in irc now but I still can't dcc chat or anything to the bot through terminal or dcc chat. It kills the dcc chat.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11259">marvz</a> — Sun Jun 20, 2010 11:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-06-20T11:41:34-04:00</updated>

		<published>2010-06-20T11:41:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93387#p93387</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93387#p93387"/>
		<title type="html"><![CDATA[Eggdrop help please. Config file not found]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93387#p93387"><![CDATA[
If the .msg and other commands only tell you to get .help, that means you currently have no permissions. This makes sense if you were typing them from the console window where you started your eggdrop using -nt, as the console gets logged on as 'HQ' with no permissions.<br><br>Since the connection gets instantly dropped when you use /ctcp chat, that tells me that the user record you created earlier lacks proper hostmasks (which are used to recognize users). Would you and/or your eggdrop be hosted behind a SOHO-firewall or "masquerading router"?<br><br>What you can do, is locate and edit your userfile in some text editor. From memory, each record starts on a line with the username followed by flags and encrypted password on a single line, the following lines belonging to this record all start with -- and the type of information.<br>What we're looking for is --HOST, which should contain one hostmask (string with wildcards that is matched against nick!ident@host or -telnet!ident@host). Make sure there is atleast one such line for your record that matches you. You could try to edit this manually, though you'd probably be better off deleting the userfile and restarting your eggdrop with -m, to re-create your userfile and set a password.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sun Jun 20, 2010 11:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[marvz]]></name></author>
		<updated>2010-06-20T01:13:14-04:00</updated>

		<published>2010-06-20T01:13:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93383#p93383</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93383#p93383"/>
		<title type="html"><![CDATA[Eggdrop help please. Config file not found]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93383#p93383"><![CDATA[
So, after looking around and trying different setting that I found using the search I'm assuming that it still has something to do with the threaded tcl. I changed the code in the config.h to:<div class="codebox"><p>Code: </p><pre><code>#define HAVE_TCL_THREADS 1</code></pre></div>Now the bot only loads in the background if I type<div class="codebox"><p>Code: </p><pre><code>./eggdrop beersnob.conf</code></pre></div>If Itype <div class="codebox"><p>Code: </p><pre><code>./eggdrop -nt beersnob.conf</code></pre></div>it loads fine but I cannot use any of the . commands that you mentioned previously. I also am unable to dcc chat or telnet to the bot itself. So when I try to do anything with the bot it just sits there or cancels the dcc chat. I tried the <br>/msg yourbot HELP<br><br> /ctcp yourbot chat <br><br>and this is what I get<div class="codebox"><p>Code: </p><pre><code>[05:01] DCC connection: CHAT (marvz!pedro@east.LA)[05:01] CTCP DCC: CHAT CHAT 1172744525 44002 from marvz (pedro@east.LA)[05:02] Lost dcc connection to marvz (pedro@east.LA/44002)</code></pre></div>The dcc chat gets killed as soon as I type anything.<br><br>I recompiled and did everything that you suggested in this thread and previous ones. I'm lost at this point. thanks again for the help and especially with for your patience with me. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11259">marvz</a> — Sun Jun 20, 2010 1:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[marvz]]></name></author>
		<updated>2010-06-19T18:38:48-04:00</updated>

		<published>2010-06-19T18:38:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93379#p93379</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93379#p93379"/>
		<title type="html"><![CDATA[Eggdrop help please. Config file not found]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93379#p93379"><![CDATA[
When I try any of those commands it says What? You need ".help" etc... Am I missing something that helps with those commands?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11259">marvz</a> — Sat Jun 19, 2010 6:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-06-19T17:14:13-04:00</updated>

		<published>2010-06-19T17:14:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93376#p93376</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93376#p93376"/>
		<title type="html"><![CDATA[Eggdrop help please. Config file not found]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93376#p93376"><![CDATA[
From the dcc chat partyline, there's commands such as .say .act and .msg to make your eggdrop speak and act in a channel or private message.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Jun 19, 2010 5:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[marvz]]></name></author>
		<updated>2010-06-19T17:12:21-04:00</updated>

		<published>2010-06-19T17:12:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93375#p93375</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93375#p93375"/>
		<title type="html"><![CDATA[Eggdrop help please. Config file not found]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93375#p93375"><![CDATA[
Looks like its working now. Thank you very much!<br><br>I do have one question though, will I be able to use my bot to chat as well or will it strictly stay in the room and run commands/scripts I load into it? I recall a long time ago a user in a chan used to use the bot to chat through his terminal. I searched and didn't find anything similar. Maybe I'm just not using the right parameters.<br><br>Thanks in advance!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11259">marvz</a> — Sat Jun 19, 2010 5:12 pm</p><hr />
]]></content>
	</entry>
	</feed>
