Replaced some of the 'autoconverted - document me' strings
[citadel.git] / citadel / euidindex.c
index 8ca39ee0e18e7588504af32b365932475c1c6710..a39881bac6adafcc6849ce30955f9316c6483ec0 100644 (file)
@@ -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";