myano / jenni

jenni was a python IRC bot. Project is closed. Try Sopel instead, https://sopel.chat/
https://sopel.chat/
Other
235 stars 101 forks source link

Can't start/reload new module during jenni-session #204

Closed nickurt closed 9 years ago

nickurt commented 9 years ago

I created a new module when jenni was running and I runned

.reload_conf 
// user: Reloaded configs

But after that, the new module was not running, even tried with

bot: reload moduleName
// user: moduleName: no such module!

was not working ...

kaneda commented 9 years ago

@nickurt Sounds like you didn't register the module / put it in the right place.

nickurt commented 9 years ago

I saved the module in the jenni/modules folder ...

nickurt commented 9 years ago

@Bekey Thanks, after I did

upd: reload * 

It works, thanks for your help