ZCKVRPIBVIHJDJYHNIUUKSYPHNMC45YXGQKXMW4GGTKJEZSALGGQC
dbo.exec_oneshot('create table irc_channels if not exists (name text primary key, netname text)')
dbo.exec_oneshot('create table matrix_rooms if not exists (room_id text primary key)')
dbo.exec_oneshot('create table irc_channels if not exists (chanel text primary key, netname text)')
dbo.exec_oneshot('create table matrix_rooms if not exists (room_id text primary key, name text)')