From 184f670f60d9f821cd7c08176e60e3d75aa89150 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 9 Apr 2002 06:31:34 +0000 Subject: [PATCH] updates --- TODO | 2 ++ lib/silccore/silcmode.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.24.0