X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync.scm;h=a15f5b9a02ea2a1f221129e2078832c9e18f3bde;hp=5dd58b114674d023bde888e4950d7d441ddf73c6;hb=023ca5e3222fa0f53a30440c23e538b411af5195;hpb=5650e1452ded5d26afeba3c9ef2714bad277b03c;ds=sidebyside diff --git a/mudsync.scm b/mudsync.scm index 5dd58b1..a15f5b9 100644 --- a/mudsync.scm +++ b/mudsync.scm @@ -485,7 +485,14 @@ with an anonymous persona" (hash-remove! (slot-ref actor 'occupants) who)) (wire-exits! (wrap-apply room-wire-exits!))))) -(define %room-contain-commands 'TODO) +(define always (const #t)) + +(define %room-contain-commands + (list + (command "look" cmatch-just-verb always 'look-room) + (command "look" cmatch-direct-obj always 'look-member) + (command "go" cmathc-just-verb always 'go-where) + (command "go" cmatch-direct-obj always 'go-exit))) (define (room-wire-exits! room message)