From 572051d027fdd42b07d56c57dca77089b68a2ced Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Thu, 5 Oct 2000 07:27:02 +0000 Subject: [PATCH] Added NICK_CHANGE and TOPIC_SET notify types. --- lib/silccore/silcnotify.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/silccore/silcnotify.h b/lib/silccore/silcnotify.h index 42fe9b12..fd7662ad 100644 --- a/lib/silccore/silcnotify.h +++ b/lib/silccore/silcnotify.h @@ -32,5 +32,7 @@ typedef unsigned short SilcNotifyType; #define SILC_NOTIFY_TYPE_JOIN 2 /* "has joined channel" */ #define SILC_NOTIFY_TYPE_LEAVE 3 /* "has left channel" */ #define SILC_NOTIFY_TYPE_SIGNOFF 4 /* "signoff" */ +#define SILC_NOTIFY_TYPE_TOPIC_SET 5 /* "topic has been changed" */ +#define SILC_NOTIFY_TYPE_NICK_CHANGE 6 /* "has changed nickname" */ #endif -- 2.43.0