- Joined
- Feb 11, 2017
- Messages
- 21
- Thread Author
- #1
So for anyone that might use a colon symbol in their credentials in the -login argument for RuneMate, there doesn't seem to be a way to escape this.
Eg;
-login=username:random:password
Where "random:password" is the actual password, the output shows an invalid argument message.
My thoughts are that either A) the split could only look for the first instance of colon (since usernames/emails don't have colons I'm pretty sure), or B) maybe allow for quotes "" around the password.
Eg;
-login=username:random:password
Where "random:password" is the actual password, the output shows an invalid argument message.
My thoughts are that either A) the split could only look for the first instance of colon (since usernames/emails don't have colons I'm pretty sure), or B) maybe allow for quotes "" around the password.