ekmartin / slack-irc

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

List irc users from Slack #151

Open titusfortner opened 8 years ago

titusfortner commented 8 years ago

I know irc lets you do \NAMES #channel to get a list of people signed in to irc. Might there be a way to be able to send that command in Slack to get the list of who is currently in the irc channel? (and not have it show up in irc)? Thanks!

Yamakaky commented 7 years ago

Yes, that would be very useful.

titusfortner commented 7 years ago

@lmtierney implemented this feature with his fork (which we are using in the Selenium project): .online or .online bob https://github.com/lmtierney/slack-irc

Yamakaky commented 7 years ago

Cool, I'll test it!

Yamakaky commented 7 years ago

I tried .online, but it didn't work?

lmtierney commented 7 years ago

@Yamakaky that is a command specific to my fork, which is very different from the original now