diff options
author | derchris | 2019-08-15 11:38:18 +0200 |
---|---|---|
committer | derchris | 2019-08-15 11:38:18 +0200 |
commit | 9cde234e12ed9769ab06c290afa66beebb9f99da (patch) | |
tree | dac32a40d267c51c985f0be957aeb634c66d6904 /configs | |
parent | c413b7dfa858072f4a12d74ce9f127aa3ec33d6d (diff) |
change cccamp19 irc info
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/cccamp19/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/cccamp19/config.php b/configs/conferences/cccamp19/config.php index 4b520ec..5e49057 100644 --- a/configs/conferences/cccamp19/config.php +++ b/configs/conferences/cccamp19/config.php @@ -500,7 +500,7 @@ $CONFIG['IRC'] = array( * Ist eine weitere Anpassung erfoderlich, kann ein IRC_CONFIG-Block in der * Raum-Konfiguration zum Überschreiben dieser Angaben verwendet werden. */ - 'DISPLAY' => '#camp-everywhere @ hackint', + 'DISPLAY' => '#camp @ hackint', /** * URL für die IRC-Links. @@ -511,7 +511,7 @@ $CONFIG['IRC'] = array( * %s wird durch den urlencodeten Raum-Slug ersetzt. * Eine Anpassung kann ebenfalls in der Raum-Konfiguration vorgenommen werden. */ - 'URL' => 'https://webirc.hackint.org/#camp-everywhere', + 'URL' => 'https://webirc.hackint.org/#camp', ); /** |