فهرست منبع

* Add warning againt using cmd_botjoin

Bryan Drewery 17 سال پیش
والد
کامیت
7dc76ae4ff
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/mod/channels.mod/cmdschan.c

+ 3 - 0
src/mod/channels.mod/cmdschan.c

@@ -1005,6 +1005,9 @@ static void cmd_botjoin(int idx, char *par)
   } else {
     dprintf(idx, "Error: '%s' is not a bot.\n", bot);
   }
+
+  dprintf(idx, "!!!! Warning: botjoin is an unfinished feature which will pretty much make all bots join the channel.\n");
+  dprintf(idx, "!!!! Warning: You should probably -chan the channel now to avoid problems/confusion later.\n");
 }
 
 static void mns_chan(int idx, char *par, char *bot)