diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-10-25 09:55:35 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-10-25 09:55:35 -0400 |
commit | a74d76557df20391366831cedd947a55243b7f06 (patch) | |
tree | 602571a15b722611db2a3c18674fb02485a8fee2 | |
parent | 26c542d4b49d1a0bda983373091f6636e903ccfd (diff) | |
download | emacsconf-el-a74d76557df20391366831cedd947a55243b7f06.tar.xz emacsconf-el-a74d76557df20391366831cedd947a55243b7f06.zip |
update year for IRC
-rw-r--r-- | emacsconf-erc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacsconf-erc.el b/emacsconf-erc.el index 7609657..139ae16 100644 --- a/emacsconf-erc.el +++ b/emacsconf-erc.el @@ -64,8 +64,8 @@ (defcustom emacsconf-topic-templates '(("#emacsconf" "Welcome to EmacsConf 2023 | please join our track-specific channels #emacsconf-gen and #emacsconf-dev as well | Subscribe to https://lists.gnu.org/mailman/listinfo/emacsconf-discuss for updates") - ("#emacsconf-gen" "General track | https://emacsconf.org/2022/watch/gen/ | Subscribe to https://lists.gnu.org/mailman/listinfo/emacsconf-discuss for updates") - ("#emacsconf-dev" "Development track | https://emacsconf.org/2022/watch/dev/ | Subscribe to https://lists.gnu.org/mailman/listinfo/emacsconf-discuss for updates") + ("#emacsconf-gen" "General track | https://emacsconf.org/2023/watch/gen/ | Subscribe to https://lists.gnu.org/mailman/listinfo/emacsconf-discuss for updates") + ("#emacsconf-dev" "Development track | https://emacsconf.org/2023/watch/dev/ | Subscribe to https://lists.gnu.org/mailman/listinfo/emacsconf-discuss for updates") ("#emacsconf-accessible" "EmacsConf 2023 accessibility - help by describing what's happening | Subscribe to https://lists.gnu.org/mailman/listinfo/emacsconf-discuss for updates") ("#emacsconf-org" "EmacsConf 2023 | Dedicated channel for EmacsConf organizers and speakers | this is intended as an internal, low-traffic channel; for main discussion around EmacsConf, please join #emacsconf | Subscribe to https://lists.gnu.org/mailman/listinfo/emacsconf-discuss for updates") ("#emacsconf-questions" "EmacsConf 2023 | Low-traffic channel for questions if speakers prefer IRC and need help focusing; for main discussion around EmacsConf, please join #emacsconf | Subscribe to https://lists.gnu.org/mailman/listinfo/emacsconf-discuss for updates")) |