Remove String->const char* conversion operator in favor of c_str method
authorclinton <clinton@unknownlamer.org>
Mon, 23 Feb 2009 23:43:38 +0000 (23:43 +0000)
committerclinton <clinton@unknownlamer.org>
Mon, 23 Feb 2009 23:43:38 +0000 (23:43 +0000)
commit815a1816c8a1ee14b28c776bf92c172b1fcdf13a
tree97412de4511c8f484f48f66610a11ae3a9bc5980
parentd5dd86885c8340fc5abae7d45a830c6c44651c29
Remove String->const char* conversion operator in favor of c_str method

This was dumb to begin with (I reserve the right to be mean to my
younger self) and really only caused a number of evil cases of
ambiguious overloading whenever a String and std::string are used
together.
source/Bot.C
source/Interp.C
source/Main.C
source/Mask.C
source/ShitList.C
source/Socket.C
source/String.C
source/String.H
source/UserCommands.C
source/UserList.C