Warning: session_start(): open(/var/lib/php/sessions/sess_e7olvugp4q6i4iu6d5ej798ifa, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
abstract !include once #1016461 // Katze
sclass Katze2 extends Katze {
transient BakedBot bot; // Note: BakedBot uses OUR mech functions
start {
imageID = #1101368; // Icon by iconka.com
}
void actuallyLoadCat {
dm_useLocalMechListCopies();
if (bot == null) bot = bakedBotWithDefaultMechLists();
catModule = runDependentWithParams(#1013936, denkmodulID := null, denkmodul := bot.bot);
setOpt(catModule, defaultText := "");
}
}