* added message subject to all those tiny messages
[citadel.git] / citadel / control.c
index 7e01f13b1b5b983ce4342a1389fc6b93eee22286..f2268d8fa2f06c655e71ea313675a8992d2c5efa 100644 (file)
@@ -436,7 +436,7 @@ void cmd_conf(char *argbuf)
                snprintf(buf, sizeof buf,
                         "The global system configuration has been edited by %s.\n",
                         CC->curr_user);
-               aide_message(buf);
+               aide_message(buf,"Citadel Configuration Manager Message");
 
                if (strlen(config.c_logpages) > 0)
                        create_room(config.c_logpages, 3, "", 0, 1, 1, VIEW_BBS);