aboutsummaryrefslogtreecommitdiff
path: root/examples/rooms.p6
blob: 6af04bcd5a4cb20e24708fa0ac7a2282ca688629 (plain)
1
2
3
4
5
6
7
use v6;
use Matrix::Client;

my $c = Matrix::Client.new: :home-server<https://matrix.deprecated.org>;
$c.login: @*ARGS[0], @*ARGS[1];

say $c.rooms;