diff options
author | makefu <root@pigstarter.de> | 2013-12-18 23:08:07 +0100 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2013-12-18 23:08:07 +0100 |
commit | 481ab0216f9d877b8cb8bd70e8d0d024d0d86b7d (patch) | |
tree | ebc8bf9421a4d52ea889d5e0dd281413cc692869 /commands/caps | |
parent | 843c254b6b868b3b83f20fdfef4d620d4be83a8b (diff) |
Reaktor: irc_commands -> commands
Diffstat (limited to 'commands/caps')
-rwxr-xr-x | commands/caps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/caps b/commands/caps index a9ce451..c47319f 100755 --- a/commands/caps +++ b/commands/caps @@ -9,4 +9,4 @@ def load_config(filename): return imp.load_module(modname, file, pathname, description) config = load_config(os.environ['config_filename']) -print(' '.join(filter(None,[ x.get('capname',None) for x in config.irc_commands]))) +print(' '.join(filter(None,[ x.get('capname',None) for x in config.commands]))) |