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

@ -134,6 +134,7 @@ object find_psyc_object(array(mixed) u) {
case '^':
break;
case '~':
#ifdef _flag_enable_module_microblogging
if (u[UChannel]) {
t = lower_case(r + "#" + u[UChannel]);
r = PLACE_PATH + t;
@ -141,6 +142,7 @@ object find_psyc_object(array(mixed) u) {
unless (t = legal_name(t)) break;
catch(o = r -> load(t));
}
#endif
break;
case '$':
// target wird auf serv/args gesetzt