Chat bot remote.ini script help

Dear,

I’m trying to create a chatbot for the DayZ Community called ChernarusBot.
I want streamers and moderators of streams to be able to add commands with the command
"!command add !command "

After the command is added, the bot has to say “Command !command successfully added”.
Also people have to be able to make the commands only available for mods if they want.

Of course i also need something when people type !chernarusbot join the bot has to join their channel.
Can anybody help me with this?

King Regards

There are a few ways to go about if you want to make a bot like this.
One way would be to find a working IRC bot that you can modify to do what you want. There are loads and loads of them out there.
An other way would be to program it yourself, either from scratch or using different existing tools/packages. In this case you need to be decently proficient with some programming language.

Check this help article for more info on connecting to the TMI.

Dear,

Could you give me an example of BOTS that have commands like that and that are editable… We searched google for like 2 days now and we cannot find a single bot script.

King Regards

The best way to do it, is to make your own bot, as Sunspots hinted at.

You could take a look at this link which tells about the PircBot, a IRC client coded in Java (which focus on “bot stuff”).