Merge pull request #8 from killerrabbit/roulette

We take 2 parameters here. The channel name, and the rest of the text th...
This commit is contained in:
William Pitcock 2012-10-24 21:19:29 -07:00
commit facf73262d
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{