mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-05 00:13:14 +02:00
- Fix thinko.
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user