summaryrefslogtreecommitdiff
path: root/src/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.c')
-rw-r--r--src/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.c b/src/client.c
index 721f03d..e7bb6e6 100644
--- a/src/client.c
+++ b/src/client.c
@@ -658,7 +658,7 @@ exit_one_client(struct Client *source_p, const char *quitmsg)
* that the client can show the "**signoff" message).
* (Note: The notice is to the local clients *only*)
*/
- sendto_common_channels_local(source_p, 0, ":%s!%s@%s QUIT :%s",
+ sendto_common_channels_local(source_p, 0, 0, ":%s!%s@%s QUIT :%s",
source_p->name, source_p->username,
source_p->host, quitmsg);
DLINK_FOREACH_SAFE(lp, next_lp, source_p->channel.head)