- Timestamp:
- 10/13/05 18:26:21 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/example/cliki.lisp ΒΆ
r110 r111 408 408 ("apropos" . 409 409 ,(lambda (nick) 410 (format nil "Try ``~A: apropos foo'' to search for all small definitions containing ''foo''." nick))))) 410 (format nil "Try ``~A: apropos foo'' to search for all small definitions containing ''foo''." nick))) 411 ("acronyms" . 412 ,(lambda (nick) 413 (format nil "See an acronym you don't recognize? Try ``~A: what does sbcl stand for?'' to find out what it means!" nick))))) 411 414 412 415 (defun cliki-bot-help (nick)
Note: See TracChangeset
for help on using the changeset viewer.