ircanywhere / irc-factory

A rebuilt irc-factory from simple-irc-socket and irc-message. Get support at #ircanywhere on freenode
https://ircanywhere.com
MIT License
60 stars 14 forks source link

check if there is a client with specific key #26

Closed hohl closed 9 years ago

hohl commented 9 years ago

Is there anyway to check if there is a client with a specific key when using RPC like in the persistent.js sample?

hohl commented 9 years ago

looking at the incoming synchronize message already solves my problem -- thanks for sharing the library :+1: