Re: Re: Lyntin-devl digest, Vol 1 #286 - 1 msg
Bryan Muir <bmuir-/y8/[email protected]>
| Newsgroups | gmane.comp.games.mud.client.lyntin |
|---|---|
| Message-ID | <1067613033.8578.48.camel@eyrie> |
On Fri, 2003-10-31 at 09:25, will wrote: > When I finished up the configuration stuff, I dropped half of the > command-line options in preference for the configuration file. Having > said that, I update the bootoptions dict with the values passed in on the > commandline. This is why (I think) the readline option still works > (that's assuming it's actually working for you). -r doesn't mean > anything. If you did --read, then it might still work as well. > > /will > Oops.. forgot about that..:) okie.. so i modified my startup script to look as follows... iseta.sh <------------- ~/arena/lyntin40/scripts/runlyntin -c /home/bmuir/rod/iseta.config <------------- and I created a config file like so... iseta.config <------------- [Lyntin] datadir: /home/bmuir/rod moduledir: /home/bmuir/rod/modules read: rod.iseta <------------- In the file rod.iseta i have all of my aliases and actions defined. It is not getting to the actual reading of this file... So what painfully obvious thing have i missed? Bryan Muir