bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19546: 25.0.50; erc /notify command needs module activation


From: Tom Tromey
Subject: bug#19546: 25.0.50; erc /notify command needs module activation
Date: Mon, 28 Dec 2015 12:01:51 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]