}
} );
System.err.println( "test" );
List<Channel> l = api.getChannels();
query.exit();
HashMap<String, CallableFunction> map = new HashMap<>();
map.put( "!echo", new EchoBotFunction() );
map.put( "!fun", new FunBotFunction() );
map.put( "!move", new MoveFunction() );