updates.
authorPekka Riikonen <priikone@silcnet.org>
Sun, 3 Feb 2002 17:44:16 +0000 (17:44 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 3 Feb 2002 17:44:16 +0000 (17:44 +0000)
TODO
apps/irssi/src/silc/core/silc-channels.c
lib/Makefile.am.pre

diff --git a/TODO b/TODO
index 7ff7d52ac4baa8c1c491a2ffe7a66b369852f190..7eca1b9cb059f740c546f43959562dc6902ed460 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,8 @@
 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
index 054e5d4d276f070e29cd9587e2767d79f4d0ffcd..2d51590bb0fee209a85c82dacb087bcb472f3e4c 100644 (file)
@@ -245,7 +245,7 @@ static void event_topic(SILC_SERVER_REC *server, va_list va)
   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);
index 62b665df25ce48a1bda5c7554113620e7f36c995..8e356378506391e8985b67083659be96ae4736f9 100644 (file)
@@ -74,6 +74,9 @@ install-exec-hook:
        -mkdir -p $(libdir)
        -$(INSTALL) libsilc.a $(libdir)/
        -$(INSTALL) libsilcclient.a $(libdir)/
+else
+install-exec-hook:
+       -cd
 endif
 
 if SILC_DIST_WIN32DLL