aboutsummaryrefslogtreecommitdiffstats
path: root/Lisp/moxie/hooks.lisp
blob: 49714f6929d2d6f1512d8148a301315a54c5373c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
;;; -*- Lisp -*-
;; $Id: moxie.asd,v 1.1.1.1 2005/02/15 06:06:59 shmit Exp $
#|
Hooks:

;; Sent from world handlers
:world-opened-hook *world*
:world-closed-hook *world*
:input-from-client-hook line
:output-from-server-hook line

;; This can probably just be a plugin, off :output-from-server-hook
:telnet-option-hook telnetCodes

;; Controlled by the front end, ultimately.
:start-logging-hook
:stop-logging-hook

;; XXX: IDK
:timer-hook
|#