paris-ci / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
6 stars 1 forks source link

A way to disable tokens? #61

Closed Botlover closed 8 years ago

Botlover commented 8 years ago

Is there a way to completely disable tokens, but still use the modules/plugins that are attached to them? If not, could an option for this be added? Or is a way to set INF tokens in python?

Also, really liking this version of cloudbot. Some of the enhancement issues you have open could make this a totally awesome bot. Development seems to have stalled on the original; having an often updated version would be fantastic.

Thank you.

paris-ci commented 8 years ago
Is there a way to completely disable tokens, but still use the modules/plugins that are attached to them? If not, could an option for this be added? Or is a way to set INF tokens in python? ````

Just to be sure, you'd like to disable tokens & set everyone to 0 tokens (so functions that need tokens cannot be used anymore) or to inf tokens (so everyone can use everything) ? I'll add an option to do that

Also, really liking this version of cloudbot. Some of the enhancement issues you have open could make this a totally awesome bot. Development seems to have stalled on the original; having an often updated version would be fantastic.

Thanks a lot. If devloppement stalled on the original one, It's because they are making an upgraded fork. But, yeah, I agree, this bot is cool ;) I try to update it as much as I can, so feel free to suggest enhancements or report bugs !

paris-ci commented 8 years ago
Add an option to enable or not tokens. Fix #61.
Change this option in plugins/usingBot.py 
Botlover commented 8 years ago

Wow, that was really fast! Awesome!

If devloppement stalled on the original one, It's because they are making an upgraded fork.

Ah, ok, that would make sense.

Thanks again! :)

paris-ci commented 8 years ago

@Botlover It isn't that complete yet, but he lives on github too

https://github.com/lukeroge/Stratus

No problem ;)