projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3830181
)
Added NICK_CHANGE and TOPIC_SET notify types.
author
Pekka Riikonen
<priikone@silcnet.org>
Thu, 5 Oct 2000 07:27:02 +0000
(07:27 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Thu, 5 Oct 2000 07:27:02 +0000
(07:27 +0000)
lib/silccore/silcnotify.h
patch
|
blob
|
history
diff --git
a/lib/silccore/silcnotify.h
b/lib/silccore/silcnotify.h
index 42fe9b12c623b57b80ee7fef08c7a1944bb81080..fd7662ad29ed025cf345722c171e7a1750c330c9 100644
(file)
--- 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