1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-05 00:13:14 +02:00

- Fix thinko.

This commit is contained in:
William Pitcock
2013-05-06 06:37:44 +00:00
parent 0912de822f
commit 6c2ef637e5
+1 -1
View File
@@ -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);
}
/*