Revision a445b722
Added by Marc Dequènes over 13 years ago
- ID a445b722dd8aefe49872e7748e41c333a48a4b34
IDEAS | ||
---|---|---|
misc:
|
||
- rename schedule_task to schedule_job, as the <task> argument is not a DSL::Task
|
||
or transform it into a real task
|
||
- remove I18nTranslation includes in the core to be able to unload i18n.rb
|
||
completely when no i18n support is needed in this cyborg
|
||
- could help get the bot class/model before it is instanciated
|
||
b.cyborg_model do
|
||
raise CyberError.new(:grave, "cyborg_init", "no model defined for this cyborg")
|
||
end
|
||
|
||
all bots:
|
||
- API:
|
Also available in: Unified diff
[cleanup] the revenge of Mr Proper