[X2serv-cvs] [CVS] Module srvx2: Change committed
Brought to you by:
sirvulcan
From: Reed L. <r3...@us...> - 2004-06-28 21:55:01
|
Committer : Reed Loden <r3...@us...> CVSROOT : /cvsroot/x2serv Module : srvx2 Commit time: 2004-06-28 21:54:53 UTC Modified files: src/chanserv.c Log message: oops... need to define 'calc' before it can be used. *hehe* ---------------------- diff included ---------------------- Index: srvx2/src/chanserv.c diff -u srvx2/src/chanserv.c:1.4 srvx2/src/chanserv.c:1.5 --- srvx2/src/chanserv.c:1.4 Sat Jun 26 14:23:22 2004 +++ srvx2/src/chanserv.c Mon Jun 28 14:54:43 2004 @@ -7217,6 +7217,7 @@ 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); ----------------------- End of diff ----------------------- |