Is it possible to make the bot fetch the channels to join in the database depending on its current id in the name?
Ex: on connect, Neobot[1] would fetch every channels in the table channels_perform where Bot_id = 1 and will join every channels there? (here it would join #something and #somethingelse)
This is not possible at this moment in time. I do belive Ofloo is currently working on a solution to use mysql for this very purpose.
Neomaster wrote:
Is it possible to make the bot fetch the channels to join in the database depending on its current id in the name?
Ex: on connect, Neobot[1] would fetch every channels in the table channels_perform where Bot_id = 1 and will join every channels there? (here it would join #something and #somethingelse)
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
I think I'll remove the channels in the bot's perform list, and I'll try to make a small tcl script to fetch the channel list depending on the id of the bot.
Except they would all have the same userfile name, chanfile name, ports, botname and so on. May as well just use seperate configs.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
you simply cannot run 2 bots with the same .pid file, except you delete it before starting the next bot. but why writing a script to define 10 nicknames, if you can simply create 10 files?