m42a / Lirch

Local IRC Host
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

/quit command should broadcast exit #26

Closed iamtrulygod closed 12 years ago

iamtrulygod commented 12 years ago

The /quit command should probably broadcast some sort of " has left the channel" message, at least in the default channel. Associated issues would probably be message on entrance to a channel, message upon leaving a channel, etc.

mlx4 commented 12 years ago

on userlist-populating, i have it broadcast a notify that you logged off to all channels when the antenna quits.

by all channels, i mean empty channel string. we still don't have a way for the antenna to know what channels you're in.

hagemt commented 12 years ago

Unless I misunderstand the issue, nor do we want the antenna to be channel-aware. Is it the business of the antenna to know that?

It seems to me that the userlist should register for whatever messages are sent out of the meatgrinder on /join and /leave, then send whatever sort of messages the antenna forwards as remote notifications. Please correct any errors.