Changeset 177ffd7 for protocols


Ignore:
Timestamp:
2010-07-17T10:04:51Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
d0527c1
Parents:
e437366
Message:

nick_gen() should also insert an underscore if the first character of a nick
would otherwise be a digit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/purple/purple.c

    re437366 r177ffd7  
    884884}
    885885
     886static void prplcb_request_test()
     887{
     888        fprintf( stderr, "bla\n" );
     889}
     890
    886891static PurpleRequestUiOps bee_request_uiops =
    887892{
    888         NULL,
    889         NULL,
     893        prplcb_request_test,
     894        prplcb_request_test,
    890895        prplcb_request_action,
    891         NULL,
    892         NULL,
    893         NULL,
    894         NULL,
     896        prplcb_request_test,
     897        prplcb_request_test,
     898        prplcb_request_test,
     899        prplcb_request_test,
    895900};
    896901
Note: See TracChangeset for help on using the changeset viewer.