projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59b463d
)
PART -> LEAVE.
author
Pekka Riikonen
<priikone@silcnet.org>
Sat, 13 Apr 2002 06:22:13 +0000
(06:22 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Sat, 13 Apr 2002 06:22:13 +0000
(06:22 +0000)
apps/irssi/src/silc/core/silc-channels.c
patch
|
blob
|
history
diff --git
a/apps/irssi/src/silc/core/silc-channels.c
b/apps/irssi/src/silc/core/silc-channels.c
index 02c3b8ec3d16fdd8831f7b6f518ef33748edae8d..9a11cb66095caed04fcb540325d899461378e5f5 100644
(file)
--- a/
apps/irssi/src/silc/core/silc-channels.c
+++ b/
apps/irssi/src/silc/core/silc-channels.c
@@
-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);
}
}