public void RfcUser(string username, int usermode, string realname) { WriteLine(Rfc2812.User(username, usermode, realname)); }