TODO/bugs in Irssi SILC client
==============================
+ o /cumode for unknown nick does not give any error message.
+
o Add local command to switch the channel's private key when channel has
several private keys. Currently sending channel messages with many
keys is not possible because changing the key is not possible by the
char userhost[256];
SilcIdType idtype;
- idtype = va_arg(va, SilcIdType);
+ idtype = va_arg(va, int);
entry = va_arg(va, void *);
topic = va_arg(va, char *);
channel = va_arg(va, SilcChannelEntry);
-mkdir -p $(libdir)
-$(INSTALL) libsilc.a $(libdir)/
-$(INSTALL) libsilcclient.a $(libdir)/
+else
+install-exec-hook:
+ -cd
endif
if SILC_DIST_WIN32DLL