Changeset 63 for trunk/example
- Timestamp:
- 08/12/04 15:50:46 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/example/cliki.lisp ΒΆ
r62 r63 353 353 354 354 (defun make-cliki-attention-prefix (nick) 355 (format nil "^ ~A[,:]\\s+" nick))355 (format nil "^(?i)~A[,:]\\s+" nick)) 356 356 357 357 (defvar *cliki-attention-prefix* "")
Note: See TracChangeset
for help on using the changeset viewer.