From 3b2af0dccba0b51d1d43bc950cf1b2a9f8fecfa6 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 19 Oct 2025 07:26:56 +0300 Subject: Migrate packages from :ukkoclot to :ukkoclot/src --- src/inline-bots.lisp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/inline-bots.lisp') diff --git a/src/inline-bots.lisp b/src/inline-bots.lisp index 47dd81b..4f6a679 100644 --- a/src/inline-bots.lisp +++ b/src/inline-bots.lisp @@ -1,16 +1,16 @@ ;; SPDX-License-Identifier: EUPL-1.2 ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs -(defpackage :ukkoclot/inline-bots +(defpackage :ukkoclot/src/inline-bots (:documentation "This package deals with removing unwanted inline bot usage") - (:use :c2cl :ukkoclot/tg) + (:use :c2cl :ukkoclot/src/tg) (:import-from :com.dieggsy.f-string :enable-f-strings) (:import-from :conf) (:import-from :log) - (:import-from :ukkoclot/tg :send-message :try-delete-message) - (:import-from :ukkoclot/state :bot-db) - (:local-nicknames (:db :ukkoclot/db)) + (:import-from :ukkoclot/src/tg :send-message :try-delete-message) + (:import-from :ukkoclot/src/state :bot-db) + (:local-nicknames (:db :ukkoclot/src/db)) (:export :blacklist-inline-bot :on-inline-bot :whitelist-inline-bot)) -(in-package :ukkoclot/inline-bots) +(in-package :ukkoclot/src/inline-bots) (enable-f-strings) -- cgit v1.2.3