فهرست منبع

If a bot links without feature flags, share and save it as such.

Bryan Drewery 10 سال پیش
والد
کامیت
e238ed47db
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/dcc.cc

+ 3 - 0
src/dcc.cc

@@ -306,6 +306,9 @@ bot_version(int idx, char *par)
     /* Must support older bots which sent '<->' here for network. */
     if (strcmp(work, "<->")) {
       fflags = atoi(work);
+    } else {
+      /* Older bot doesn't have feature flags. */
+      fflags = 0;
     }
   }
   if (par[0])