X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=sid%2Fbts.py;h=fa882444aa4c32e0bc25fdf1e0969892d05fe0c6;hb=eca792ae03ea7ce6321aaabd6f1c818627eab083;hp=03eef515ea078797cbcdd7cb978df6b95f60d0f7;hpb=a456be5ab5facfe20c89bc3eefdce458752a150f;p=sid.git diff --git a/sid/bts.py b/sid/bts.py index 03eef51..fa88244 100644 --- a/sid/bts.py +++ b/sid/bts.py @@ -1,20 +1,11 @@ # -*- coding: utf-8 -*- +# SPDX-FileCopyrightText: 2015, 2021 kaliko +# SPDX-FileCopyrightText: 2010, 2011 Anaël Verrier +# SPDX-License-Identifier: GPL-3.0-or-later +"""Intercepts bugs numbers in MUC messages and send info about it -# Copyright (C) 2010, 2011 Anaël Verrier -# Copyright (C) 2015, 2021 kaliko - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, version 3 only. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - +>>> from sid.bts import Bugs +""" from re import compile as re_compile