Modify ↓
Opened at 2006-05-04T10:28:39Z
Closed at 2006-10-22T13:55:13Z
#144 closed enhancement (worksforme)
put nick: before authorization request
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | 1.0.1 |
Keywords: | highlight notification authorization | Cc: | |
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
It would be nice if nick: is put _before_ an authorization request, so the client can handle this and give any kind of notification like 'BEEB' or an OSD message or something like that. I think it should look something like this in query.c
static void query_display( irc_t *irc, query_t *q ) { if( q->gc ) { serv_got_crap( q->gc, "%s: New request: %s\nYou can use the \2yes\2/\2no\2 commands to accept/reject this request.", irc->nick, q->question ); } else { irc_usermsg( irc, "%s: New request: %s\nYou can use the \2yes\2/\2no\2 commands to accept/reject this request.", irc->nick, q->question ); } }
Hope its clear
Attachments (0)
Change History (3)
comment:1 Changed at 2006-05-21T22:55:43Z by
comment:2 Changed at 2006-09-26T10:02:40Z by
I agree with the original poster. These questions are slipping me by all the time.
comment:3 Changed at 2006-10-22T13:55:13Z by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Just use /hilight.
Note: See
TracTickets for help on using
tickets.
Can't you just add a hilight in your irc client to warn you every time someone says "New request:" in &bitlbee?