anlutro / botologist

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

Easier use of plugins #11

Closed anlutro closed 9 years ago

anlutro commented 9 years ago

You shouldn't have to put the following in the config:

plugins:
  foo: plugins.foo.FooPlugin

Python can easily infer "plugins.foo.FooPlugin" from just the string "foo".