]> jfr.im git - irc/evilnet/x3.git/commitdiff
oops... need to define 'calc' before it can be used. *hehe*
authorr33d <redacted>
Mon, 28 Jun 2004 21:54:43 +0000 (21:54 +0000)
committerr33d <redacted>
Mon, 28 Jun 2004 21:54:43 +0000 (21:54 +0000)
src/chanserv.c

index 11f9c0fd0b869823255a545eb10eacc742185add..275c1c21a58f2aa359f2005c8dfc251c33ffc006 100644 (file)
@@ -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);