X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=random_selector.c;fp=random_selector.c;h=37e9116bc24d9ea21e388b7b85576fdeae541525;hp=43cddb4aa7e92197121d60fe2a71b6eec341a865;hb=3e514007f72825597eaf68ff33339a8eb0ad420b;hpb=0ab9a5b60510806e3c81df8c9b1ce29226ad94ff diff --git a/random_selector.c b/random_selector.c index 43cddb4a..37e9116b 100644 --- a/random_selector.c +++ b/random_selector.c @@ -54,7 +54,7 @@ static struct server_command cmds[] = { .name = "random_info", .handler = com_random_info, .perms = 0, -.description = "about the random database tool", +.description = "about the random audio file selector", .synopsis = "random_info", .help = @@ -128,7 +128,7 @@ static void random_shutdown(void) #define DBINFO "dbinfo1:database info? You're kidding. I'm still dopey!\ndbinfo2:\ndbinfo3:\n" /** - * the init function for the random database tool + * the init function for the random audio file selector * * Init all function pointers of \a db, init the dbinfo text and seed the * PRNG.