From: Pekka Riikonen Date: Tue, 9 Apr 2002 06:31:34 +0000 (+0000) Subject: updates X-Git-Tag: silc.client.0.8.6~4^2~15 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=184f670f60d9f821cd7c08176e60e3d75aa89150 updates --- diff --git a/TODO b/TODO index afa8ad74..6e177582 100644 --- 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. diff --git a/lib/silccore/silcmode.h b/lib/silccore/silcmode.h index df2ce260..2bff5795 100644 --- a/lib/silccore/silcmode.h +++ b/lib/silccore/silcmode.h @@ -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