mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
_flag_enable_module_microblogging
This commit is contained in:
parent
249ecc4237
commit
f67c55a2e8
7 changed files with 34 additions and 14 deletions
|
@ -391,6 +391,7 @@ object compile_object(string file) {
|
|||
unless (name = SIMUL_EFUN_FILE->legal_name(name, 1))
|
||||
return (object)0;
|
||||
|
||||
#ifdef _flag_enable_module_microblogging
|
||||
string username;
|
||||
if (sscanf(file, "place/~%s#updates", username)) {
|
||||
object p;
|
||||
|
@ -408,6 +409,7 @@ object compile_object(string file) {
|
|||
return (object)0;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef SANDBOX
|
||||
if (file_size(t = USER_PATH + name + ".c") != -1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue