Skip to content

Commit

Permalink
Added config usage comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Workshop2 committed Jan 26, 2016
1 parent 16cf9d6 commit 2c58bed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Noobot.Toolbox/Pipeline/Middleware/AdminMiddleware.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Noobot.Toolbox.Pipeline.Middleware
{
/// <summary>
/// Given a user authenticated, this plugin can give users extra abilities/functions.
/// Requires config entry 'adminPin' to be populated. Given a user authenticated, this plugin can give users extra abilities/functions.
/// A good example of how Middleware and Plugins can work together.
/// </summary>
public class AdminMiddleware : MiddlewareBase
Expand Down
3 changes: 3 additions & 0 deletions src/Noobot.Toolbox/Pipeline/Middleware/FlickrMiddleware.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

namespace Noobot.Toolbox.Pipeline.Middleware
{
/// <summary>
/// Requires config entry 'flickr:apiKey' to be populated
/// </summary>
public class FlickrMiddleware : MiddlewareBase
{
private readonly IConfigReader _configReader;
Expand Down

0 comments on commit 2c58bed

Please sign in to comment.