1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

disable /set multiplace by default

This commit is contained in:
psyc://psyced.org/~lynX 2009-02-26 13:34:36 +01:00
parent 835ac32127
commit 50c6529a85
5 changed files with 28 additions and 33 deletions

View file

@ -1135,8 +1135,8 @@ P1(("ident: %O is really %O\n", t, source))
return;
}
if (abbrev("_request", mc)) {
// needs a rewrite into a switch()
// mc inheritance should be handled at parsing time, not here
// needs a rewrite into a try-and-slice switch()
// or shouldn't this stuff just move into the signature table?
if (abbrev("_request_enter", mc)
|| abbrev("_request_leave", mc)
|| abbrev("_request_invitation", mc)) {