Implemented LEAVE command. Minor bug fixes.
[silc.git] / apps / silc / idlist.h
index 9c769e9839578215407f626e2222903e590dcf30..b9e6f7569dadeff6c4898e0af1dce59f76d8bb5d 100644 (file)
@@ -44,6 +44,7 @@ typedef SilcClientEntryObject *SilcClientEntry;
 typedef struct SilcChannelEntryStruct {
   char *channel_name;
   SilcChannelID *id;
+  unsigned int mode;
   int on_channel;
 
   /* Channel keys */