Modify

#144 closed enhancement (worksforme)

put nick: before authorization request

Reported by: bitlbee@… 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 wilmer

Can't you just add a hilight in your irc client to warn you every time someone says "New request:" in &bitlbee?

comment:2 Changed at 2006-09-26T10:02:40Z by toxik/evilgod

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 wilmer

Resolution: worksforme
Status: newclosed

Just use /hilight.

Modify Ticket

Action
as closed The ticket will remain with no owner.
The resolution will be deleted.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.