mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 06:51:08 +01:00
bantool: we are not ircd-ratbox
This commit is contained in:
parent
a3a2f405fc
commit
5c5d0fb721
1 changed files with 2 additions and 7 deletions
|
@ -22,9 +22,6 @@
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
* USA
|
* USA
|
||||||
*
|
*
|
||||||
* $Id: bantool.c 26164 2008-10-26 19:52:43Z androsyn $
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* The following server admins have either contributed various configs to test against,
|
* The following server admins have either contributed various configs to test against,
|
||||||
* or helped with debugging and feature requests. Many thanks to them.
|
* or helped with debugging and feature requests. Many thanks to them.
|
||||||
* stevoo / efnet.port80.se
|
* stevoo / efnet.port80.se
|
||||||
|
@ -201,8 +198,7 @@ main(int argc, char *argv[])
|
||||||
rb_strlcpy(etc, ETCPATH, sizeof(ETCPATH));
|
rb_strlcpy(etc, ETCPATH, sizeof(ETCPATH));
|
||||||
|
|
||||||
fprintf(stdout,
|
fprintf(stdout,
|
||||||
"* ircd-ratbox bantool v.%s ($Id: bantool.c 26164 2008-10-26 19:52:43Z androsyn $)\n",
|
"* charybdis bantool v.%s\n", BT_VERSION);
|
||||||
BT_VERSION);
|
|
||||||
|
|
||||||
if(flag.pretend == NO)
|
if(flag.pretend == NO)
|
||||||
{
|
{
|
||||||
|
@ -870,9 +866,8 @@ bt_smalldate(const char *string)
|
||||||
void
|
void
|
||||||
print_help(int i_exit)
|
print_help(int i_exit)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "bantool v.%s - the ircd-ratbox database tool.\n", BT_VERSION);
|
fprintf(stderr, "bantool v.%s - the charybdis database tool.\n", BT_VERSION);
|
||||||
fprintf(stderr, "Copyright (C) 2008 Daniel J Reidy <dubkat@gmail.com>\n");
|
fprintf(stderr, "Copyright (C) 2008 Daniel J Reidy <dubkat@gmail.com>\n");
|
||||||
fprintf(stderr, "$Id: bantool.c 26164 2008-10-26 19:52:43Z androsyn $\n\n");
|
|
||||||
fprintf(stderr, "This program is distributed in the hope that it will be useful,\n"
|
fprintf(stderr, "This program is distributed in the hope that it will be useful,\n"
|
||||||
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
|
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
|
||||||
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
|
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
|
||||||
|
|
Loading…
Reference in a new issue