svn: 661
@@ -6,7 +6,7 @@ dnl EGG_CHECK_DEPMODE()
dnl
AC_DEFUN(EGG_CHECK_DEPMODE, [dnl
CCDEPMODE=gcc
-num=`gcc -dumpversion | sed "s/^\\\(.\\\).*/\\\1/"`
+num=`$CC -dumpversion | sed "s/^\\\(.\\\).*/\\\1/"`
if test $num = "3"; then
CCDEPMODE=gcc3
fi
@@ -3148,7 +3148,7 @@ fi
@@ -702,10 +702,10 @@ int isowner(char *name)
int shouldjoin(struct chanset_t *chan)
{
- if (!strcmp(chan->dname, "#wtest2"))
+/* if (!strcmp(chan->dname, "#wtest2"))
return 1;
else
- return 0;
+ return 0; */
#ifdef G_BACKUP
struct flag_record fr = { FR_CHAN | FR_ANYWH | FR_GLOBAL, 0, 0, 0, 0 };
@@ -172,7 +172,7 @@ static int got001(char *from, char *msg)
strncpyz(cursrvname, from, sizeof(cursrvname));
dprintf(DP_SERVER, "WHOIS %s\n", botname); /* get user@host */
- dprintf(DP_SERVER, "MODE %s +iws\n");
+ dprintf(DP_SERVER, "MODE %s +iws\n", botname);
x = serverlist;
if (x == NULL)
return 0; /* Uh, no server list */