GNU bug report logs - #19546
25.0.50; erc /notify command needs module activation

Previous Next

Package: emacs;

Reported by: Tom Tromey <tom <at> tromey.com>

Date: Fri, 9 Jan 2015 14:59:02 UTC

Severity: minor

Found in version 25.0.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Tom Tromey <tom <at> tromey.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: Tom Tromey <tom <at> tromey.com>, 19546 <at> debbugs.gnu.org
Subject: bug#19546: 25.0.50; erc /notify command needs module activation
Date: Mon, 28 Dec 2015 12:01:51 -0700
Lars> Hm...  I didn't seem to get any particular notification when that
Lars> happened..

You may need to set erc-notify-signon-hook.

My full erc-notify config, afaict, is:

(require 'notifications)
(defun tromey-notify-erc-join (server nick)
  (notifications-notify :title (format "%s signed on to %s" nick server)))
(setf erc-notify-signon-hook #'tromey-notify-erc-join)
(require 'erc-notify)
(add-to-list 'erc-modules 'notify)


It seems you could use 'erc-notify-signon and get a (message).

Tom




This bug report was last modified 7 years and 100 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.