diff options
author | Boutade <thegoofist@protonmail.com> | 2019-09-25 10:47:05 -0500 |
---|---|---|
committer | Boutade <thegoofist@protonmail.com> | 2019-09-25 10:47:05 -0500 |
commit | 293d967eeda090f62cdefa8f98849642b8715162 (patch) | |
tree | eb2e9d489e205d4db51c90ed4e5997c0a00a7cc4 /utility-apps.lisp | |
parent | 53b2725935447b3a57e0c3381155f5a0fbf395f8 (diff) |
consolodated event handling generic functions. added clean-up
Diffstat (limited to 'utility-apps.lisp')
-rw-r--r-- | utility-apps.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utility-apps.lisp b/utility-apps.lisp index 4f4b2db..7ea4b21 100644 --- a/utility-apps.lisp +++ b/utility-apps.lisp @@ -9,7 +9,7 @@ :documentation "An output stream to which messages are logged." ))) -(defmethod handle-timeline-event :after ((log message-log) room (event timeline-event)) +(defmethod handle-event :after ((log message-log) room (event timeline-event)) (format (output log) "~a in ~a: ~a~%" (sender event) room |