diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/dbolla | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -106,7 +106,7 @@ class Bot(object): | |||
| 106 | if hasattr(mod, cls_name): | 106 | if hasattr(mod, cls_name): |
| 107 | cls = getattr(mod, cls_name)() | 107 | cls = getattr(mod, cls_name)() |
| 108 | 108 | ||
| 109 | self.loaded_plugins.append(cls) | 109 | self.loaded_plugins.append(cls) |
| 110 | 110 | ||
| 111 | def reload_plugin(self, path): | 111 | def reload_plugin(self, path): |
| 112 | """ | 112 | """ |