From 4130df618a802e219260d0c7e4d546708512e54e Mon Sep 17 00:00:00 2001 From: Colgate Date: Wed, 24 Oct 2012 21:08:57 -0700 Subject: [PATCH] We take 2 parameters here. The channel name, and the rest of the text that we ignore. --- gs_roulette.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gs_roulette.c b/gs_roulette.c index 618994f..4f9a81a 100644 --- a/gs_roulette.c +++ b/gs_roulette.c @@ -17,7 +17,7 @@ DECLARE_MODULE_V1 static void command_roulette(sourceinfo_t *si, int parc, char *parv[]); -command_t cmd_roulette = { "ROULETTE", N_("A game of Russian Roulette."), AC_NONE, 0, command_roulette, { .path = "contrib/roulette" } }; +command_t cmd_roulette = { "ROULETTE", N_("A game of Russian Roulette."), AC_NONE, 2, command_roulette, { .path = "contrib/roulette" } }; void _modinit(module_t * m) {