X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Feuidindex.c;h=a39881bac6adafcc6849ce30955f9316c6483ec0;hb=903463a5983de644556f43dc1acc99e387036386;hp=8ca39ee0e18e7588504af32b365932475c1c6710;hpb=d62a8c8ef6806683067f0c25f243b67206f787a1;p=citadel.git diff --git a/citadel/euidindex.c b/citadel/euidindex.c index 8ca39ee0e..a39881bac 100644 --- a/citadel/euidindex.c +++ b/citadel/euidindex.c @@ -257,7 +257,7 @@ void cmd_euid(char *cmdbuf) { CTDL_MODULE_INIT(euidindex) { if (!threading) { - CtdlRegisterProtoHook(cmd_euid, "EUID", "Autoconverted. TODO: document me."); + CtdlRegisterProtoHook(cmd_euid, "EUID", "Perform operations on Extended IDs for messages"); } /* return our Subversion id for the Log */ return "euidindex";