diff options
author | glittershark <grfn@gws.fyi> | 2020-11-18T14·08+0000 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-11-19T00·29+0000 |
commit | e1067b1497b3dea0c37ae51bba21f42f1e7d35b5 (patch) | |
tree | b3c68b9c65e08616a3e0dc7cefc5abdfa5d49be8 /web/panettone/src/packages.lisp | |
parent | 4331bc8da76ae67a43d64ff5355598a2699a647f (diff) |
revert(panettone): announce newly created issues using irccat r/1884
This reverts commit 2e2bdf9c6ce1cd66ba5cfe1a42786a6f486b7969. 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>
Diffstat (limited to 'web/panettone/src/packages.lisp')
-rw-r--r-- | web/panettone/src/packages.lisp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/web/panettone/src/packages.lisp b/web/panettone/src/packages.lisp index 87285fa34d16..1a8453055f8b 100644 --- a/web/panettone/src/packages.lisp +++ b/web/panettone/src/packages.lisp @@ -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)) |