1
0
Эх сурвалжийг харах

* Add warning againt using cmd_botjoin

Bryan Drewery 17 жил өмнө
parent
commit
7dc76ae4ff

+ 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)