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, };