From 946d706e17a3c27760ab0fc946a3b88d21f095ec Mon Sep 17 00:00:00 2001 From: Harry Wood Date: Thu, 28 Jun 2018 00:47:58 +0100 Subject: [PATCH] Add #osm-cwg to irc.osm.org drop-down Add "#osm-cwg" to the channel drop-down appearing on https://irc.openstreetmap.org . This is the IRC channel we use for Communication Working Group meetings, and between-meeting coordination. There was some [discussion of this idea in CWG meetings](https://wiki.osmfoundation.org/wiki/CWG_meeting_2018-04-12). I think it originated from a desire to be more inviting, encouraging people to join our working group or just visit our meetings. --- cookbooks/cgiirc/templates/default/cgiirc.config.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/cgiirc/templates/default/cgiirc.config.erb b/cookbooks/cgiirc/templates/default/cgiirc.config.erb index 9b2f0907f..794b4cb01 100644 --- a/cookbooks/cgiirc/templates/default/cgiirc.config.erb +++ b/cookbooks/cgiirc/templates/default/cgiirc.config.erb @@ -8,7 +8,7 @@ # Configure defaults default_server = irc.oftc.net default_port = 6667 -default_channel = #osm,#osm-dev,#osm-ewg,#osm-ar,#osm-asia,#osm-au,#osm-br,#osm-bw,#osm-by,#osm-ca,#osm-ch,#osm-cz,#osm-de,#osm-dk,#osm-es,#osm-fi,#osm-fr,#osm-gb,#osm-gr,#osm-gsoc,#osm-ht,#osm-ie,#osm-it,#osm-ke,#osm-latam,#osm-local,#osm-lv,#osm-nl,#osm-no,#osm-nominatim,#osm-pl,#osm-pt,#osm-ru,#osm.se,#osm-strategic,#osm-ua,#osm-us,#osm-za,#osm-zh,#osmf-gm,#osrm,#openrailwaymap,#hot +default_channel = #osm,#osm-dev,#osm-ewg,#osm-cwg,#osm-ar,#osm-asia,#osm-au,#osm-br,#osm-bw,#osm-by,#osm-ca,#osm-ch,#osm-cz,#osm-de,#osm-dk,#osm-es,#osm-fi,#osm-fr,#osm-gb,#osm-gr,#osm-gsoc,#osm-ht,#osm-ie,#osm-it,#osm-ke,#osm-latam,#osm-local,#osm-lv,#osm-nl,#osm-no,#osm-nominatim,#osm-pl,#osm-pt,#osm-ru,#osm.se,#osm-strategic,#osm-ua,#osm-us,#osm-za,#osm-zh,#osmf-gm,#osrm,#openrailwaymap,#hot default_name = CGI:IRC User default_nick = CGI??? -- 2.39.5