ekmartin / slack-irc

Connects Slack and IRC channels by sending messages back and forth.
MIT License
588 stars 157 forks source link

option to set real name in irc client #92

Closed titusfortner closed 8 years ago

titusfortner commented 8 years ago

I want to put information about the slack channel visible to IRC. Based on API, it looks like realName is only place to do that. This defaults to current behavior if not defined.

ekmartin commented 8 years ago

Hi! You can also pass options directly to node-irc by using the ircOptions property, so something like this would work:

{
  "ircOptions": {
    "realName": "name"
  }
}