* Added the ISME command (find out if some arbitrary e-mail address "is me")
[citadel.git] / citadel / citserver.c
index 04562d1aac24f30ef13c6203ce1b7691c1b85a5a..86e30c91b678fb090641bc4bfbf03f86a6e68a38 100644 (file)
@@ -1266,6 +1266,10 @@ void do_command_loop(void) {
                cmd_view(&cmdbuf[5]);
        }
 
+       else if (!strncasecmp(cmdbuf, "ISME", 4)) {
+               cmd_isme(&cmdbuf[5]);
+       }
+
 #ifdef DEBUG_MEMORY_LEAKS
        else if (!strncasecmp(cmdbuf, "LEAK", 4)) {
                dump_tracked();