diff options
| author | jason | 2012-07-21 16:20:21 -0600 |
|---|---|---|
| committer | jason | 2012-07-21 16:20:21 -0600 |
| commit | ecf83c6b4576138d34ee3056db997a66476a3f29 (patch) | |
| tree | 48486ae033e4515cd1144d1ef0a9a433ddbb3b40 /settings.py | |
| parent | 95413bf63d54eb08ce4fb2dc972559f36551b195 (diff) | |
| download | warmachine-ecf83c6b4576138d34ee3056db997a66476a3f29.tar.gz warmachine-ecf83c6b4576138d34ee3056db997a66476a3f29.zip | |
Added support to dynamically load modules.
Diffstat (limited to 'settings.py')
| -rw-r--r-- | settings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.py b/settings.py index ec2668f..d6c22a9 100644 --- a/settings.py +++ b/settings.py | |||
| @@ -18,6 +18,9 @@ ADMINS = ('com4',) | |||
| 18 | ACTIONS = ( | 18 | ACTIONS = ( |
| 19 | 'wmd.actions.passive.nickserv.IdentWithNickserv', | 19 | 'wmd.actions.passive.nickserv.IdentWithNickserv', |
| 20 | 'wmd.actions.passive.pong.RespondToPing', | 20 | 'wmd.actions.passive.pong.RespondToPing', |
| 21 | 'wmd.actions.modules.ReloadModule', | ||
| 22 | 'wmd.actions.modules.LoadModule', | ||
| 23 | 'wmd.actions.modules.ListModules', | ||
| 21 | ) | 24 | ) |
| 22 | 25 | ||
| 23 | try: | 26 | try: |