FruitieX / teleirc

A simple Telegram ↔ IRC gateway.
MIT License
272 stars 88 forks source link

!DERPsecureChannels channel full name to REAMDE.md & config.js as example #214

Open esahakki opened 7 years ago

esahakki commented 7 years ago

Quick install instructions and generated config.js example does not remind to type !channel name as !DERPsecureChannel. In irssi and other IRC clients, !channel names can be just written on /join !channel, but Teleirc requires these to be written as !DERPsecureChannel.

Also inexperienced IRC user would appreciate quick tip to get full name of channel in irssi: /mode +b This will show channel name in full as required by Teleirc configuration.

config.js and README.md should have this tip.

FruitieX commented 7 years ago

Hi! If you have time, please submit a pull request with your suggested changes. Thanks!

Mikaela commented 7 years ago

My config.js reads:

    // example of an IRC channel with an alias:
    // channel name will be displayed as '!channel3' instead of '!XXXXXchannel3'
    {
        ircChan: '!XXXXXchannel3',
        chanAlias: '!channel3',
        tgGroup: 'Tg_Group_3'
    }

so I think this issue is at least partially resolved.