[Haskell-cafe] Re: Lambdabot
Daniel Fischer
daniel.is.fischer at web.de
Sat Jun 23 07:48:37 EDT 2007
Am Freitag, 22. Juni 2007 22:43 schrieb Stefan O'Rear:
> On Fri, Jun 22, 2007 at 10:37:55PM +0200, Daniel Fischer wrote:
> > I can partially answer my questions.
> > Removing also Seen does away with the ByteString.index error.
> > Must check the code to see why.
> >
> > Two more concrete questions
> > a) how do I gracefully leave lambdabot?
> > ctrl-C or killing it from another shell are the only ways out I found so
> > far.
>
> "quit"
Well, that's something obvious to try, of course I did:
$ ./lambdabot
Initialising plugins ................................................ done.
lambdabot> quit
Quit
lambdabot> @quit
Quit
lambdabot> Quit
Quit
lambdabot> @Quit
Quit
lambdabot> :quit
Quit
lambdabot> :Quit
Quit
lambdabot> exit
Maybe you meant: elite quit
lambdabot> :exit
Unknown command, try @list
lambdabot> @exit
Unknown command, try @list
lambdabot> "quit"
Quit
lambdabot> "Quit"
Unknown command, try @list
lambdabot>
So it seems my lambdabot is not only partial, but actually broken :-(
>
> > b) what does lambdabot expect in the fptools directory?
>
> Absolutely nothing. It's dead code.
Good.
>
> Stefan
Derek Elkins wrote:
> > Finally, is there a tutorial/manual for using lambdabot?
>
> Um... #haskell...
I have no DSL and pay by the minute => not an option, unfortunately.
Thanks,
Daniel
More information about the Haskell-Cafe
mailing list