blakesmith / flamethrower

Flamethrower gives you the power to use your awesome irc client to talk in your campfire rooms
MIT License
39 stars 2 forks source link

resolve_renames should only send a rename once #11

Open blakesmith opened 13 years ago

blakesmith commented 13 years ago

If you're in two rooms with the same person, 'send_rename' will be called twice with the same arguments. We should only send this rename command once.

blakesmith commented 13 years ago

Maybe store users at the server level and reference them from the campfire rooms?