diff options
| author | 2025-02-27 18:35:39 +0000 | |
|---|---|---|
| committer | 2025-02-27 18:35:39 +0000 | |
| commit | 44b8e3f5d4e20e8b7bcf57c78c0a3e07f70cc5bc (patch) | |
| tree | e84461a8c0092d10eaf829e3926cb2657339ac4d /modules/chancreate.cpp | |
| parent | Merge branch 'insp4' into master. (diff) | |
| parent | Fix 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.cpp | 3 |
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()); } } }; |
