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

$client.detail -> $client.details... sigh.

This commit is contained in:
Bram Matthys
2021-08-11 09:23:27 +02:00
parent d38c10fae0
commit c9c78a32ed
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ MOD_UNLOAD()
void topic_operoverride_msg(Client *client, Channel *channel, char *topic)
{
unreal_log(ULOG_INFO, "operoverride", "OPEROVERRIDE_TOPIC", client,
"OperOverride: $client.detail changed the topic of $channel to '$topic'",
"OperOverride: $client.details changed the topic of $channel to '$topic'",
log_data_string("override_type", "topic"),
log_data_string("topic", topic),
log_data_channel("channel", channel));