Archive > 0.5.x Custom/Unofficial Modules

0.4_Support for latest 0.5

(1/8) > >>

Temar:
Over last few Months alot of changes have happened to SVN 0.5
Making Nearly all Old Modules even those that were made for 0.5 before this update
no longer work

This Module Will Update the modules as it loads it

I will post update to this module as needed

This module will load ALL modules in the /custom/04/ folder

And now load All custom directoreis you set in the .conf file eg u set it to load

  $core_directories = "./Leetboss/core";   // optional additional core directories

it will load anything in ./Leetboss/core/04

So basicly "04" inside Extra Folders you set.

if like me you have removed the check for $this -> bot -> commpre with message from the 0.4 module you need to add this line in the constructor or readd the prefix

--- Code: ---$this -> dontuseprefix = TRUE;

--- End code ---

Dracutza:
using your lastest 0.5.0 zip

Fatal error: Call to undefined method Bot::get_module() in P:\bot\main\99_0.4
_Support.php on line 261

Blueeagle:
$this->bot->get_module() is now called $this->bot->core()

Temar:
sorry had already altered it but forgot to post update

Temar:
Fixed Broken Redirects and the Whois Section

Navigation

[0] Message Index

[#] Next page

Go to full version