1
0
Fork 0
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:
psyc://psyced.org/~lynX 2010-02-21 09:36:11 +01:00
parent 249ecc4237
commit f67c55a2e8
7 changed files with 34 additions and 14 deletions

View file

@ -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) {