diff options
| author | 2025-03-01 16:24:05 +0000 | |
|---|---|---|
| committer | 2025-03-01 16:26:53 +0000 | |
| commit | a27defd72f82627993a059683c8399beb477a800 (patch) | |
| tree | a926b5cab8249832c7d147c508f7f098cc763ff7 /modules/extra/pgsql.cpp | |
| parent | Replace insp::substring_view with the C++20 iterator constructor. (diff) | |
| parent | Avoid the use of ConvToStr in string concatenation. (diff) | |
| download | inspircd++-a27defd72f82627993a059683c8399beb477a800.tar.gz inspircd++-a27defd72f82627993a059683c8399beb477a800.tar.bz2 inspircd++-a27defd72f82627993a059683c8399beb477a800.zip | |
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/extra/pgsql.cpp')
| -rw-r--r-- | modules/extra/pgsql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/pgsql.cpp b/modules/extra/pgsql.cpp index 228e28b83..f41e1482a 100644 --- a/modules/extra/pgsql.cpp +++ b/modules/extra/pgsql.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2024 Larry Williamson <l422y@l422y.com> * Copyright (C) 2015 Daniel Vassdal <shutter@canternet.org> - * Copyright (C) 2013, 2016-2017, 2019-2024 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2013, 2016-2017, 2019-2025 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012-2015 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org> |
