* riece-skk-kakutei.el (riece-skk-kakutei-command-enter-message-as-notice): Fix typo.
[riece] / lisp / riece-skk-kakutei.el
index 9aa95c4..03ec5a0 100644 (file)
@@ -30,6 +30,8 @@
 
 ;;; Code:
 
+(eval-when-compile (require 'riece))
+
 (defun riece-skk-kakutei-command-enter-message ()
   "Send the current line to the current channel."
   (interactive)
@@ -40,7 +42,7 @@
   "Send the current line to the current channel as NOTICE."
   (interactive)
   (when (riece-skk-kakutei)
-    (riece-command-enter-message-ad-notice)))
+    (riece-command-enter-message-as-notice)))
 
 (defun riece-skk-kakutei ()
   "When required after-follow return `t'."