Warning: session_start(): open(/var/lib/php/sessions/sess_cdc5pv98njnf6o961hcmcf81of, 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
static O rpc(S botName, S method, O... args) { ret unstructure_matchOK2OrFail( sendToLocalBot(botName, rpc_makeCall(method, args))); } static O rpc(DialogIO bot, S method, O... args) { ret unstructure_matchOK2OrFail( bot.ask(rpc_makeCall(method, args))); } static S rpc_makeCall(S method, O... args) { if (empty(args)) ret "call " + method; ret format("call *", concatLists((L) ll(method), asList(args))); }