diff --git a/python/events/README b/python/events/README index c46c448f2..2c25c5149 100644 --- a/python/events/README +++ b/python/events/README @@ -1,5 +1,3 @@ -This directory contains 2 scripts: - * python_init.py: called when the plugin is called. Will execute scripts in +This directory contains a single script: + * python_init.py: called when the plugin is initialized. Will execute scripts in the 'init' subdirectory. - * python_event.py: called when a global event (except plugin init) happens. Looks for - scripts in the revelant subdirectory (Crossfire.ScriptParameters()) and executes them.