Previous: BBDB, Up: Contacts and Conversations


7.4.2 Emacs Relay Chat

To use planner-erc, place planner-erc.el in your load path and add this to your .emacs (or _emacs):

     
     (require 'planner-erc)
     

IRC URLs may be of the following forms.

     irc://server/nick,isnick
     irc://server/#channel
     irc://server

Annotations will be in the following forms.

     [[irc://server/nick,isnick][Chat with nick on server#channel]]
     [[irc://server/nick,isnick][Chat with nick on server]]
     [[irc://server/#channel][Chat on server#channel]]
     [[irc://server][Chat on server]]

planner-erc.el does not define any interactive functions, or keybindings.