07-10-2014, 02:44 PM
(07-10-2014, 12:53 AM)mort96 Wrote: Added a base conversion tool: https://github.com/mortie/LadBot/commit/...fb7677c6d6
converts a number to a base. Tell it to convert to base 2, and you'll have your binary conversionCode:convert [number] to base [base]
And from binary to decimal? I've needed that alot.