openbsd-ports/net/zenirc/pkg/MESSAGE-main
aanriot 9c267f96ac ZenIRC is a full-featured scriptable IRC client for the EMACS text
editor. Most features are implemented via module extensions. For
example, DCC (Direct Client-to-Client) can be enabled at the user's
option.

inputs and ok deanna@
2007-10-14 09:28:12 +00:00

12 lines
309 B
Plaintext

Here is a sample configuration you could want to add to your .emacs:
(load-library "zenirc")
(eval-after-load "zenirc"
'(progn
(load "zenirc-chanbuf.elc")
(add-hook 'zenirc-mode-hook 'zenirc-chanbuf-minor-mode)))
(setq zenirc-server-alist
'(("IRCSERVER" IRCPORT SERVERPASS "NICK" nil)))