Like with MSN or Yahoo messenger, it'd be nice if there was also pidgin integration.
internal static void SetPidginMusic(bool enable, string verb, string title, string artist, string diff)
{
string status = string.Format("{0} {1} - {2} {3} (osu!)",
(verb.Length > 0 ? char.ToUpper(verb[0]) + verb.Substring(1) : ""),
artist, title, (diff.Length > 0 ? @"[{3}] " : ""));
//make me some code to display that string!
}
Find and Replace happy again? Or was this somehow intentional?peppy's code wrote:
internal static void
...Zekira wrote:
Find and Replace happy again? Or was this somehow intentional?peppy's code wrote:
internal static void
Zekira wrote:
Find and Replace happy again? Or was this somehow intentional?peppy's code wrote:
internal static void