anlutro / botologist

Plugin-driven Python3 IRC
MIT License
5 stars 5 forks source link

Put the config dict instance on the bot.Bot instance instead of making it a global variable #4

Closed anlutro closed 9 years ago

anlutro commented 9 years ago

Global variables are bad, and technically it should be possible to run two bots with different configs in the same process.

x89 commented 9 years ago

it should be possible

Is possible, potentially silly though!

Processes are not the devil!

anlutro commented 9 years ago

I won't let your filthy practical viewpoint get in the way of my pure and global-less code.