Allow plugins to modify or append command help text; broke the command help down into pieces which also will aid translators in future, as the entire message blob won't change every time something gets fiddled with.
This commit is contained in:
@@ -314,7 +314,7 @@ class CommandInterpreter
|
||||
$result = false;
|
||||
}
|
||||
|
||||
Event::handle('EndInterpretCommand', array($cmd, $arg, $user, $result));
|
||||
Event::handle('EndInterpretCommand', array($cmd, $arg, $user, &$result));
|
||||
}
|
||||
|
||||
return $result;
|
||||
|
Reference in New Issue
Block a user