Slack

From CoTech
Jump to navigation Jump to search

We have a number of Slack channels where we hang out, chat and get work done.

View Your Workspace Owners and Admins page in Slack to see the current list of admins and owners.

IRC Gateway

Further documentation for using the Slack to IRC gateway with IRSSI and Screen to be added here, but this might be enough to get you started:

Get a password from the Slack web interface and add something like this to your ~/.irssi/config file:

{
  address = "tech-coops.irc.slack.com";
  chatnet = "slack";
  port = "6697";
  nick = "YOUR_SLACK_USERNAME_HERE";
  password = "tech-coops.LONG_RANDOM_PASSWD_STRING_HERE";
  use_ssl = "yes";
  autoconnect = "yes";
},