* riece-addon.el (riece-command-insinuate-addon)
[elisp/riece.git] / lisp / riece-foolproof.el
index 6c1a352..9f688d1 100644 (file)
@@ -1,7 +1,7 @@
 ;;; riece-foolproof.el --- prevent miss-operation in the command buffer
 ;; Copyright (C) 2004 TAKAHASHI Kaoru
 
-;; Author: TAKAHASHI "beatmaria" Kaoru <kaoru@kaisei.org>
+;; Author: TAKAHASHI Kaoru <kaoru@kaisei.org>
 ;; Keywords: IRC, riece
 
 ;; This file is part of Riece.
@@ -18,8 +18,8 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
 
   (remove-hook 'riece-command-send-message-hook
               'riece-foolproof-command-send-message-function))
 
-(defun riece-foolproof-enable ()
-  )
-
-(defun riece-foolproof-disable ()
-  )
-
 (provide 'riece-foolproof)
 
 ;;; riece-foolproof.el ends here