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:
+1
-1
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user