]> jfr.im git - irc/blitzed-org/bopm.git/commitdiff
Version should be 3.0.1 not 3.01
authorstrtok <redacted>
Mon, 6 Jan 2003 20:58:30 +0000 (20:58 +0000)
committerstrtok <redacted>
Mon, 6 Jan 2003 20:58:30 +0000 (20:58 +0000)
configure
configure.in
src/irc.c

index 2317ac71858ec0ec86b77e540e1ab8c73e88704d..cae03a2ad127ee2f8264a67f613abe12308c78f6 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.54 for bopm 3.01.
+# Generated by GNU Autoconf 2.54 for bopm 3.0.1.
 #
 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
 # Free Software Foundation, Inc.
@@ -263,8 +263,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='bopm'
 PACKAGE_TARNAME='bopm'
-PACKAGE_VERSION='3.01'
-PACKAGE_STRING='bopm 3.01'
+PACKAGE_VERSION='3.0.1'
+PACKAGE_STRING='bopm 3.0.1'
 PACKAGE_BUGREPORT=''
 
 ac_unique_file="src/opercmd.h"
@@ -776,7 +776,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures bopm 3.01 to adapt to many kinds of systems.
+\`configure' configures bopm 3.0.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -838,7 +838,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of bopm 3.01:";;
+     short | recursive ) echo "Configuration of bopm 3.0.1:";;
    esac
   cat <<\_ACEOF
 
@@ -933,7 +933,7 @@ fi
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-bopm configure 3.01
+bopm configure 3.0.1
 generated by GNU Autoconf 2.54
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -948,7 +948,7 @@ cat >&5 <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by bopm $as_me 3.01, which was
+It was created by bopm $as_me 3.0.1, which was
 generated by GNU Autoconf 2.54.  Invocation command line was
 
   $ $0 $@
@@ -1515,7 +1515,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=bopm
- VERSION=3.01
+ VERSION=3.0.1
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5031,7 +5031,7 @@ _ASBOX
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by bopm $as_me 3.01, which was
+This file was extended by bopm $as_me 3.0.1, which was
 generated by GNU Autoconf 2.54.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5093,7 +5093,7 @@ _ACEOF
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-bopm config.status 3.01
+bopm config.status 3.0.1
 configured by $0, generated by GNU Autoconf 2.54,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
index 7fafc0d5bbab2dd801c2af3c6fb52ca30429ed2e..750c02c7f2e7eb15c5cf0f44fe00a356c4256938 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(bopm, [3.01])
+AC_INIT(bopm, [3.0.1])
 AC_CONFIG_SRCDIR(src/opercmd.h)
 AM_CONFIG_HEADER(src/setup.h)
 AM_INIT_AUTOMAKE()
index 62fb62c192f8af0a69a76b9a1002abf5dfe2459b..3c4e085bfa35e5f7b2d59c63a31981b488a5304a 100644 (file)
--- a/src/irc.c
+++ b/src/irc.c
@@ -362,7 +362,6 @@ void irc_send(char *data, ...)
 
    if (send(IRC_FD, tosend, strlen(tosend), 0) == -1)
    {
-
       /* Return of -1 indicates error sending data; we reconnect. */
       log("IRC -> Error sending data to server\n");
       irc_reconnect();
@@ -826,7 +825,7 @@ static void m_perform(char **parv, unsigned int parc, char *msg, struct UserInfo
 
    /* Perform */
    LIST_FOREACH(node, IRCItem->performs->head)
-   irc_send("%s", (char *) node->data);
+      irc_send("%s", (char *) node->data);
 
    /* Join all listed channels. */
    LIST_FOREACH(node, IRCItem->channels->head)