PART -> LEAVE.
authorPekka Riikonen <priikone@silcnet.org>
Sat, 13 Apr 2002 06:22:13 +0000 (06:22 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 13 Apr 2002 06:22:13 +0000 (06:22 +0000)
apps/irssi/src/silc/core/silc-channels.c

index 02c3b8ec3d16fdd8831f7b6f518ef33748edae8d..9a11cb66095caed04fcb540325d899461378e5f5 100644 (file)
@@ -70,7 +70,7 @@ static void sig_channel_destroyed(SILC_CHANNEL_REC *channel)
   if (channel->server != NULL && !channel->left && !channel->kicked) {
     /* destroying channel record without actually
        having left the channel yet */
-    silc_command_exec(channel->server, "PART", channel->name);
+    silc_command_exec(channel->server, "LEAVE", channel->name);
   }
 }