From 419370c379b012d0d6e5e0e6eda0bde5ab79f51f Mon Sep 17 00:00:00 2001 From: Noikoio Date: Tue, 27 Feb 2018 12:32:12 -0800 Subject: [PATCH] Adding clarification --- BotModule.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BotModule.cs b/BotModule.cs index 959b6e3..e0e5fd5 100644 --- a/BotModule.cs +++ b/BotModule.cs @@ -25,6 +25,7 @@ namespace Noikoio.RegexBot /// /// Processes module-specific configuration. + /// This method is not called if the user did not provide configuration for the module. /// /// /// Module code should not hold on to this data, but instead use to retrieve @@ -36,8 +37,8 @@ namespace Noikoio.RegexBot /// Processed configuration data prepared for later use. /// /// - /// This method should throw RuleImportException in the event of any error. - /// The exception message will be properly logged. + /// This method should throw + /// in the event of configuration errors. The exception message will be properly displayed. /// public abstract Task ProcessConfiguration(JToken configSection);