mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-02 18:53:13 +02:00
Send nick!user@host in WALLOPS message from self.
Fix-for-fix 9f56fb4aa7
This commit is contained in:
@@ -107,5 +107,5 @@ CMD_FUNC(cmd_wallops)
|
||||
|
||||
sendto_wallops(client->direction, client, ":%s WALLOPS :%s", client->name, message);
|
||||
if (MyUser(client))
|
||||
sendto_one(client, NULL, ":%s WALLOPS :%s", client->name, message);
|
||||
sendto_prefix_one(client, client, NULL, ":%s WALLOPS :%s", client->name, message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user