Added handling of CHANNEL_CHANGE notify type.
authorPekka Riikonen <priikone@silcnet.org>
Sat, 16 Mar 2002 10:03:11 +0000 (10:03 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 16 Mar 2002 10:03:11 +0000 (10:03 +0000)
CHANGES
apps/irssi/src/fe-common/silc/module-formats.c
apps/irssi/src/silc/core/client_ops.c

diff --git a/CHANGES b/CHANGES
index 5e2043fc6dd61d286ce105242f384e7f383f1a58..aed8262b8b73ad87dcd644df84e9e2313774c9bd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+Sat Mar 16 09:07:27 EET 2002  Pekka Riikonen <priikone@silcnet.org>
+
+       * Handled CHANNEL_CHANGE notify (ignore it) in Irssi SILC
+         client.  Affected file irssi/src/silc/core/client_ops.c.
+
 Thu Mar 14 12:53:57 CET 2002  Pekka Riikonen <priikone@silcnet.org>
 
        * Check for valid socket connection in client entries before
index 3a259fd0d6edcdee5fd98fbfd435ff10c8ad02aa..5ee13d6d2cd8c0bdfdc23144d11f710365991eca 100644 (file)
@@ -104,7 +104,7 @@ FORMAT_REC fecommon_silc_formats[] = {
        { "list_header", "  Channel                              Users   Topic", 0 },
        { "list", "  %|{channelhilight $[36]0} {hilight $[7]1} $2", 3, { 0, 0, 0 } },
        { "bad_nick", "Bad nickname {hilight $0}", 1, { 0 } },
-       { "unknown_notify", "Unknown notify type {hilight $0}", 1, { 0 } },
+       { "unknown_notify", "Unknown notify type {hilight $0}", 1, { 1 } },
        { "ke_bad_version", "You are running an incompatible client version (it may be too old or too new) ", 0 },
        { "ke_unsupported_public_key", "Remote does not trust/support your public key", 0 },
        { "ke_unknown_group", "Remote does not support one of your proposed KE group", 0 },
index daff073bb9387756474190f93aef588db94a18a3..ed698b9ba33a36065dc6466187c3b5ca58790703 100644 (file)
@@ -509,6 +509,9 @@ void silc_notify(SilcClient client, SilcClientConnection conn,
     }
     break;
 
+  case SILC_NOTIFY_TYPE_CHANNEL_CHANGE:
+    break;
+
   case SILC_NOTIFY_TYPE_SERVER_SIGNOFF:
     {
       /*