From df8a5eca55426eb42dfcc4a18c06fd9bd553d074 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 10 Sep 2020 20:48:54 -0400 Subject: [PATCH] More fixes for discord/matrix --- lib/Bot/BB3/Roles/RestAPI.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Bot/BB3/Roles/RestAPI.pm b/lib/Bot/BB3/Roles/RestAPI.pm index 132788d..19364ef 100644 --- a/lib/Bot/BB3/Roles/RestAPI.pm +++ b/lib/Bot/BB3/Roles/RestAPI.pm @@ -108,6 +108,7 @@ sub handle_request { host => '*special', #TODO fix this to be an actual hostname! # Make sure it isn't messed up by the alias feature.. server => $data->{server} // '*special', + in_my_chan => 1, # pretend users are always in my channels # nolearn => 1, };