mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
PREFIXES are never to come back
This commit is contained in:
parent
2dd7ef3178
commit
ccf63004c8
8 changed files with 4 additions and 74 deletions
|
@ -119,9 +119,6 @@ int msg(string source, string mc, string data,
|
|||
#else
|
||||
unless(vars["_language"]) vars["_language"] = "en";
|
||||
#endif
|
||||
#ifdef PREFIXES
|
||||
if (abbrev("_prefix", mc)) return 1;
|
||||
#endif
|
||||
#ifndef GAMMA // TODO: decide if this is good or bad
|
||||
else if (abbrev("_status_person_absent", mc)) {
|
||||
PT(("Intercepted absent from %O to %O\n", mc, source, ME))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue