From: r33d Date: Mon, 28 Jun 2004 21:54:43 +0000 (+0000) Subject: oops... need to define 'calc' before it can be used. *hehe* X-Git-Tag: 1.9~727 X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/commitdiff_plain/b8daef0fa02170e5c13f36a4c12447ff494a4104 oops... need to define 'calc' before it can be used. *hehe* --- diff --git a/src/chanserv.c b/src/chanserv.c index 11f9c0f..275c1c2 100644 --- a/src/chanserv.c +++ b/src/chanserv.c @@ -7217,6 +7217,7 @@ init_chanserv(const char *nick) DEFINE_COMMAND(8ball, 1, 0, "flags", "+nolog,+toy,+acceptchan", NULL); DEFINE_COMMAND(d, 1, 0, "flags", "+nolog,+toy,+acceptchan", NULL); DEFINE_COMMAND(huggle, 1, 0, "flags", "+nolog,+toy,+acceptchan", NULL); + DEFINE_COMMAND(calc, 1, 0, "flags", "+nolog,+toy,+acceptchan", NULL); /* Channel options */ DEFINE_CHANNEL_OPTION(defaulttopic);