UltrosBot / Ultros

Connecting communities, one squid at a time! Ultros is a multi-protocol chat bot written in Python, designed with both the user and developer in mind
http://ultros.io
Artistic License 2.0
23 stars 7 forks source link

Configurable command shortcuts #56

Open gdude2002 opened 9 years ago

gdude2002 commented 9 years ago

Make it possible to alias longer commands into shorter ones. For example, make it possible to turn.. .say ChanServ op #channel username into .op.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/3937492-configurable-command-shortcuts?utm_campaign=plugin&utm_content=tracker%2F269930&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F269930&utm_medium=issues&utm_source=github).
rakiru commented 9 years ago

This should be a plugin, surely? Or do you mean to allow plugins themselves to create these short commands?

gdude2002 commented 9 years ago

They would basically be shortened commands. They could be a plugin, I guess, it'd just have to tie into the command manager.

rakiru commented 9 years ago

Command shortcuts would be shortened commands? Who knew? :P

But what I mean is, would these be user-configured, or set by the plugin registering the command?

gdude2002 commented 9 years ago

They'd be user-configured.