diff --git a/OpenSim/Region/Framework/Scenes/EventManager.cs b/OpenSim/Region/Framework/Scenes/EventManager.cs
index 4cf2923fcd..3548c454ab 100644
--- a/OpenSim/Region/Framework/Scenes/EventManager.cs
+++ b/OpenSim/Region/Framework/Scenes/EventManager.cs
@@ -184,6 +184,22 @@ namespace OpenSim.Region.Framework.Scenes
public delegate void OnPluginConsoleDelegate(string[] args);
+ ///
+ /// Triggered after
+ /// has been called for all
+ /// loaded via .
+ /// Handlers for this event are typically used to parse the arguments
+ /// from in order to process or
+ /// filter the arguments and pass them onto
+ ///
+ ///
+ /// Triggered by in
+ /// via
+ /// via
+ /// via
+ /// via
+ ///
+ ///
public event OnPluginConsoleDelegate OnPluginConsole;
///