From effa86fe2559437f6265a1495c669ac576648ca1 Mon Sep 17 00:00:00 2001 From: Gerd Flaig Date: Sun, 1 Nov 2009 15:22:51 +0100 Subject: [PATCH] Add some random notes --- Notes | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Notes b/Notes index 84450c8..24ff04e 100644 --- a/Notes +++ b/Notes @@ -26,3 +26,14 @@ available. (defun comet (fn &optional (session *working-session*)) (setf (session-value 'comet-fn session) fn) (signal-semaphore (session-value 'comet-semaphore session))) + +-------------------------------------------------------------------------------- + +Empire connection handling + +Maybe do something like cl-irc does with register/unregister handler. Might be +even better combined with the modes system, provide an easy way to specify which +event types a specific mode implementation is interested in. Register automatically +on construction and deregister when leaving the mode. + +Using the object system like I do it right doesn't seem like a really good fit. -- 2.43.0