diff options
| author | 2025-03-01 16:24:05 +0000 | |
|---|---|---|
| committer | 2025-03-01 16:26:53 +0000 | |
| commit | a27defd72f82627993a059683c8399beb477a800 (patch) | |
| tree | a926b5cab8249832c7d147c508f7f098cc763ff7 /modules/repeat.cpp | |
| parent | Replace insp::substring_view with the C++20 iterator constructor. (diff) | |
| parent | Avoid the use of ConvToStr in string concatenation. (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/repeat.cpp')
| -rw-r--r-- | modules/repeat.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/repeat.cpp b/modules/repeat.cpp index 7d75688fc..adce172be 100644 --- a/modules/repeat.cpp +++ b/modules/repeat.cpp @@ -1,11 +1,12 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2025 iwalkalone <iwalkalone@chathispano.com> * Copyright (C) 2021 Dominic Hamon * Copyright (C) 2021 David Schultz <me@zpld.me> * Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com> * Copyright (C) 2018 Matt Schatz <genius3000@g3k.solutions> - * Copyright (C) 2017-2024 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2017-2025 Sadie Powell <sadie@witchery.services> * Copyright (C) 2013-2014 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2013 Daniel Vassdal <shutter@canternet.org> * |
