Modify ↓
#43 closed defect (worksforme)
ISON(/notify) bugs
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | BitlBee | Version: | 0.99 |
Keywords: | ison notify | Cc: | |
IRC client+version: | irssi | Operating System: | Linux |
OS version/distro: |
Description
I'm not sure under which exact circumstances, but often when using /notify bitlbee will report that a client is online after every message they send. This has happened on yahoo and on aim, and tested on multiple bitlbee servers/users. It may or may not be related to invisibility mode--It seemed to trigger when I first toggled it on and off, but then kept announcing when I left it on.
An example /rawlog can be found at http://f0rked.com/temp2/semi-notify.log
Attachments (0)
Change History (3)
comment:1 Changed at 2005-12-03T10:22:21Z by
comment:2 Changed at 2005-12-04T01:27:29Z by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
BitlBee behaves how it should. It's up to the IRC client to suppress the away state replies.
comment:3 Changed at 2005-12-04T13:22:41Z by
[clarification] I didn't submit that, I just hosted the log. ;)
Note: See
TracTickets for help on using
tickets.
I don't think this is a BitlBee bug. At least I don't see anything strange in the logfile. /NOTIFY works with polling, BitlBee doesn't send "is online" messages out of the blue (actually, it can do that too, if your IRC client supports WATCH). So maybe irssi decides to tell you that the person is there every time a message comes in, but that's not BitlBee's fault. Are you sure this is not an away message instead?
Because, about the other thing you said in #bitlbee:
That's also intended behaviour. IRC servers *should* send the away response every time a client sends a PM to someone who is away. It's the job of the IRC client to determine when to display it, and when not.
So can I close this now? ;-)