tenebrous-dicebot/src
projectmoon 3d2eb14cd3 Change room in context to origin_room, add active_room.
The context now knows about origin room (the room where the command
was executed), and the "active room," which is the room that the user
wants the command to apply to. If no active room is defined, then the
origin room acts as the active room. In a public room with the bot,
the active room is also the same as the origin room.
2021-05-30 14:18:56 +00:00
..
basic Move some declaration-only modules to mod.rs files in folders. 2021-05-21 14:30:46 +00:00
bin Change room in context to origin_room, add active_room. 2021-05-30 14:18:56 +00:00
bot Change room in context to origin_room, add active_room. 2021-05-30 14:18:56 +00:00
cofd Change room in context to origin_room, add active_room. 2021-05-30 14:18:56 +00:00
commands Change room in context to origin_room, add active_room. 2021-05-30 14:18:56 +00:00
cthulhu Change room in context to origin_room, add active_room. 2021-05-30 14:18:56 +00:00
db Separate registering and linking accounts. 2021-05-26 15:28:59 +00:00
parser Consolidate dice and variable parsers under parser module. 2021-05-21 14:44:03 +00:00
config.rs Better public API for user variables, avoid allocations in Context. 2020-11-03 20:31:29 +00:00
context.rs Change room in context to origin_room, add active_room. 2021-05-30 14:18:56 +00:00
error.rs Implement set room command; common code for list and set rooms. 2021-05-28 15:08:00 +00:00
help.rs Update help; add call of cthulhu. 2021-05-13 21:47:35 +00:00
lib.rs Consolidate dice and variable parsers under parser module. 2021-05-21 14:44:03 +00:00
logic.rs Actually set room when running SetRoomCommand (#79) 2021-05-29 20:26:20 +00:00
matrix.rs Various improvements to bot responses. 2021-05-26 22:20:53 +00:00
models.rs Actually set room when running SetRoomCommand (#79) 2021-05-29 20:26:20 +00:00
state.rs Remove actix, move state to RwLock. Update dependencies. 2020-10-18 20:37:02 +00:00