diff --git a/src/internal/gomatrixbot/commands.go b/src/internal/gomatrixbot/commands.go index d73b90c..11fb367 100644 --- a/src/internal/gomatrixbot/commands.go +++ b/src/internal/gomatrixbot/commands.go @@ -163,9 +163,9 @@ func (mtrx *MtrxClient) handleCommand(ctx context.Context, evt *event.Event) { case ".top": mtrx.postTheGreats(ctx, evt.RoomID) return - // case ".fuckme": - // mtrx.purge(ctx, evt.RoomID) - // return + case ".quic": + mtrx.sendMessage(ctx, evt.RoomID, "https://account.quic.nz/refer/19099\nR19099E37JEK") + return case ".weather": mtrx.fetchWeather(ctx, evt.RoomID, strings.Join(args[1:], " ")) case ".forecast":