Kaynağa Gözat

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


svn: 3101

Bryan Drewery 19 yıl önce
ebeveyn
işleme
c7eb8c85a3
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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");
     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);
     return;
   }