revert(panettone): announce newly created issues using irccat

This reverts commit 2e2bdf9c6c.

Reason for revert: this is not working, and is resulting in newly created issues just showing a blank page (b/74)

Change-Id: I3f06afc52d6c5289269402fc75bb32ad9c376bf4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2082
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
glittershark 2020-11-18 14:08:30 +00:00
parent 4331bc8da7
commit e1067b1497
4 changed files with 4 additions and 38 deletions

View file

@ -7,10 +7,6 @@
(:use :cl :lass)
(:export :styles))
(defpackage panettone.irc
(:use :cl :usocket)
(:export :send-irc-notification))
(defpackage :panettone.authentication
(:nicknames :authn)
(:use :cl :panettone.util :klatre)
@ -51,6 +47,5 @@
:id :subject :body :author-dn :issue-id :status :created-at
:field :previous-value :new-value :acting-user-dn
:issue-comments :num-comments :issue-events)
(:import-from :panettone.irc :send-irc-notification)
(:shadow :next)
(:export :start-pannetone :config :main))