updates
authorPekka Riikonen <priikone@silcnet.org>
Tue, 9 Apr 2002 06:31:34 +0000 (06:31 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 9 Apr 2002 06:31:34 +0000 (06:31 +0000)
TODO
lib/silccore/silcmode.h

diff --git a/TODO b/TODO
index afa8ad7445eb2783a697ae0979c0098f038b241b..6e1775820b345c93321f4fd1a853c7128ba6edc0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -130,6 +130,8 @@ describe new stuff to be added to protocol versions 1.x.
 
  21. Subscription/IRC's notify kind support?
 
+ 22. Session detachment/resume
+
  o Inviting and banning by public key should be made possible.  To be
    included in protocol version 1.2.
 
index df2ce260d9465c3374515dd8dade1099a617b480..2bff5795e99225e7e88bdd50799e6e19901d1010 100644 (file)
@@ -84,7 +84,7 @@
 #define SILC_UMODE_BUSY                0x00000010 /* Client is busy */
 #define SILC_UMODE_PAGE                0x00000020 /* Client requests paging */
 #define SILC_UMODE_HYPER               0x00000040 /* Client is hyper active */
-#define SILC_UMODE_ROBOT               0x00000080 /* Client is really robot */
+#define SILC_UMODE_ROBOT               0x00000080 /* Client is a robot */
 /***/
 
 #endif