* riece-epg.el: New add-on.
[riece] / lisp / riece-addon-modules.el
1 (defconst riece-addon-modules
2   '((riece-alias . "Define aliases for IRC names.")
3     (riece-async . "Connect to IRC server via async proxy.")
4     (riece-biff . "Be notified if messages arrives.")
5     (riece-button . "Display useful buttons in IRC buffers.")
6     (riece-ctcp . "CTCP (Client To Client Protocol) support.")
7     (riece-ctlseq . "Mark up control sequences in IRC buffers.")
8     (riece-doctor . "Pretend to be a psychotherapist.")
9     (riece-epg . "Encrypt/decrypt messages.")
10     (riece-eval-ruby . "Evaluate input string as a Ruby program.")
11     (riece-eval . "Evaluate an input string as an elisp form.")
12     (riece-foolproof . "Prevent miss-operation in the command buffer.")
13     (riece-google . "Search keywords by Google.")
14     (riece-guess . "Guess the next channel, using multiple methods.")
15     (riece-hangman . "Allow channel members to play the hangman game.")
16     (riece-highlight . "Highlight IRC buffers.")
17     (riece-history . "Manage history of channel shifting.")
18     (riece-icon . "Display icons in IRC buffers.")
19     (riece-ignore . "Ignore messages from some users.")
20     (riece-kakasi . "Convert Japanese to roman string by KAKASI.")
21     (riece-keepalive . "Keep an IRC connection.")
22     (riece-keyword . "Detect keywords in IRC buffers.")
23     (riece-log . "Save IRC logs.")
24     (riece-lsdb . "Help register nicknames in LSDB rolodex program.")
25     (riece-menu . "Setup Riece's command menus.")
26     (riece-mini . "Use Riece only on the minibuffer.")
27     ;;(riece-ndcc . "DCC file sending protocol support (written in elisp.)")
28     (riece-rdcc . "DCC file sending protocol support (written in Ruby.)")
29     (riece-shrink-buffer . "Free old IRC messages to save memory usage.")
30     (riece-skk-kakutei . "Remove SKK's preedit mark before sending messages.")
31     (riece-toolbar . "Display toolbar icons.")
32     (riece-unread . "Mark channels where new messages arrived.")
33     (riece-url . "Collect URL in IRC buffers.")
34     (riece-xface . "Display X-Face in IRC buffers.")
35     (riece-xfaceb . "Display X-Face & Colour Face images in IRC buffers \(BBDB\).")
36     (riece-yank . "Enter the element of kill-ring.")))
37
38 (provide 'riece-addon-modules)