Coder Social home page Coder Social logo

calvin-perl's People

Contributors

jonrober avatar rra avatar

Watchers

 avatar  avatar  avatar  avatar

calvin-perl's Issues

Move .uberbotrc to use yaml

Seriously this was written a while back and the parsing code could be replaced by something sane. YAML is closest to the existing syntax. Also write something to convert existing .uberbotrc files over.

Cambot - Write session data more often

We currently only write session data when the bot is dismissed. If something kills the bot, that causes problems. It also means that a session will still show as pending after first invite, up until the first dismiss. This was originally done for performance to avoid writing session data with each line, but that's not really a problem.

Starting Uberbot

This is probably user-error, but if not...

I'm missing the Calvin::Bots::Characters library when attempting to start uberbot ('/usr/bin/uberbot ~/.frobotrc.yaml'). To get them I used to point at your ~jonrober/perl-stuff directory, but that no longer works. Here's what I've done and the output:

haven:~> /usr/bin/uberbot .frobotrc.yaml 
Can't locate Calvin/Bots/Characters.pm in @INC (you may need to install the Calvin::Bots::Characters module) (@INC contains: /etc/perl /usr/local/lib/i386-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/i386-linux-gnu/perl5/5.24 /usr/share/perl5 /usr/lib/i386-linux-gnu/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/i386-linux-gnu/perl-base) at /usr/bin/uberbot line 21.
BEGIN failed--compilation aborted at /usr/bin/uberbot line 21.


haven:~> perl -I ~jonrober/perl-stuff/ /usr/bin/uberbot .frobotrc.yaml
haven:~> Not a HASH reference at /home/jonrober/perl-stuff/Calvin/Config.pm line 181.

Descbot should use plexchar data

We should use character data from the plexchar files to at least do an alternate list of characters based on character ownership, as well as do something around displaying tag data in descbot. Here are some starting thoughts:

  • Character ownership and listings should be done by the plexchar data, with a "*" or similar to denote the characters we have descriptions for.
  • Being able to show and list characters by tags should be supported.
  • Perhaps descs should be brought entirely into that data tree? The only problem is that the plexchar data is suited for characters and not places, which leaves some of the data barren.

uberbot - Make error log configurable

Add a configuration option for error log. If not set, keep errors in STDERR, where normal system functions can handle. It should then just be set for individual users.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.