* riece-misc.el (riece-get-users-on-server): Moved from
[riece] / lisp / ChangeLog
index e69de29..869da0f 100644 (file)
@@ -0,0 +1,25 @@
+2003-05-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-misc.el (riece-get-users-on-server): Moved from
+       riece-commands.el.
+
+       * riece-ctcp.el: New file.
+       * COMPILE (riece-modules): Add riece-ctcp.
+       * Makefile.am (EXTRA_DIST): Add riece-ctcp.el
+
+2003-05-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * Riece: Version 0.0.1 released.
+
+       * riece-commands.el (riece-command-names): New command.
+       (riece-command-who): New command.
+
+       * riece.el (riece-dialogue-mode-map): Bind riece-command-names and
+       riece-command-who.
+
+       * riece-300.el (riece-handle-341-message): New handler.
+       (riece-handle-352-message): New handler.
+
+       * riece-commands.el (riece-command-invite): Don't accept channel
+       argument; throw an error when user is not on a channel.
+       (riece-command-kick): New command.