RE: Skyper ~ the skype bot 03-17-2013, 01:13 PM
#6
(03-17-2013, 06:48 AM)cxS Wrote: Not the best method for a plugin wrapper, and the code isn't all that great, but nonetheless good idea on the release. I'm assuming that this was written in C#?
One of the most redundant lines I've ever seen:
Code:Replace('\t', ' ').Replace('\r', ' ').Replace(Environment.NewLine, "").Replace(" ", "").Trim()
There's a few other things I was looking at as well however.
Yeah it is C# and the getcode and getnamespace where actually from Bausshacker