Issue Details (XML | Word | Printable)

Key: RAD-22
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Douglas R Miles
Reporter: Douglas R Miles
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Radegast

Plugin System for using and adding in new Commands from chat

Created: 07/Sep/09 09:01 PM   Updated: 07/Sep/09 09:09 PM
Component/s: Chat
Affects Version/s: 1.9
Fix Version/s: 1.9

Issue Links:
Sub-issue
 

Steps to Reproduce: Type //help in the chat console to list avalable commands
Fixed in Revision: 206


 Description  « Hide
Plugin System for using and adding in new Commands from chat

A plug-in developer may add new commands to Radegast by making an Assembly with the folling interface: IRadegastCommand
and then placing it into the same directory as Radegast.

An example is http://code.google.com/p/radegast/source/browse/trunk/Radegast/Core/Commands/LoadPluginCommand.cs



 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Douglas R Miles added a comment - 07/Sep/09 09:05 PM
Commit r209 completes this feature