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:
parent
835ac32127
commit
50c6529a85
5 changed files with 28 additions and 33 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue