Skip to content
/ client Public

A Node.js IRC client based on RxJS streams.

License

Notifications You must be signed in to change notification settings

rx-irc/client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@rx-irc/client - ReactiveX IRC client

A Node.js IRC client based on RxJS streams.

Status

The client is finally ready enough to be used by RxBot.

The biggest remaining issues are:

  • The store is missing channel modes list with userinfo.
  • Timeout will result in quit instead of reconnect.
  • Node will not exit after socket closes.
  • setPrivileges legacy method is not yet an action.
  • The actions API is not yet set in stone.
  • Channel auto-join may move to bot.

More can be found in the issues.

License

Copyright 2018, 2021 Florian Mäder - Permission granted under the MIT license.