Scroll to navigation

localslackirc(1) General Commands Manual localslackirc(1)

NAME

localslackirc - Creates an IRC server running locally, which acts as a gateway to slack for one user.

SYNOPSIS

localslackirc [OPTIONS]

DESCRIPTION

This command starts an IRC server running on 127.0.0.1:9007 which acts as a gateway to slack for one user.
To connect to multiple slack instances it is necessary to run multiple instances of this software.

OPTIONS

Options:

-h, --help
Show the help message and exit.
-p PORT, --port PORT
Set the port number. The default is 9007.
-i IP, --ip IP
Set the IP (Ipv4 only) address to listen to. The default is 127.0.0.1.
-t TOKENFILE, --tokenfile TOKENFILE
Set the token file. The default is ~/.localslackirc.
-u, --nouserlist
Don't display userlist in the IRC client.
-j, --autojoin
Automatically join all remote channels.
-o, --override
Allow listening on addresses that do not start with 127.*
This is potentially dangerous.

FILES

The slack token is (unless specified otherwise) located in ~/.localslackirc

WEB

https://github.com/ltworf/localslackirc

AUTHOR

Salvo "LtWorf" Tomaselli <tiposchi@tiscali.it>
July 30, 2018 IRC gateway for slack