- Timestamp:
- 04/28/07 14:14:23 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/command.lisp ¶
r169 r202 59 59 (defgeneric ison (connection user)) 60 60 (defgeneric ctcp (connection target message)) 61 (defgeneric ctcp-reply (connection target message)) 61 62 (defgeneric ctcp-chat-initiate (connection nickname)) 62 63 … … 349 350 (send-irc-message connection :privmsg target (make-ctcp-message message))) 350 351 352 (defmethod ctcp-reply ((connection connection) target message) 353 (send-irc-message connection :notice target (make-ctcp-message message))) 354 351 355 #| 352 356 There's too much wrong with this method to fix it now.
Note: See TracChangeset
for help on using the changeset viewer.