aboutsummaryrefslogtreecommitdiff
path: root/modules/chancreate.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-02-27 18:35:39 +0000
committerGravatar Sadie Powell2025-02-27 18:35:39 +0000
commit44b8e3f5d4e20e8b7bcf57c78c0a3e07f70cc5bc (patch)
treee84461a8c0092d10eaf829e3926cb2657339ac4d /modules/chancreate.cpp
parentMerge branch 'insp4' into master. (diff)
parentFix logging about SIGHUP to the wrong snotice character. (diff)
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/chancreate.cpp')
-rw-r--r--modules/chancreate.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/chancreate.cpp b/modules/chancreate.cpp
index 771ff8935..ca64e1ae9 100644
--- a/modules/chancreate.cpp
+++ b/modules/chancreate.cpp
@@ -42,7 +42,8 @@ public:
{
if ((created) && (IS_LOCAL(memb->user)))
{
- ServerInstance->SNO.WriteGlobalSno('j', "Channel {} created by {}", memb->chan->name, memb->user->GetRealMask());
+ ServerInstance->SNO.WriteGlobalSno('j', "Channel {} created by {} [{}]",
+ memb->chan->name, memb->user->GetRealMask(), memb->user->GetAddress());
}
}
};