[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Circe-help] Bug with circe-ignore-functions?
From: |
Tom Rauchenwald |
Subject: |
[Circe-help] Bug with circe-ignore-functions? |
Date: |
Sat, 04 Aug 2007 21:27:09 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux) |
Hi,
I think there is a quote missing in circe.el in circe-ignored-p.
I tried to prepare a patch, i hope i didn't screw it up.
Greetings,
Tom
*** /home/sec/elisp/circe/circe.el 2007-07-20 19:44:27.000000000 +0200
--- /home/sec/elisp/circe/circe-oxy.el 2007-08-04 21:21:23.000000000 +0200
***************
*** 1060,1066 ****
;;;;;;;;;;;;;;;;;;;;;;;
(defun circe-ignored-p (nick user host command args)
! (or (run-hook-with-args-until-success circe-ignore-functions
nick user host
command args)
(let ((string (concat nick "!" user "@" host))
--- 1060,1066 ----
;;;;;;;;;;;;;;;;;;;;;;;
(defun circe-ignored-p (nick user host command args)
! (or (run-hook-with-args-until-success 'circe-ignore-functions
nick user host
command args)
(let ((string (concat nick "!" user "@" host))
- [Circe-help] Bug with circe-ignore-functions?,
Tom Rauchenwald <=