mcabber/mcabber/compl.c
changeset 1923 924f4552996c
parent 1922 4ba68ad737bc
child 1926 c1f9a4d47e05
equal deleted inserted replaced
1922:4ba68ad737bc 1923:924f4552996c
    84   register_builtin_cat(COMPL_EVENTSID);
    84   register_builtin_cat(COMPL_EVENTSID);
    85   register_builtin_cat(COMPL_PGP);
    85   register_builtin_cat(COMPL_PGP);
    86   register_builtin_cat(COMPL_COLOR);
    86   register_builtin_cat(COMPL_COLOR);
    87   register_builtin_cat(COMPL_OTR);
    87   register_builtin_cat(COMPL_OTR);
    88   register_builtin_cat(COMPL_OTRPOLICY);
    88   register_builtin_cat(COMPL_OTRPOLICY);
       
    89   register_builtin_cat(COMPL_MODULE);
    89 }
    90 }
    90 
    91 
    91 //  compl_new_category()
    92 //  compl_new_category()
    92 // Reserves id for new completion category.
    93 // Reserves id for new completion category.
    93 // Returns 0, if no more categories can be allocated.
    94 // Returns 0, if no more categories can be allocated.