Added NICK_CHANGE and TOPIC_SET notify types.
authorPekka Riikonen <priikone@silcnet.org>
Thu, 5 Oct 2000 07:27:02 +0000 (07:27 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 5 Oct 2000 07:27:02 +0000 (07:27 +0000)
lib/silccore/silcnotify.h

index 42fe9b12c623b57b80ee7fef08c7a1944bb81080..fd7662ad29ed025cf345722c171e7a1750c330c9 100644 (file)
@@ -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