Changeset 63 for trunk/example


Ignore:
Timestamp:
08/12/04 15:50:46 (21 years ago)
Author:
bmastenbrook
Message:

case-insensitive address

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/example/cliki.lisp ΒΆ

    r62 r63  
    353353
    354354(defun make-cliki-attention-prefix (nick)
    355   (format nil "^~A[,:]\\s+" nick))
     355  (format nil "^(?i)~A[,:]\\s+" nick))
    356356
    357357(defvar *cliki-attention-prefix* "")
Note: See TracChangeset for help on using the changeset viewer.