From: Pekka Riikonen Date: Thu, 5 Oct 2000 07:27:02 +0000 (+0000) Subject: Added NICK_CHANGE and TOPIC_SET notify types. X-Git-Tag: SILC.0.1~374 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=572051d027fdd42b07d56c57dca77089b68a2ced;p=silc.git Added NICK_CHANGE and TOPIC_SET notify types. --- 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