From 481ab0216f9d877b8cb8bd70e8d0d024d0d86b7d Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 18 Dec 2013 23:08:07 +0100 Subject: Reaktor: irc_commands -> commands --- commands/caps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') 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]))) -- cgit v1.2.3