irc-bot.rs icon indicating copy to clipboard operation
irc-bot.rs copied to clipboard

feedbacks & questions

Open HumanG33k opened this issue 3 years ago • 0 comments

Hi some feedback.

First thx for the job.

I m new with rust and i have some difficulty to manipulate some concept (but i learn). I wanted to improve myself, migrate an existing irc bot.

So i read the readme. Find the eg bot. Copy paste in my new cargo init project. Copy paste the confiq.yml Edit the Cargo.toml Get an error.

Why ? Because i use the main/dev and request the usage of last stable in Cargo.toml. It s look like obvious but it take time for me to find my mistake. I guess a little warning in read me can help people

("error" are log::init and module::ALL)

==================

Now the eg bot works but i not find really clear the documentation. My question is what use for what for ie :

  • make a new command
  • make automatic stuff on messages content
  • send a message

there is somewhere a little more big example ?

===================

Good point of eg bot the all should be always implement stuff (log, etc).

HumanG33k avatar Jun 21 '21 13:06 HumanG33k