Explorar o código

* Port [3100] to 1.2.12
* Fix typo causing compile error


svn: 3101

Bryan Drewery %!s(int64=20) %!d(string=hai) anos
pai
achega
c7eb8c85a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/cmds.c

+ 1 - 1
src/cmds.c

@@ -3592,7 +3592,7 @@ static void cmd_botserver(int idx, char * par) {
     dprintf(idx, "Usage: botserver <bot>\n");
     dprintf(idx, "Usage: botserver <bot>\n");
     return;
     return;
   }
   }
-  if (egg_strcasecmp(conf->bot.nick, par) && nextbot(par)<0) {
+  if (egg_strcasecmp(conf.bot.nick, par) && nextbot(par)<0) {
     dprintf(idx, "%s isn't a linked bot.\n", par);
     dprintf(idx, "%s isn't a linked bot.\n", par);
     return;
     return;
   }
   }