* riece-misc.el (riece-get-users-on-server): Moved from
[riece] / lisp / ChangeLog
1 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
2
3         * riece-misc.el (riece-get-users-on-server): Moved from
4         riece-commands.el.
5
6         * riece-ctcp.el: New file.
7         * COMPILE (riece-modules): Add riece-ctcp.
8         * Makefile.am (EXTRA_DIST): Add riece-ctcp.el
9
10 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
11
12         * Riece: Version 0.0.1 released.
13
14         * riece-commands.el (riece-command-names): New command.
15         (riece-command-who): New command.
16
17         * riece.el (riece-dialogue-mode-map): Bind riece-command-names and
18         riece-command-who.
19
20         * riece-300.el (riece-handle-341-message): New handler.
21         (riece-handle-352-message): New handler.
22
23         * riece-commands.el (riece-command-invite): Don't accept channel
24         argument; throw an error when user is not on a channel.
25         (riece-command-kick): New command.