From 6c2ef637e5c5b7ee8bea8f6fbf6697f7edba2c06 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Mon, 6 May 2013 06:37:44 +0000 Subject: [PATCH] - Fix thinko. --- src/channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/channel.c b/src/channel.c index 341bffa11..83471377a 100644 --- a/src/channel.c +++ b/src/channel.c @@ -1507,7 +1507,7 @@ void rejoin_doquits(aClient *sptr) char *comment = "Changing host"; int i = 0; - sendto_common_channels(sptr, ":%s!%s@%s QUIT :%s", comment); + sendto_common_channels(sptr, ":%s!%s@%s QUIT :%s", sptr->name, sptr->user->username, GetHost(sptr), comment); } /*