X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilcnotify.h;h=08a2fc918c4125d625f00db7c984bff796b3e54b;hb=bed1deb6f39f715138780b887916587ff897fe97;hp=3b42fbaa368baa9b0fa6275b386e5a1bdad9930f;hpb=fe18ec5cc084c80587f498cbd77aedfac7b7867a;p=silc.git diff --git a/lib/silccore/silcnotify.h b/lib/silccore/silcnotify.h index 3b42fbaa..08a2fc91 100644 --- a/lib/silccore/silcnotify.h +++ b/lib/silccore/silcnotify.h @@ -30,7 +30,7 @@ typedef unsigned short SilcNotifyType; /* SILC notify types. Server may send these notify types to client to notify of some action. */ #define SILC_NOTIFY_TYPE_NONE 0 /* no specific type */ -#define SILC_NOTIFY_TYPE_INVITE 1 /* "invites you to channel" */ +#define SILC_NOTIFY_TYPE_INVITE 1 /* invites/invite list change */ #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" */ @@ -44,6 +44,7 @@ typedef unsigned short SilcNotifyType; #define SILC_NOTIFY_TYPE_KICKED 12 /* Kicked from channel */ #define SILC_NOTIFY_TYPE_KILLED 13 /* Killed from the network */ #define SILC_NOTIFY_TYPE_UMODE_CHANGE 14 /* user mode was changed */ +#define SILC_NOTIFY_TYPE_BAN 15 /* ban list change */ /* Prototypes */ SilcNotifyPayload silc_notify_payload_parse(SilcBuffer buffer);