[cl-irc-devel] message nickname

Mikhail Shevchuk mikhail.shevchuk at gmail.com
Mon May 7 19:18:26 UTC 2007


Hi,

I have a simple msg-hook here:
(defun msg-hook (message)
  (progn
    (format *jabber-bot-conn* "_~A_: /~a/"
	    (cl-irc:user message) (second (cl-irc:arguments message)))
    (force-output *jabber-bot-conn*)))

(cl-irc:user message) expression evaluates to strings like: ~mico or ~user,
how can I get real nicknames instead of this ?

Thank you.

-- 
A vivid and creative mind characterizes you.



More information about the cl-irc-devel mailing list