(liece-ctcp-make-command-wrapper): Fix typo.
authorueno <ueno>
Wed, 5 Apr 2000 07:45:08 +0000 (07:45 +0000)
committerueno <ueno>
Wed, 5 Apr 2000 07:45:08 +0000 (07:45 +0000)
lisp/liece-ctcp.el

index d7d2fc7..cadacc3 100644 (file)
                       '(liece-ctcp-ping-time
                         (current-time))))
           (liece-send "PRIVMSG %s :\001%s\001"
-                      client (upcase (symbol-name ,symbol))))))
+                      client (upcase (symbol-name ',symbol))))))
 
 (dolist (symbol liece-ctcp-supported-symbols)
   (liece-ctcp-make-command-wrapper symbol))