projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
278ce79
)
Fixed username printing on JOIN notify.
silc.client.1.1.beta4
author
Pekka Riikonen
<priikone@silcnet.org>
Wed, 16 May 2007 06:13:52 +0000
(06:13 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Wed, 16 May 2007 06:13:52 +0000
(06:13 +0000)
apps/irssi/src/silc/core/client_ops.c
patch
|
blob
|
history
diff --git
a/apps/irssi/src/silc/core/client_ops.c
b/apps/irssi/src/silc/core/client_ops.c
index b1ff500cd7f8ff6bdd39281aaaba09669aefa174..d8bb1f01b2a8957cd219da3621dc7a956d29480b 100644
(file)
--- a/
apps/irssi/src/silc/core/client_ops.c
+++ b/
apps/irssi/src/silc/core/client_ops.c
@@
-766,7
+766,7
@@
void silc_notify(SilcClient client, SilcClientConnection conn,
client_entry->username, client_entry->hostname);
signal_emit("message join", 4, server, channel->channel_name,
client_entry->nickname,
-
client_entry->username == NULL
? "" : buf);
+
!client_entry->username[0]
? "" : buf);
/* If there are multiple same nicknames on channel now, tell it to user. */
if (client_entry != server->conn->local_entry) {