// {{{ INFO var INFO =xml` Mitsugu Oyama MIT Convert to hex code from string by this plugin. 'tohex' :tohex Convert to hex code from string by this plugin. If you use i_love_echo.js, you should not use tohex plugin. `; // }}} commands.addUserCommand( ['tohex'], 'convert to hex code from charactor', function(args){ if(1!=args.length){ liberator.echoerr('argument error'); return false; } let str=''; let max=args[0].length; for(let i=0;i
Convert to hex code from string by this plugin.
If you use i_love_echo.js, you should not use tohex plugin.