Terminus-Project / Terminus-Bot

A scriptable IRC bot written in Ruby.
http://terminus-bot.net/
Other
38 stars 18 forks source link

Persist command aliases in alias.rb #52

Open Faek opened 11 years ago

Faek commented 11 years ago

It would be nice if the command aliases saved to and loaded from the database. I use a few aliases and it would be nice if they were there next time I started the bot.

kabaka commented 9 years ago

It might be sufficient to do alias definitions either entirely at the configuration level (as in #70) or entirely within the database.

Open to discussion on that. Otherwise, we'll just implement both.

Faek commented 9 years ago

I have modified the script to store the aliases in the database and that's been working great for me. Personally, I wouldn't use the configuration-level aliases, I think that is more of an optional add-on feature to the database level aliases.

sariyamelody commented 9 years ago

Would you mind making a pull request for that? I know that's a feature that's on our roadmap, and I'd love to poke through it if you'd be open to it, @Faek.

Faek commented 9 years ago

https://github.com/Terminus-Project/Terminus-Bot/pull/88

sariyamelody commented 9 years ago

@Faek thanks!